libopenstm32-commits Mailing List for libopenstm32 (Page 4)
Status: Inactive
Brought to you by:
uh1763
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(28) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(14) |
Feb
(5) |
Mar
(10) |
Apr
(2) |
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(18) |
| 2011 |
Jan
(6) |
Feb
(3) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(8) |
Nov
(4) |
Dec
|
|
From: Uwe H. <uh...@us...> - 2010-01-15 00:45:27
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 8d1c4649618573fb9d0300a0c074061cb1298bbe (commit)
via 6c66a41f27c8c68e996e9e1b54195f381eff12b3 (commit)
via 8d196a2a1fa90588c4da3eaa2758000bff0350ce (commit)
via d7d851e579fc19c1ba4589939fd7915d039642e4 (commit)
via d192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad (commit)
from 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8d1c4649618573fb9d0300a0c074061cb1298bbe
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:43:51 2010 +0100
Add flash.o to list of objects to build.
commit 6c66a41f27c8c68e996e9e1b54195f381eff12b3
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:43:44 2010 +0100
Use FLASH_MEM_INTERFACE_BASE (not FLASH_BASE).
The latter does not exist in the repo.
commit 8d196a2a1fa90588c4da3eaa2758000bff0350ce
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:41:09 2010 +0100
Mention reserved memory map areas in code comments.
commit d7d851e579fc19c1ba4589939fd7915d039642e4
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:21:40 2010 +0100
Prefix all flash related stuff with FLASH_.
commit d192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:13:06 2010 +0100
Add reference to flash programming datasheet.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/flash.h | 73 +++++++++++++++++++++-----------------
include/libopenstm32/memorymap.h | 11 ++++++
lib/Makefile | 2 +-
lib/flash.c | 8 ++--
4 files changed, 56 insertions(+), 38 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-01-15 00:07:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a (commit)
from 1b73ccdd7a2691c01fbcdaddd4b7df8ca79f2e82 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 01:05:22 2010 +0100
Add initial flash memory register support.
Thanks Thomas Otto <to...@vi...> for the patch!
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32.h | 1 +
include/libopenstm32/flash.h | 83 ++++++++++++++++++++++++
examples/miniblink/miniblink.ld => lib/flash.c | 35 ++++++++--
3 files changed, 111 insertions(+), 8 deletions(-)
create mode 100644 include/libopenstm32/flash.h
copy examples/miniblink/miniblink.ld => lib/flash.c (60%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-01-14 23:55:09
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 1b73ccdd7a2691c01fbcdaddd4b7df8ca79f2e82 (commit)
via 667f32bd455ca3996d62514a2c16a7c3aa737bbf (commit)
from afc9cc84deb1ab2093501f5d5595f0d01f03e42f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1b73ccdd7a2691c01fbcdaddd4b7df8ca79f2e82
Author: Uwe Hermann <uw...@he...>
Date: Fri Jan 15 00:54:07 2010 +0100
Whitespace fixes.
commit 667f32bd455ca3996d62514a2c16a7c3aa737bbf
Author: Piotr Esden-Tempski <pi...@es...>
Date: Fri Jan 15 00:03:29 2010 +0100
Added USART_ prefix to bit definitions.
This matches the new convention used throughout libopenstm32.
-----------------------------------------------------------------------
Summary of changes:
examples/usart/usart.c | 8 ++--
include/libopenstm32/usart.h | 112 +++++++++++++++++++++---------------------
lib/usart.c | 12 ++--
3 files changed, 66 insertions(+), 66 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-01-14 22:39:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via afc9cc84deb1ab2093501f5d5595f0d01f03e42f (commit)
via 7fd62e6d0bc66f54ce9edd7634e1d48da0e6e0cd (commit)
from 312db1a301305bc7a1e253405d4deb41d5b3fb2b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit afc9cc84deb1ab2093501f5d5595f0d01f03e42f
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 14 23:20:33 2010 +0100
Typo fixes in timer.
commit 7fd62e6d0bc66f54ce9edd7634e1d48da0e6e0cd
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 14 23:15:20 2010 +0100
Added timer related register and bit definitions.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32.h | 1 +
include/libopenstm32/timer.h | 804 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 805 insertions(+), 0 deletions(-)
create mode 100644 include/libopenstm32/timer.h
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-01-14 18:35:37
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 312db1a301305bc7a1e253405d4deb41d5b3fb2b (commit)
via 977f0ef6a0064f54d8c85419148e9d39e1677351 (commit)
from e5fb750378eadbb0f2d931f8a3478e011a4d21e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 312db1a301305bc7a1e253405d4deb41d5b3fb2b
Author: Uwe Hermann <uw...@he...>
Date: Thu Jan 14 19:34:30 2010 +0100
Fix logic bugs in rcc_wait_for_osc_ready().
Thanks Thomas Otto <to...@vi...> for the patch!
commit 977f0ef6a0064f54d8c85419148e9d39e1677351
Author: Uwe Hermann <uw...@he...>
Date: Thu Jan 14 19:20:23 2010 +0100
Configure SPI as master in spi_init_master().
-----------------------------------------------------------------------
Summary of changes:
lib/rcc.c | 10 +++++-----
lib/spi.c | 14 +++++++-------
2 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-01-03 18:47:17
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via e5fb750378eadbb0f2d931f8a3478e011a4d21e9 (commit)
via 98997691d314b6143fab27bfa1832c200e39bb57 (commit)
via a7a3770d5198d26c963127094a18175696f04827 (commit)
via 821873acacd77139bc77a48f1f31631a474e3026 (commit)
from 88f35a4a7e0132fead2e932b659148abd391e84e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5fb750378eadbb0f2d931f8a3478e011a4d21e9
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 31 00:17:38 2009 +0100
Modularize OpenOCD paths in the example Makefiles.
commit 98997691d314b6143fab27bfa1832c200e39bb57
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 30 23:28:40 2009 +0100
Add first version of spi_enable()/spi_disable().
commit a7a3770d5198d26c963127094a18175696f04827
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 30 23:09:14 2009 +0100
Add initial SPI code.
For now, add the following basic SPI functions:
- spi_init_master()
- spi_write()
- spi_read()
This is incomplete and untested, yet.
Also, add some more SPI bit definition macros and comments.
commit 821873acacd77139bc77a48f1f31631a474e3026
Author: Uwe Hermann <uw...@he...>
Date: Tue Dec 29 17:38:40 2009 +0100
Add initial version of an spi.h header file.
So far, it contains the SPI register definitions and some bit
definitions of control register 1 (CR1).
-----------------------------------------------------------------------
Summary of changes:
examples/fancyblink/Makefile | 12 +++-
examples/miniblink/Makefile | 12 +++-
examples/usart/Makefile | 12 +++-
include/libopenstm32.h | 1 +
include/libopenstm32/spi.h | 160 ++++++++++++++++++++++++++++++++++++++++++
lib/Makefile | 2 +-
lib/spi.c | 85 ++++++++++++++++++++++
7 files changed, 274 insertions(+), 10 deletions(-)
create mode 100644 include/libopenstm32/spi.h
create mode 100644 lib/spi.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-09-04 13:49:00
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 88f35a4a7e0132fead2e932b659148abd391e84e (commit)
via 25a003b07693581cb443630b6f1c91a5041ee21b (commit)
from cf69b51ee7ba9effc928af8550fc311536a394f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88f35a4a7e0132fead2e932b659148abd391e84e
Author: Uwe Hermann <uw...@he...>
Date: Fri Sep 4 15:47:38 2009 +0200
ADC #defines, contributed by Edward Cheeseman <ed...@la...>.
commit 25a003b07693581cb443630b6f1c91a5041ee21b
Author: Uwe Hermann <uw...@he...>
Date: Mon Aug 31 14:47:07 2009 +0200
Add rcc_peripheral_{reset,clear_reset} functions.
Also, rename two other functions for consistency.
-----------------------------------------------------------------------
Summary of changes:
examples/fancyblink/fancyblink.c | 2 +-
examples/miniblink/miniblink.c | 2 +-
examples/usart/usart.c | 6 +-
include/libopenstm32.h | 1 +
include/libopenstm32/adc.h | 297 ++++++++++++++++++++++++++++
include/libopenstm32/rcc.h | 6 +-
lib/Makefile | 2 +-
include/libopenstm32/common.h => lib/adc.c | 42 +++--
lib/rcc.c | 18 ++-
9 files changed, 348 insertions(+), 28 deletions(-)
create mode 100644 include/libopenstm32/adc.h
copy include/libopenstm32/common.h => lib/adc.c (54%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-27 22:36:35
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via cf69b51ee7ba9effc928af8550fc311536a394f4 (commit)
via 9a4a47fdeb393cd6cb5b0868c5c787db1aeb0e64 (commit)
from d20c3454fa2b427b927cb45f4055015498f69823 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf69b51ee7ba9effc928af8550fc311536a394f4
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 18:53:50 2009 +0200
Add AFIO register definitions.
commit 9a4a47fdeb393cd6cb5b0868c5c787db1aeb0e64
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 18:47:10 2009 +0200
Add default alternate function GPIO pin definitions.
-----------------------------------------------------------------------
Summary of changes:
examples/usart/usart.c | 6 +-
include/libopenstm32/gpio.h | 136 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 135 insertions(+), 7 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-25 01:28:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via d20c3454fa2b427b927cb45f4055015498f69823 (commit)
via c6ec621b1ad894a11c151550bab8bbdfb71e122d (commit)
via 712261bb5218bcf60a21216fc0105521aec260a4 (commit)
via c26541c4c5e2766f4f20a70867cb46d043b9273c (commit)
from 5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d20c3454fa2b427b927cb45f4055015498f69823
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 03:27:48 2009 +0200
Add a simple USART example project which sends some bytes.
commit c6ec621b1ad894a11c151550bab8bbdfb71e122d
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 03:24:08 2009 +0200
Initial implementation of USART API functions.
The usart_set_baudrate() function is currently hardcoded to certain
settings, that needs to be fixed later.
commit 712261bb5218bcf60a21216fc0105521aec260a4
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 03:09:36 2009 +0200
Add some more USART related bit definitions.
commit c26541c4c5e2766f4f20a70867cb46d043b9273c
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 02:35:46 2009 +0200
Some random cosmetic changes and additional comments.
-----------------------------------------------------------------------
Summary of changes:
examples/Makefile | 10 ++-
examples/{fancyblink => usart}/Makefile | 2 +-
examples/{miniblink => usart}/README | 10 +-
.../{fancyblink/fancyblink.c => usart/usart.c} | 36 ++++++++-
.../{fancyblink/fancyblink.ld => usart/usart.ld} | 0
include/libopenstm32/gpio.h | 81 ++++++++++++++------
include/libopenstm32/rcc.h | 2 +
include/libopenstm32/usart.h | 48 ++++++++++--
lib/usart.c | 80 +++++++++++++++++++-
9 files changed, 224 insertions(+), 45 deletions(-)
copy examples/{fancyblink => usart}/Makefile (99%)
copy examples/{miniblink => usart}/README (77%)
copy examples/{fancyblink/fancyblink.c => usart/usart.c} (63%)
copy examples/{fancyblink/fancyblink.ld => usart/usart.ld} (100%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-25 00:04:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d (commit)
via bb7ce24f4217667ed55ca0afca8da9dd62a0e4d7 (commit)
via 734a87d4c55e29545bdaa0a23049a0bacbd41e06 (commit)
via 1f07553863d535429f0b8b5bd7c9ad6436f8830f (commit)
via cfd87f6b9df350bb16d796717178ed82551a9085 (commit)
via 3f12e37531d86d17fb5b3b1e2711d9ff62e00742 (commit)
via 428e328b7e67a0112ed4810e6c2dfdb745726a81 (commit)
via 50ba77bea9ff670767a02fef374f8c124199fe22 (commit)
from 732760ccd06671f297f2ba4e1614ad08837412e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 02:01:55 2009 +0200
Add simple USART convenience macros.
commit bb7ce24f4217667ed55ca0afca8da9dd62a0e4d7
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 01:59:25 2009 +0200
Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.
commit 734a87d4c55e29545bdaa0a23049a0bacbd41e06
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 01:48:50 2009 +0200
Factor out some code into gpio_setup().
commit 1f07553863d535429f0b8b5bd7c9ad6436f8830f
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 00:28:07 2009 +0200
Fix comment.
commit cfd87f6b9df350bb16d796717178ed82551a9085
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 00:05:06 2009 +0200
Add mini ld scripts in the example which include the global one.
commit 3f12e37531d86d17fb5b3b1e2711d9ff62e00742
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 25 00:01:21 2009 +0200
The -L linker option should come before any ldscript file.
commit 428e328b7e67a0112ed4810e6c2dfdb745726a81
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 23:30:36 2009 +0200
Install the ld script upon 'make install'.
commit 50ba77bea9ff670767a02fef374f8c124199fe22
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 23:19:44 2009 +0200
Factor out ld scripts into one common script in the lib.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +
examples/fancyblink/Makefile | 5 ++-
examples/fancyblink/README | 2 +-
examples/fancyblink/fancyblink.c | 18 ++++++++++------
examples/fancyblink/fancyblink.ld | 22 +------------------
examples/miniblink/Makefile | 5 ++-
examples/miniblink/README | 2 +-
examples/miniblink/miniblink.c | 11 +++++++--
examples/miniblink/miniblink.ld | 22 +------------------
include/libopenstm32/usart.h | 8 +++++++
.../miniblink/miniblink.ld => lib/libopenstm32.ld | 9 +------
11 files changed, 43 insertions(+), 63 deletions(-)
copy examples/miniblink/miniblink.ld => lib/libopenstm32.ld (83%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-24 12:45:37
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 732760ccd06671f297f2ba4e1614ad08837412e2 (commit)
via 2a571de8f818553293434ccf2fc5ee0d137eaaf0 (commit)
via ecd6d5246318c4d61e19f62c77073d0185ebce1c (commit)
via 944456fde184454714fa45a60c4c3d9a020e5d67 (commit)
via ab8cec181c94f6dfa1a3fa0cfd859a582d58f172 (commit)
via 56ffeed8af9d43b567fdb4faca04ad169e04279d (commit)
via 86db7153321978e8ce2dc698ef3b88cd4f67cb41 (commit)
via 8bdcef8d78dcff57acb037c2b713790d5effd13d (commit)
from b6a49764958da52765e8867fb305e2b0027d3435 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 732760ccd06671f297f2ba4e1614ad08837412e2
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 02:40:03 2009 +0200
Add more comments, fix copy-paste error in descriptions.
commit 2a571de8f818553293434ccf2fc5ee0d137eaaf0
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 02:32:59 2009 +0200
Add RCC_CR3 values and some more comments.
commit ecd6d5246318c4d61e19f62c77073d0185ebce1c
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 02:19:06 2009 +0200
Add RCC_CR2 bit definitions.
commit 944456fde184454714fa45a60c4c3d9a020e5d67
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 00:28:23 2009 +0200
Fix compile by using the correct variable name.
commit ab8cec181c94f6dfa1a3fa0cfd859a582d58f172
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 00:28:01 2009 +0200
Add missing #include <stdint.h>.
commit 56ffeed8af9d43b567fdb4faca04ad169e04279d
Author: Uwe Hermann <uw...@he...>
Date: Thu Jul 23 02:21:30 2009 +0200
Make u8/u16/etc. simple aliases.
commit 86db7153321978e8ce2dc698ef3b88cd4f67cb41
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 24 14:42:44 2009 +0200
Simplify example Makefiles by using only one TOOLCHAIN_DIR variable.
commit 8bdcef8d78dcff57acb037c2b713790d5effd13d
Author: Piotr Esden-Tempski <pi...@es...>
Date: Wed Jul 22 20:44:31 2009 +0200
Examples now use the toolchain installed libopenstm32 in default setting. (Uncomment TOOLCHAIN_* lines to use local one)
-----------------------------------------------------------------------
Summary of changes:
examples/fancyblink/Makefile | 7 +++-
examples/miniblink/Makefile | 7 +++-
include/libopenstm32/common.h | 15 +++++----
include/libopenstm32/usart.h | 71 ++++++++++++++++++++++++++++-------------
4 files changed, 67 insertions(+), 33 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-22 14:50:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via b6a49764958da52765e8867fb305e2b0027d3435 (commit)
via 6db6d5b49c8f1b216dd4b5504acf9df35d61df4a (commit)
from 574f77f6df922ccbe366598e9b9da83852044042 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b6a49764958da52765e8867fb305e2b0027d3435
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 16:48:55 2009 +0200
Add register #defines for all available USARTs/UARTs.
commit 6db6d5b49c8f1b216dd4b5504acf9df35d61df4a
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 14:02:21 2009 +0200
Add initial framework for USART support. So far only some #defines.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32.h | 1 +
include/libopenstm32/usart.h | 133 +++++++++++++++++++++++++++++++++
lib/Makefile | 2 +-
include/libopenstm32.h => lib/usart.c | 9 +--
4 files changed, 137 insertions(+), 8 deletions(-)
create mode 100644 include/libopenstm32/usart.h
copy include/libopenstm32.h => lib/usart.c (78%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-22 01:32:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 574f77f6df922ccbe366598e9b9da83852044042 (commit)
via fd1e0290cd90cb5e07820ba5f2a3cdc787a0c8b5 (commit)
via 9fd3064cb298124517f2ed1517365175e2c0e6be (commit)
via 0f0ef60378c3e25a4db0628bb3686e63c10c120c (commit)
via 920ea7dbdb038dd119db7873ca2ad2a9758108a5 (commit)
via 14d342e50ce9d15165a27d870213801e532fd9da (commit)
via a5a964814480f6251c80632929cd13c29c0462c2 (commit)
via 97440d840677bfaa1c040921257d849f625fbcbf (commit)
via 5df3d0a23dbaf09d5b2b7534110a768e8f2bb81a (commit)
via 6ec84bf10e524d3ba7f638a35f417a3594e648a0 (commit)
via 839748ad3d4a9f2ab67c1fdd9c70acd9c02c9bfc (commit)
via 6f0070991c4af99215a39ef26bd0c099184474d4 (commit)
from 446de3872813e808ee3cbc5c94f5692e70f566a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 574f77f6df922ccbe366598e9b9da83852044042
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 03:28:58 2009 +0200
Add -Wstrict-prototypes to CFLAGS for more strict checking.
commit fd1e0290cd90cb5e07820ba5f2a3cdc787a0c8b5
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 03:27:01 2009 +0200
Implement clock_setup() in fancyblink, STM32 should now run at 72 MHz.
commit 9fd3064cb298124517f2ed1517365175e2c0e6be
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 03:25:14 2009 +0200
Add more RCC related API functions and their prototypes.
This includes:
- rcc_set_sysclk_source()
- rcc_set_pll_multiplication_factor()
- rcc_set_pll_source()
- rcc_set_pllxtpre()
commit 0f0ef60378c3e25a4db0628bb3686e63c10c120c
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 03:08:00 2009 +0200
Add a 'fancyblink' example, currently mostly a copy of miniblink.
commit 920ea7dbdb038dd119db7873ca2ad2a9758108a5
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 03:05:27 2009 +0200
Fix typo, s/example/examples/ after an earlier rename.
commit 14d342e50ce9d15165a27d870213801e532fd9da
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 02:57:28 2009 +0200
Show example of rcc_enable_peripheral_clock() in miniblink.c.
commit a5a964814480f6251c80632929cd13c29c0462c2
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 02:56:04 2009 +0200
Add rcc_enable_peripheral_clock() et al, and respective prototypes.
commit 97440d840677bfaa1c040921257d849f625fbcbf
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 02:38:31 2009 +0200
Turn rcc_osc_ready() into rcc_wait_for_osc_ready(), more useful.
commit 5df3d0a23dbaf09d5b2b7534110a768e8f2bb81a
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 01:16:34 2009 +0200
Add RCC_AHBRSTR and RCC_CFGR2 bit definitions.
commit 6ec84bf10e524d3ba7f638a35f417a3594e648a0
Author: Uwe Hermann <uw...@he...>
Date: Wed Jul 22 00:58:54 2009 +0200
Reorder RCC bits, add missing bits for STM32 connectivity line.
commit 839748ad3d4a9f2ab67c1fdd9c70acd9c02c9bfc
Author: Uwe Hermann <uw...@he...>
Date: Tue Jul 21 20:36:44 2009 +0200
Add RCC_APB1RSTR bit definitions.
commit 6f0070991c4af99215a39ef26bd0c099184474d4
Author: Uwe Hermann <uw...@he...>
Date: Tue Jul 21 20:25:00 2009 +0200
Add RCC_APB2RSTR bit definitions.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
examples/Makefile | 10 +-
examples/{miniblink => fancyblink}/Makefile | 2 +-
examples/{miniblink => fancyblink}/README | 2 +-
.../miniblink.c => fancyblink/fancyblink.c} | 43 ++-
.../miniblink.ld => fancyblink/fancyblink.ld} | 0
examples/miniblink/miniblink.c | 5 +-
include/libopenstm32/rcc.h | 456 +++++++++++++-------
lib/Makefile | 2 +-
lib/rcc.c | 61 +++-
10 files changed, 393 insertions(+), 190 deletions(-)
copy examples/{miniblink => fancyblink}/Makefile (99%)
copy examples/{miniblink => fancyblink}/README (95%)
copy examples/{miniblink/miniblink.c => fancyblink/fancyblink.c} (64%)
copy examples/{miniblink/miniblink.ld => fancyblink/fancyblink.ld} (100%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-20 16:33:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 446de3872813e808ee3cbc5c94f5692e70f566a9 (commit)
from 8a33f6277e50468e5e9e48397b2f05b7866142f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 446de3872813e808ee3cbc5c94f5692e70f566a9
Author: Piotr Esden-Tempski <esd...@in...>
Date: Mon Jul 20 17:54:33 2009 +0200
Changed all includes to use <foo.h> notation.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32.h | 8 ++++----
include/libopenstm32/common.h | 2 +-
include/libopenstm32/gpio.h | 2 +-
include/libopenstm32/rcc.h | 2 +-
lib/gpio.c | 2 +-
lib/rcc.c | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-20 15:35:10
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 8a33f6277e50468e5e9e48397b2f05b7866142f5 (commit)
via 91fa52da4806d111ea222eaa2f710b33ff71df74 (commit)
via 8a630baea8806ab98da0a5c08ef8e28bbc06dfc2 (commit)
from 05ccc0614a8c47d299f000fefe1382d00b7194a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a33f6277e50468e5e9e48397b2f05b7866142f5
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 17:33:52 2009 +0200
Update .gitignore to match recent file/dir renames.
commit 91fa52da4806d111ea222eaa2f710b33ff71df74
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 17:32:22 2009 +0200
Turn miniblink in the smallest-possible example using the library.
commit 8a630baea8806ab98da0a5c08ef8e28bbc06dfc2
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 17:23:25 2009 +0200
Finish rename to 'miniblink'.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 12 ++++++------
examples/miniblink/Makefile | 2 +-
examples/miniblink/README | 7 ++++---
examples/miniblink/{blink.c => miniblink.c} | 0
examples/miniblink/{blink.ld => miniblink.ld} | 8 --------
5 files changed, 11 insertions(+), 18 deletions(-)
rename examples/miniblink/{blink.c => miniblink.c} (100%)
rename examples/miniblink/{blink.ld => miniblink.ld} (92%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-20 14:58:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 05ccc0614a8c47d299f000fefe1382d00b7194a7 (commit)
via db0e59da962e53ba84b961a1b3d5e6a3badb2726 (commit)
via 4f43d8c622fddabfa891421b7d5f5daef2f364a9 (commit)
via 50b1b50676ebdf97cc3de85b711976da62f848b9 (commit)
via 07b6ca3a90dd5e4c75cd24b79454a96a0510583d (commit)
via 5cdbb466fa3cd2cbd5c3722adfc4a6cc9ba170c3 (commit)
via 3eb5397d8d3d44a0cc7eb4cadc015adae566e31e (commit)
via df399e248b13414f3b26851d441b6adc5aa901b5 (commit)
via af9302d2b07a1851186dd1451d48ee276509104b (commit)
via b888530345aefd5031b3b98e3dd026c291b698a7 (commit)
from 2c1fa8bd67aa6e1657eba919001a165bedcdbf9d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 05ccc0614a8c47d299f000fefe1382d00b7194a7
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 16:52:05 2009 +0200
Move the 'blink' example into a 'miniblink' subdirectory.
commit db0e59da962e53ba84b961a1b3d5e6a3badb2726
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:35:12 2009 +0200
Rename example subdir to examples, we'll have more than one.
commit 4f43d8c622fddabfa891421b7d5f5daef2f364a9
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:32:28 2009 +0200
Fix some compiler warnings.
commit 50b1b50676ebdf97cc3de85b711976da62f848b9
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:29:43 2009 +0200
Add slightly modified rcc.c file, contributed by Federico Ruiz-Ugalde.
commit 07b6ca3a90dd5e4c75cd24b79454a96a0510583d
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:28:41 2009 +0200
Add RCC_CSR bit definitions and a osc_t enum.
commit 5cdbb466fa3cd2cbd5c3722adfc4a6cc9ba170c3
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:16:14 2009 +0200
Make example code build again (s/RCC_IOPCEN/IOPCEN).
commit 3eb5397d8d3d44a0cc7eb4cadc015adae566e31e
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:15:22 2009 +0200
Add RCC_BDCR bit definitions.
commit df399e248b13414f3b26851d441b6adc5aa901b5
Author: Uwe Hermann <uw...@he...>
Date: Mon Jul 20 15:15:02 2009 +0200
Add RCC_APB1ENR bit definitions.
commit af9302d2b07a1851186dd1451d48ee276509104b
Author: Uwe Hermann <uw...@he...>
Date: Sun Jul 19 01:34:27 2009 +0200
Merge some more RCC related #defines contributed by Federico Ruiz-Ugalde.
Addition of remaining (mostly "connectivity line" STMs related) #defines
was done by me.
commit b888530345aefd5031b3b98e3dd026c291b698a7
Author: Uwe Hermann <uw...@he...>
Date: Sun Jul 19 01:12:45 2009 +0200
Whitespace fixes.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 10 +-
{lib => examples}/Makefile | 33 +---
{example => examples/miniblink}/Makefile | 4 +-
{example => examples/miniblink}/README | 0
{example => examples/miniblink}/blink.c | 2 +-
{example => examples/miniblink}/blink.ld | 0
include/libopenstm32/rcc.h | 265 +++++++++++++++++++++---------
lib/Makefile | 2 +-
lib/rcc.c | 228 +++++++++++++++++++++++++
9 files changed, 432 insertions(+), 112 deletions(-)
copy {lib => examples}/Makefile (59%)
rename {example => examples/miniblink}/Makefile (95%)
rename {example => examples/miniblink}/README (100%)
rename {example => examples/miniblink}/blink.c (98%)
rename {example => examples/miniblink}/blink.ld (100%)
create mode 100644 lib/rcc.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-18 20:28:29
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 2c1fa8bd67aa6e1657eba919001a165bedcdbf9d (commit)
via 3bef8767f966eaa960a3dfc5609a3952f4b00627 (commit)
from 83f5c58eb996234ca98967db923133514e92ff7c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c1fa8bd67aa6e1657eba919001a165bedcdbf9d
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 22:27:17 2009 +0200
Partial merge of RCC support work contributed by Federico Ruiz-Ugalde.
For now, this adds a bunch of #defines, double-checked against the
datasheet by me (added a few missing values for "connectivity line" STM32s).
commit 3bef8767f966eaa960a3dfc5609a3952f4b00627
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 17:41:31 2009 +0200
Add gpio_get() API function.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/gpio.h | 1 +
include/libopenstm32/rcc.h | 106 +++++++++++++++++++++++++++++++++++++++++++
lib/gpio.c | 6 +++
3 files changed, 113 insertions(+), 0 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-18 14:59:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 83f5c58eb996234ca98967db923133514e92ff7c (commit)
via 74db299094a2745f1113b8b8173bce2911350fd5 (commit)
via 3262983d27ee15fefeaa2efbe9a903f5364d7ee2 (commit)
via d43224acfbb31e23c2b3a6b7ea38626a7d4fbe21 (commit)
from 915d5bff90c86e1c8c072b0f13177f82283f3883 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 83f5c58eb996234ca98967db923133514e92ff7c
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 16:27:47 2009 +0200
Switch the license to GPL, version 3 or later.
commit 74db299094a2745f1113b8b8173bce2911350fd5
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 16:22:45 2009 +0200
Add examples for LED blinking code, both, manually and using the API.
commit 3262983d27ee15fefeaa2efbe9a903f5364d7ee2
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 16:20:32 2009 +0200
Add initial GPIO API implementation.
This currently includes a number of basic functions. Example usage:
gpio_set_mode(GPIOC, GPIO_MODE_OUTPUT_2_MHZ,
GPIO_CNF_OUTPUT_PUSHPULL, GPIO12);
gpio_set(GPIOB, GPIO4);
gpio_clear(GPIOG, GPIO2 | GPIO9);
gpio_toggle(GPIOA, GPIO7);
reg16 = gpio_port_read(GPIOD);
gpio_port_write(GPIOF, 0xc8fe);
commit d43224acfbb31e23c2b3a6b7ea38626a7d4fbe21
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 06:18:43 2009 +0200
Update example application README wrt flashing instructions.
-----------------------------------------------------------------------
Summary of changes:
COPYING | 895 ++++++++++++++++++++++++++------------
Makefile | 7 +-
README | 2 +-
example/Makefile | 7 +-
example/README | 9 +-
example/blink.c | 37 ++-
example/blink.ld | 7 +-
include/libopenstm32.h | 7 +-
include/libopenstm32/common.h | 7 +-
include/libopenstm32/gpio.h | 19 +-
include/libopenstm32/memorymap.h | 7 +-
include/libopenstm32/rcc.h | 7 +-
lib/Makefile | 7 +-
lib/gpio.c | 70 +++-
14 files changed, 745 insertions(+), 343 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-18 04:11:23
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 915d5bff90c86e1c8c072b0f13177f82283f3883 (commit)
via 355701525e048e1f77e64bc5dc4546c0e5d86fba (commit)
via 526cb01aaa39617c4fc8db2edb7416cefd37b8f5 (commit)
via 8d2190a86a3edfbceb23539c313a5df78d1032a3 (commit)
via 10890b3f159995bcf28a88816c6ec83d04e7c89f (commit)
from 3b6809413bb14ce6a612fd05a8203c262db748ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 915d5bff90c86e1c8c072b0f13177f82283f3883
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 06:09:08 2009 +0200
Implement the simplest possible (working) blinking LED example application.
This is the first working example code which is tested on hardware.
The LED on the Olimex STM-H103 eval board is happily blinking.
We use a dummy "delay" function (basically a busy-waiting for-loop), which
will only work if you use -O0 in CFLAGS (-O2, -O3, or -Os will not work as
the compiler optimizes the loop away).
We use some arbitrary value for stack size (2 KB) and use main()
directly as the reset vector function. This will change later.
Also, we do the GPIO and clock init as well as the GPIO toggling for the
LED blinking fully "manually" for now, but there may be more higher-level
functions for doing that at some later date.
commit 355701525e048e1f77e64bc5dc4546c0e5d86fba
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 05:34:38 2009 +0200
Add initial minimal rcc.h implementation (not complete).
commit 526cb01aaa39617c4fc8db2edb7416cefd37b8f5
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 05:23:56 2009 +0200
Silence OpenOCD per default, use V=1 for more verbose output.
commit 8d2190a86a3edfbceb23539c313a5df78d1032a3
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 05:17:49 2009 +0200
Have *.o files depend on Makefile, in case we change gcc -O values there.
commit 10890b3f159995bcf28a88816c6ec83d04e7c89f
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 05:00:48 2009 +0200
Don't use OpenOCD's "resume" command, only "reset" will work correctly.
Also, make the 'flash' target depend on 'images'.
-----------------------------------------------------------------------
Summary of changes:
example/Makefile | 13 ++++++++-----
example/blink.c | 22 +++++++++++++++++++++-
example/blink.ld | 1 +
include/libopenstm32.h | 1 +
lib/gpio.c => include/libopenstm32/rcc.h | 18 ++++++------------
5 files changed, 37 insertions(+), 18 deletions(-)
copy lib/gpio.c => include/libopenstm32/rcc.h (84%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-18 01:01:28
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 3b6809413bb14ce6a612fd05a8203c262db748ca (commit)
via d7ec6a2983bb0075794c0ce88b08d6fae438b2f8 (commit)
via 015b046c1ef74739649f4df0ecc98f3795a9416a (commit)
via cf7d4df189344f7e0721e64db5ae3031e891dbfb (commit)
from f3d7eda380ff3fdd665d80cdb41a7700ff79c5b1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b6809413bb14ce6a612fd05a8203c262db748ca
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 02:51:22 2009 +0200
Remove one layer of indirection by killing unneeded #defines.
commit d7ec6a2983bb0075794c0ce88b08d6fae438b2f8
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 02:25:38 2009 +0200
Make 'flash' target a bit more generic and drop absolute paths.
commit 015b046c1ef74739649f4df0ecc98f3795a9416a
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 01:39:30 2009 +0200
Merge stdint.h contents into common.h so we don't conflict with libc.
commit cf7d4df189344f7e0721e64db5ae3031e891dbfb
Author: Uwe Hermann <uw...@he...>
Date: Sat Jul 18 01:31:08 2009 +0200
Make OpenOCD location easily configurable by using a variable.
-----------------------------------------------------------------------
Summary of changes:
example/Makefile | 13 +++++++------
include/libopenstm32.h | 1 -
include/libopenstm32/common.h | 8 ++++++++
include/libopenstm32/gpio.h | 23 +++++++----------------
include/libopenstm32/stdint.h | 32 --------------------------------
5 files changed, 22 insertions(+), 55 deletions(-)
delete mode 100644 include/libopenstm32/stdint.h
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-17 21:10:27
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via f3d7eda380ff3fdd665d80cdb41a7700ff79c5b1 (commit)
from d6611f62ddd62921a7b9bb9053ec7d488ac91e11 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3d7eda380ff3fdd665d80cdb41a7700ff79c5b1
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 23:09:47 2009 +0200
Add convenience GPIOx #defines and MMIO GPIO register #defines.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/gpio.h | 94 +++++++++++++++++++++++++++++++++++++++++-
1 files changed, 91 insertions(+), 3 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-17 21:06:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via d6611f62ddd62921a7b9bb9053ec7d488ac91e11 (commit)
via e04cec3b5d6fed6fab7ed5a606b2777508921536 (commit)
from 9385e693442f4cb79637c14198f279a5187c14af (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d6611f62ddd62921a7b9bb9053ec7d488ac91e11
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 23:05:01 2009 +0200
Add all base addresses for peripherals as per datasheet.
commit e04cec3b5d6fed6fab7ed5a606b2777508921536
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 23:03:42 2009 +0200
Add 'make flash' target using recent OpenOCD versions.
-----------------------------------------------------------------------
Summary of changes:
example/Makefile | 8 +++++
include/libopenstm32/gpio.h | 16 +++++-----
include/libopenstm32/memorymap.h | 57 ++++++++++++++++++++++++++++++++++++-
3 files changed, 71 insertions(+), 10 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-17 20:47:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 9385e693442f4cb79637c14198f279a5187c14af (commit)
via f3ac624f2279ce39bb963eb1e626a165d8d7979e (commit)
from e79dc2d65eef9a100bea5b199260e637731493b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9385e693442f4cb79637c14198f279a5187c14af
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 19:19:08 2009 +0200
Fix incorrect location of the board files of recent OpenOCD versions.
commit f3ac624f2279ce39bb963eb1e626a165d8d7979e
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 19:01:45 2009 +0200
Add common.h, currently containing MMIO accessor functions.
-----------------------------------------------------------------------
Summary of changes:
example/README | 2 +-
include/libopenstm32.h | 1 +
lib/gpio.c => include/libopenstm32/common.h | 21 ++++++++-------------
3 files changed, 10 insertions(+), 14 deletions(-)
copy lib/gpio.c => include/libopenstm32/common.h (76%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-17 11:59:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via e79dc2d65eef9a100bea5b199260e637731493b0 (commit)
from 0fe49aadecc85210b08b5ffc9e93cf87637a38d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e79dc2d65eef9a100bea5b199260e637731493b0
Author: Uwe Hermann <uw...@he...>
Date: Fri Jul 17 13:55:25 2009 +0200
Add README for the example project.
-----------------------------------------------------------------------
Summary of changes:
example/README | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
create mode 100644 example/README
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2009-07-16 16:34:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 0fe49aadecc85210b08b5ffc9e93cf87637a38d0 (commit)
from caeba0c631576c2e35a0090f28f505cb6c6b40df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0fe49aadecc85210b08b5ffc9e93cf87637a38d0
Author: Uwe Hermann <uw...@he...>
Date: Thu Jul 16 18:33:32 2009 +0200
Document 'make V=1' usage.
-----------------------------------------------------------------------
Summary of changes:
README | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
libopenstm32
|