libopenstm32-commits Mailing List for libopenstm32 (Page 3)
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-04-29 22:50:42
|
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 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620 (commit) via d3890f9b326600278c286093efd680e81be33b46 (commit) via 7c32f6333224eff28c2f5bb5725dcb47fd0084ab (commit) via 905b5112b69b83acac1a6f896d363da4d2e7c648 (commit) via 37e71e3e5c526baf0bf001a6cac9141072e9a911 (commit) via 0fed8c6cc515b4c0d2167e5c7dc4bc79685eb967 (commit) from e68f248d1191af47f0b32ea94a15c03b9425f7b7 (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 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620 Author: Thomas Otto <to...@vi...> Date: Tue Apr 13 22:42:26 2010 +0200 Corrected comment only. commit d3890f9b326600278c286093efd680e81be33b46 Author: Thomas Otto <to...@vi...> Date: Tue Apr 13 22:38:24 2010 +0200 Added systick example to Makefile. commit 7c32f6333224eff28c2f5bb5725dcb47fd0084ab Author: Thomas Otto <to...@vi...> Date: Tue Apr 13 22:33:52 2010 +0200 Added little systick example. commit 905b5112b69b83acac1a6f896d363da4d2e7c648 Author: Thomas Otto <to...@vi...> Date: Tue Apr 13 22:26:07 2010 +0200 Some improvements to systick.h+c. commit 37e71e3e5c526baf0bf001a6cac9141072e9a911 Author: Thomas Otto <to...@vi...> Date: Mon Apr 12 21:22:02 2010 +0200 Added spi_send() to the spi.h. commit 0fed8c6cc515b4c0d2167e5c7dc4bc79685eb967 Author: Thomas Otto <to...@vi...> Date: Mon Apr 12 21:12:52 2010 +0200 Added spi_send() equivalent to usart_send(). ----------------------------------------------------------------------- Summary of changes: examples/other/Makefile | 10 +++- .../{adc_temperature_sensor => systick}/Makefile | 2 +- examples/other/{timer_interrupt => systick}/README | 4 +- .../{timer_interrupt/timer.c => systick/systick.c} | 51 ++++++++------------ .../adc.ld => systick/systick.ld} | 0 examples/other/timer_interrupt/timer.c | 2 +- include/libopenstm32/spi.h | 1 + include/libopenstm32/systick.h | 20 ++++++-- lib/spi.c | 11 ++++ lib/systick.c | 44 +++++++++++++++++ 10 files changed, 104 insertions(+), 41 deletions(-) copy examples/other/{adc_temperature_sensor => systick}/Makefile (99%) copy examples/other/{timer_interrupt => systick}/README (90%) copy examples/other/{timer_interrupt/timer.c => systick/systick.c} (78%) copy examples/other/{adc_temperature_sensor/adc.ld => systick/systick.ld} (100%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-04-03 22:18:44
|
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 e68f248d1191af47f0b32ea94a15c03b9425f7b7 (commit) via 56dd9bc887a3af5afd62cad09baa38671c37a4b3 (commit) via 47c51fc9cc26b4bbd581ea76737c338ea1477cc0 (commit) via e50b836ada3110bdcb940b75624fdad47edc3056 (commit) via 9dc0af94b064ad80b55433a1cdeb4ccf3db300ca (commit) via 97e27b2430a2ba2294c772408171c807520a070c (commit) via 9d2e074b3d634dfe103dd50c8624c089a2a4da88 (commit) from 9132e6b9f552da9bcd1bf9a04a83b21882e7c6d9 (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 e68f248d1191af47f0b32ea94a15c03b9425f7b7 Author: Thomas Otto <to...@vi...> Date: Fri Apr 2 22:23:11 2010 +0200 Fixed typo. commit 56dd9bc887a3af5afd62cad09baa38671c37a4b3 Author: Thomas Otto <to...@vi...> Date: Fri Apr 2 21:42:48 2010 +0200 Completed spi.h. commit 47c51fc9cc26b4bbd581ea76737c338ea1477cc0 Author: Thomas Otto <to...@vi...> Date: Tue Mar 30 22:29:02 2010 +0200 Some additions to spi.c+h. commit e50b836ada3110bdcb940b75624fdad47edc3056 Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 16:11:45 2010 +0200 Added timer_interrupt example. commit 9dc0af94b064ad80b55433a1cdeb4ccf3db300ca Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:52:49 2010 +0200 Added dma_mem2mem example. commit 97e27b2430a2ba2294c772408171c807520a070c Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:51:10 2010 +0200 Make 72MHz the default in usart.c commit 9d2e074b3d634dfe103dd50c8624c089a2a4da88 Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:19:32 2010 +0200 Cosmetic fixes. ----------------------------------------------------------------------- Summary of changes: examples/other/Makefile | 16 ++- .../Makefile | 2 +- .../{adc_temperature_sensor => dma_mem2mem}/README | 9 +- .../adc.c => dma_mem2mem/dma.c} | 122 ++++++------- .../adc.ld => dma_mem2mem/dma.ld} | 0 .../Makefile | 2 +- .../README | 10 +- .../adc.c => timer_interrupt/timer.c} | 117 +++--------- .../adc.ld => timer_interrupt/timer.ld} | 0 include/libopenstm32/dma.h | 1 + include/libopenstm32/nvic.h | 1 + include/libopenstm32/scb.h | 15 ++ include/libopenstm32/spi.h | 173 +++++++++++++++++- lib/adc.c | 18 +- lib/nvic.c | 14 +- lib/spi.c | 195 ++++++++++++++++++++ lib/usart.c | 2 +- 17 files changed, 506 insertions(+), 191 deletions(-) copy examples/other/{adc_temperature_sensor => dma_mem2mem}/Makefile (99%) copy examples/other/{adc_temperature_sensor => dma_mem2mem}/README (77%) copy examples/other/{adc_temperature_sensor/adc.c => dma_mem2mem/dma.c} (67%) copy examples/other/{adc_temperature_sensor/adc.ld => dma_mem2mem/dma.ld} (100%) copy examples/other/{adc_temperature_sensor => timer_interrupt}/Makefile (99%) copy examples/other/{adc_temperature_sensor => timer_interrupt}/README (75%) copy examples/other/{adc_temperature_sensor/adc.c => timer_interrupt/timer.c} (54%) copy examples/other/{adc_temperature_sensor/adc.ld => timer_interrupt/timer.ld} (100%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-27 19:10: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 9132e6b9f552da9bcd1bf9a04a83b21882e7c6d9 (commit) via 561ce3780998467c48a3aef30cfe448b3de6c100 (commit) via 0f710dd8fa1a12150cb17df6f103f8864e576e0d (commit) via 2bada0dacd561a2e36a90667ff51054af7a7cf62 (commit) via bd725f59aecf645135d9602d28bc8a758daff748 (commit) via 3518301870be7e2ef1083bea6c170f28fa574d78 (commit) via feb3f187fe9140c1419ad82f90bac1ee9681a8ee (commit) via be986aa8d9b4e86583e74355d8cb1069f28aca4f (commit) via d96b31879590c4d84eba90dfb263cb25d0f2e3ce (commit) via a0e026d110599697f976b07e36425edb6c2b2eee (commit) via 3882f8f96ffbdf9b86e26281280df9feecdab437 (commit) via 384a7e688e9a306e3d12459f1b24f9dd4d6c2848 (commit) via eb3f45dcdb6c920b5f7bedad47c93386875811f9 (commit) via cdf93fedfabef1bafd021ef69ef43f45162e6c77 (commit) via 1f8d94df35b65d352e88ed995ae97b549e0e46a7 (commit) via 80984d44c4cdbcad783c0fe02ad917581a851271 (commit) via 426d6a45fc1e4f02c47230e3266895b7e7a2e17d (commit) via e4788f67b6e89ae83e3e21f27d823b15d7c3fdb3 (commit) via 561c9a1d3ece84382e5afd9122f0feda59ad6c1e (commit) from a6342d4968c05c62638b09102fb3f8859227bd1e (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 9132e6b9f552da9bcd1bf9a04a83b21882e7c6d9 Author: Thomas Otto <to...@vi...> Date: Fri Mar 26 23:13:52 2010 +0100 Corrected definitions in dma.h. commit 561ce3780998467c48a3aef30cfe448b3de6c100 Author: Thomas Otto <to...@vi...> Date: Fri Mar 26 17:36:15 2010 +0100 Changed address setting in dma.c+h. commit 0f710dd8fa1a12150cb17df6f103f8864e576e0d Author: Thomas Otto <to...@vi...> Date: Fri Mar 26 17:35:15 2010 +0100 Fixed settings of groups in adc.c. commit 2bada0dacd561a2e36a90667ff51054af7a7cf62 Merge: bd725f59aecf645135d9602d28bc8a758daff748 3518301870be7e2ef1083bea6c170f28fa574d78 Author: Thomas Otto <to...@vi...> Date: Fri Mar 26 10:17:00 2010 +0100 Merge branch 'master' of to...@vi...:/opt/git/libopenstm32 commit bd725f59aecf645135d9602d28bc8a758daff748 Author: Thomas Otto <to...@vi...> Date: Fri Mar 26 10:14:17 2010 +0100 Small corrections/additions to adc.h. commit 3518301870be7e2ef1083bea6c170f28fa574d78 Author: Thomas Otto <tommi@pc04.(none)> Date: Thu Mar 25 13:13:01 2010 +0100 Integrated systick into build system. commit feb3f187fe9140c1419ad82f90bac1ee9681a8ee Author: Thomas Otto <tommi@pc04.(none)> Date: Thu Mar 25 13:11:59 2010 +0100 Added systick.h definitions. commit be986aa8d9b4e86583e74355d8cb1069f28aca4f Author: Thomas Otto <tommi@pc04.(none)> Date: Thu Mar 25 10:13:15 2010 +0100 Corrected Makefile for ADC example commit d96b31879590c4d84eba90dfb263cb25d0f2e3ce Author: Thomas Otto <to...@vi...> Date: Wed Mar 24 22:51:43 2010 +0100 Added some address setting functions to dma. commit a0e026d110599697f976b07e36425edb6c2b2eee Author: Thomas Otto <to...@vi...> Date: Wed Mar 24 20:44:32 2010 +0100 Added generic values for ADC_SMPR_SMP to adc.h. commit 3882f8f96ffbdf9b86e26281280df9feecdab437 Author: Thomas Otto <to...@vi...> Date: Wed Mar 24 20:41:27 2010 +0100 Fixed binary name in README commit 384a7e688e9a306e3d12459f1b24f9dd4d6c2848 Author: Thomas Otto <to...@vi...> Date: Wed Mar 24 20:36:19 2010 +0100 Added adc_temperature_sensor to examples commit eb3f45dcdb6c920b5f7bedad47c93386875811f9 Author: Thomas Otto <tommi@pc04.(none)> Date: Wed Mar 24 15:39:44 2010 +0100 Completed scb.h definitions. commit cdf93fedfabef1bafd021ef69ef43f45162e6c77 Author: Thomas Otto <to...@vi...> Date: Tue Mar 23 21:05:37 2010 +0100 Small correction in isr table. commit 1f8d94df35b65d352e88ed995ae97b549e0e46a7 Author: Thomas Otto <to...@vi...> Date: Tue Mar 23 21:02:01 2010 +0100 Added irq number definitions. commit 80984d44c4cdbcad783c0fe02ad917581a851271 Author: Thomas Otto <to...@vi...> Date: Mon Mar 22 22:08:07 2010 +0100 splitted nvic and scb commit 426d6a45fc1e4f02c47230e3266895b7e7a2e17d Author: Thomas Otto <to...@vi...> Date: Mon Mar 22 22:01:44 2010 +0100 added some SCB defs. Added some NVIC functions. commit e4788f67b6e89ae83e3e21f27d823b15d7c3fdb3 Author: Thomas Otto <to...@vi...> Date: Mon Mar 22 21:52:49 2010 +0100 added dma.h and basic functions commit 561c9a1d3ece84382e5afd9122f0feda59ad6c1e Author: Thomas Otto <to...@vi...> Date: Mon Mar 22 21:40:08 2010 +0100 added basic adc funktions ----------------------------------------------------------------------- Summary of changes: examples/other/Makefile | 10 +- .../Makefile | 6 +- .../README | 8 +- examples/other/adc_temperature_sensor/adc.c | 188 +++++ .../adc.ld} | 0 include/libopenstm32.h | 3 + include/libopenstm32/adc.h | 88 ++- include/libopenstm32/dma.h | 722 ++++++++++++++++++++ include/libopenstm32/nvic.h | 136 +++-- include/libopenstm32/scb.h | 282 ++++++++ include/libopenstm32/systick.h | 70 ++ lib/Makefile | 2 +- lib/adc.c | 210 ++++++ lib/dma.c | 545 +++++++++++++++ lib/nvic.c | 107 +++- .../i2c_stts75_sensor.ld => lib/systick.c | 11 +- lib/vector.c | 2 - 17 files changed, 2299 insertions(+), 91 deletions(-) copy examples/other/{i2c_stts75_sensor => adc_temperature_sensor}/Makefile (96%) copy examples/other/{i2c_stts75_sensor => adc_temperature_sensor}/README (78%) create mode 100644 examples/other/adc_temperature_sensor/adc.c copy examples/other/{i2c_stts75_sensor/i2c_stts75_sensor.ld => adc_temperature_sensor/adc.ld} (100%) create mode 100644 include/libopenstm32/dma.h create mode 100644 include/libopenstm32/scb.h create mode 100644 include/libopenstm32/systick.h create mode 100644 lib/dma.c copy examples/other/i2c_stts75_sensor/i2c_stts75_sensor.ld => lib/systick.c (73%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-06 14:23:06
|
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 a6342d4968c05c62638b09102fb3f8859227bd1e (commit) via e6c72d5cfc23fae9fc2eebff002c233ea3c5323e (commit) via 4390abfd9549e86deaa84eafa3166cb9902aadb5 (commit) from dd0548ee2b2577089ec86c2eed64e1a022a84e7f (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 a6342d4968c05c62638b09102fb3f8859227bd1e Author: Uwe Hermann <uw...@he...> Date: Sat Mar 6 15:22:09 2010 +0100 Cosmetic fixes. commit e6c72d5cfc23fae9fc2eebff002c233ea3c5323e Author: Uwe Hermann <uw...@he...> Date: Sat Mar 6 15:07:21 2010 +0100 Fix bug: PLLMUL_PLL_CLK_MUL9 is correct. commit 4390abfd9549e86deaa84eafa3166cb9902aadb5 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 6 14:49:59 2010 +0100 Cosmetic and coding style changes. ----------------------------------------------------------------------- Summary of changes: examples/mb525/fancyblink/fancyblink.c | 2 +- include/libopenstm32/gpio.h | 1 - include/libopenstm32/nvic.h | 2 + include/libopenstm32/tools.h | 42 ++++++----- lib/rcc.c | 125 ++++++++++++++++---------------- lib/rtc.c | 1 - lib/usart.c | 1 - 7 files changed, 91 insertions(+), 83 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-05 22:53:47
|
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 dd0548ee2b2577089ec86c2eed64e1a022a84e7f (commit) via b3618ffa3dfc555c67393cf2240ffdef4ed81dfc (commit) via bc9a9ebec1b21b10d7a7014cdb8e125269b86904 (commit) via d8eb8ce746e36e385c02b419594a25d3047695ec (commit) via 8faf33275a3e0da78aa52164b39192ae2a06b360 (commit) via 20ff2d9a7bfc6c42b66d875d27102c1390766c99 (commit) via 87df73edf2e00fd5111f7802b6c98b8e51714af1 (commit) from 2c8ae015d01095fce4bd164951eaf35bb234022b (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 dd0548ee2b2577089ec86c2eed64e1a022a84e7f Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:52:22 2010 +0100 Add some development guidelines and notes. commit b3618ffa3dfc555c67393cf2240ffdef4ed81dfc Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:39:06 2010 +0100 Factor out coding guidelines to HACKING. commit bc9a9ebec1b21b10d7a7014cdb8e125269b86904 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:38:11 2010 +0100 Small README fixes. commit d8eb8ce746e36e385c02b419594a25d3047695ec Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:30:26 2010 +0100 Consistently use the hex file for flashing. commit 8faf33275a3e0da78aa52164b39192ae2a06b360 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:24:09 2010 +0100 Makefile output cosmetic improvements. commit 20ff2d9a7bfc6c42b66d875d27102c1390766c99 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:16:56 2010 +0100 Drop unused comments. commit 87df73edf2e00fd5111f7802b6c98b8e51714af1 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:13:47 2010 +0100 Print "Entering directory" only upon "make V=1". ----------------------------------------------------------------------- Summary of changes: HACKING | 42 +++++++++++++++++++++++++++++++ Makefile | 5 +-- README | 15 ++++++----- examples/Makefile | 5 +-- examples/mb525/Makefile | 27 ++++--------------- examples/mb525/fancyblink/Makefile | 2 +- examples/mb525/pwmleds/Makefile | 2 +- examples/mb525/pwmleds/README | 2 +- examples/other/Makefile | 9 +++--- examples/stm32-h103/Makefile | 21 +++++++-------- examples/stm32-h103/fancyblink/Makefile | 2 +- examples/stm32-h103/miniblink/Makefile | 2 +- examples/stm32-h103/usart/Makefile | 2 +- 13 files changed, 80 insertions(+), 56 deletions(-) create mode 100644 HACKING hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-05 22:00:48
|
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 2c8ae015d01095fce4bd164951eaf35bb234022b (commit) from 46e5ed202a16f29775f06430c0ce8b1878121ed9 (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 2c8ae015d01095fce4bd164951eaf35bb234022b Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 22:46:27 2010 +0100 Use standardized reg32 variable name. ----------------------------------------------------------------------- Summary of changes: examples/other/i2c_stts75_sensor/stts75.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-05 21:37:19
|
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 46e5ed202a16f29775f06430c0ce8b1878121ed9 (commit) via f514162134115880a3d2626fc3d4cef3baf53874 (commit) from f1a6e56f5c41e239736c25633c36abef84f71f78 (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 46e5ed202a16f29775f06430c0ce8b1878121ed9 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 22:35:29 2010 +0100 Add i2c_stts75_sensor example. Thanks Thomas Otto <to...@vi...> for the patch! commit f514162134115880a3d2626fc3d4cef3baf53874 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 20:59:07 2010 +0100 Add some more ADC support. Also: - Fix a few typos (e.g. s/ADC1_BSAE/ADC1_BASE/). - adc.h: Use common SUBSYSTEMNAME_REGISTERNAME_FOO #define format. ----------------------------------------------------------------------- Summary of changes: examples/Makefile | 10 +- examples/{ => other}/Makefile | 22 +- .../usart => other/i2c_stts75_sensor}/Makefile | 10 +- .../fancyblink => other/i2c_stts75_sensor}/README | 18 +- .../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 152 ++++++++++ .../i2c_stts75_sensor/i2c_stts75_sensor.ld} | 4 +- examples/other/i2c_stts75_sensor/stts75.c | 186 ++++++++++++ .../other/i2c_stts75_sensor/stts75.h | 43 +-- include/libopenstm32/adc.h | 314 ++++++++++++-------- lib/adc.c | 110 +++++++- 10 files changed, 685 insertions(+), 184 deletions(-) copy examples/{ => other}/Makefile (68%) copy examples/{stm32-h103/usart => other/i2c_stts75_sensor}/Makefile (92%) copy examples/{stm32-h103/fancyblink => other/i2c_stts75_sensor}/README (56%) create mode 100644 examples/other/i2c_stts75_sensor/i2c_stts75_sensor.c copy examples/{stm32-h103/fancyblink/fancyblink.ld => other/i2c_stts75_sensor/i2c_stts75_sensor.ld} (87%) create mode 100644 examples/other/i2c_stts75_sensor/stts75.c copy lib/flash.c => examples/other/i2c_stts75_sensor/stts75.h (59%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-05 19:19: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 f1a6e56f5c41e239736c25633c36abef84f71f78 (commit) from 54dfb9199623d5c394a5f1c0b75095d6a8d70c82 (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 f1a6e56f5c41e239736c25633c36abef84f71f78 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 19:46:57 2010 +0100 gpio: Fix some issues with gpio_set_mode(). This patch, a slightly modified version of a patch from Thomas Otto, should fix the following two issues: - It generally sets the submited config to the mentioned GPIO pins but kills configs for other pins on the same GPIO port. So if we want to set PB6 and PB7 to push-pull and I2C2 SDA and SCL (PB10 and PB11) to open drain it's simply impossible, because the second config try kills the first. - The floating-bit thing isn't working correctly. If we enable a config for PB6 for instance, the same config will also apply to all following pins of that port (i.e. PB7-PB15). That's because the shifting isn't only done if a pin isn't to configure, if you are hitting a matching bit the shiftig is missing. I think shifting isn't nessessary for a separate variable. We have the counting index from the for statement. Both issues should now be fixed. ----------------------------------------------------------------------- Summary of changes: lib/gpio.c | 34 +++++++++++++++++++++++++--------- 1 files changed, 25 insertions(+), 9 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-04 20:38:20
|
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 54dfb9199623d5c394a5f1c0b75095d6a8d70c82 (commit) via e7cadf0822815eb0743b6bead30166f23117af8a (commit) via 92194abda482654d05df88fa7c0e8c5ed477d934 (commit) from d7489ebfbd0798c804ed3d7073040cedaea38d26 (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 54dfb9199623d5c394a5f1c0b75095d6a8d70c82 Author: Uwe Hermann <uw...@he...> Date: Thu Mar 4 21:35:59 2010 +0100 Add missing spi.h #include. commit e7cadf0822815eb0743b6bead30166f23117af8a Author: Uwe Hermann <uw...@he...> Date: Thu Mar 4 21:25:25 2010 +0100 Use direct #includes instead of libopenstm32.h. commit 92194abda482654d05df88fa7c0e8c5ed477d934 Author: Uwe Hermann <uw...@he...> Date: Thu Mar 4 21:08:36 2010 +0100 Trivial quickfix for some compiler warnings. ----------------------------------------------------------------------- Summary of changes: examples/stm32-h103/spi/spi.c | 1 + lib/adc.c | 13 ++++++++++++- lib/flash.c | 2 +- lib/gpio.c | 2 +- lib/i2c.c | 2 +- lib/rcc.c | 4 ++-- lib/rtc.c | 3 ++- lib/spi.c | 2 +- lib/usart.c | 2 +- lib/vector.c | 5 ++--- 10 files changed, 24 insertions(+), 12 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-04 19:56: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 d7489ebfbd0798c804ed3d7073040cedaea38d26 (commit) via d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560 (commit) from 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 (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 d7489ebfbd0798c804ed3d7073040cedaea38d26 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Mar 4 20:37:04 2010 +0100 Added standard clock setup routines. Thanks to Thomas Otto for pointing out problems with the clock code in examples and his clock routine implementations. Based on that the most common clock combination routines were added to the library and all routines in examples setting up the clock replaced with calls to that functions. commit d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Mar 4 19:16:24 2010 +0100 Cleaned up header inclusion. Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules. ----------------------------------------------------------------------- Summary of changes: examples/mb525/fancyblink/fancyblink.c | 25 ++------ examples/mb525/pwmleds/pwmleds.c | 20 +----- examples/stm32-h103/fancyblink/fancyblink.c | 24 ++----- examples/stm32-h103/miniblink/miniblink.c | 3 +- examples/stm32-h103/spi/spi.c | 20 +----- examples/stm32-h103/usart/usart.c | 32 +++------ include/libopenstm32/adc.h | 3 +- include/libopenstm32/flash.h | 3 +- include/libopenstm32/i2c.h | 3 +- include/libopenstm32/nvic.h | 3 +- include/libopenstm32/rcc.h | 2 + include/libopenstm32/rtc.h | 3 +- include/libopenstm32/spi.h | 3 +- include/libopenstm32/usart.h | 3 +- lib/rcc.c | 98 +++++++++++++++++++++++++++ 15 files changed, 138 insertions(+), 107 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-02 10:00:22
|
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 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 (commit) from 742c5951144a3446dc48067f8216b2882bbad363 (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 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 Author: Uwe Hermann <uw...@he...> Date: Tue Mar 2 10:59:17 2010 +0100 Add SPI example framework (unfinished). ----------------------------------------------------------------------- Summary of changes: examples/stm32-h103/Makefile | 8 ++++++- examples/stm32-h103/{miniblink => spi}/Makefile | 6 ++-- examples/stm32-h103/{usart => spi}/README | 11 ++++----- .../{fancyblink/fancyblink.c => spi/spi.c} | 23 ++++++++----------- .../{miniblink/miniblink.ld => spi/spi.ld} | 2 +- 5 files changed, 26 insertions(+), 24 deletions(-) copy examples/stm32-h103/{miniblink => spi}/Makefile (95%) copy examples/stm32-h103/{usart => spi}/README (82%) copy examples/stm32-h103/{fancyblink/fancyblink.c => spi/spi.c} (74%) copy examples/stm32-h103/{miniblink/miniblink.ld => spi/spi.ld} (94%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-03-01 23:44:40
|
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 742c5951144a3446dc48067f8216b2882bbad363 (commit) from 5455b0970eb0435578d9213936915ed83cff0496 (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 742c5951144a3446dc48067f8216b2882bbad363 Author: Uwe Hermann <uw...@he...> Date: Mon Mar 1 21:47:14 2010 +0100 Add initial set of I2C functions. Thomas Otto has tested the code by successfully talking to a temperature sensor from ST in master tranciever mode. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/i2c.h | 21 ++++++++++ lib/Makefile | 3 +- lib/i2c.c | 93 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+), 1 deletions(-) create mode 100644 lib/i2c.c hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-02-28 00:20:58
|
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 5455b0970eb0435578d9213936915ed83cff0496 (commit) from cdc1846f5b89d5bd802743a9ad8a316f321caf66 (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 5455b0970eb0435578d9213936915ed83cff0496 Author: Uwe Hermann <uw...@he...> Date: Sat Feb 27 23:21:25 2010 +0100 Add missing GPIO definitions for I2C1, I2C2, SPI2. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/gpio.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-02-27 21:28:58
|
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 cdc1846f5b89d5bd802743a9ad8a316f321caf66 (commit) from 9928fb08203975683956359f39dd0f8b7cf39e33 (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 cdc1846f5b89d5bd802743a9ad8a316f321caf66 Author: Piotr Esden-Tempski <pi...@es...> Date: Sat Feb 27 20:58:31 2010 +0100 Added gamma 2.2 and set as default gamma for fade mode. ----------------------------------------------------------------------- Summary of changes: examples/mb525/pwmleds/pwmleds.c | 41 ++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 2 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-02-23 23:43: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 9928fb08203975683956359f39dd0f8b7cf39e33 (commit) via c441007867c8e6787e20c539333b0f42a345a99d (commit) via 7e1b849feb16fc38969f18e6093593af0e4faf3a (commit) from 75e66f26d7d62875ddaf7090cb982e32c93cfea7 (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 9928fb08203975683956359f39dd0f8b7cf39e33 Author: Uwe Hermann <uw...@he...> Date: Wed Feb 24 00:37:10 2010 +0100 Add missing Makefile snippets for pwmleds. commit c441007867c8e6787e20c539333b0f42a345a99d Author: Uwe Hermann <uw...@he...> Date: Wed Feb 24 00:34:18 2010 +0100 Drop useless endif markers. commit 7e1b849feb16fc38969f18e6093593af0e4faf3a Author: Uwe Hermann <uw...@he...> Date: Wed Feb 24 00:32:55 2010 +0100 i2c: Add initial i2c.h header file and registers. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: examples/mb525/Makefile | 10 +- include/libopenstm32.h | 1 + include/libopenstm32/i2c.h | 311 +++++++++++++++++++++++++++++++++++++++ include/libopenstm32/nvic.h | 2 +- include/libopenstm32/rtc.h | 2 +- include/libopenstm32/timer.h | 2 +- include/libopenstm32/tools.h | 2 +- include/libopenstm32/usart.h | 2 +- include/libopenstm32/usb.h | 2 +- include/libopenstm32/usb_desc.h | 2 +- 10 files changed, 327 insertions(+), 9 deletions(-) create mode 100644 include/libopenstm32/i2c.h hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-02-23 23:13:16
|
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 75e66f26d7d62875ddaf7090cb982e32c93cfea7 (commit) via 0a0be96d1261d260aa26e14e008a29052313fe00 (commit) from 2c404f962ae96e389b3d49cf5393edd0619c4fc0 (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 75e66f26d7d62875ddaf7090cb982e32c93cfea7 Author: Uwe Hermann <uw...@he...> Date: Tue Feb 23 23:39:09 2010 +0100 Revert unintended change. commit 0a0be96d1261d260aa26e14e008a29052313fe00 Author: Uwe Hermann <uw...@he...> Date: Tue Feb 23 23:38:05 2010 +0100 Cosmetics, whitespace, coding style. ----------------------------------------------------------------------- Summary of changes: examples/mb525/pwmleds/README | 2 +- examples/mb525/pwmleds/pwmleds.c | 390 ++++++++++++++++++++------------------ 2 files changed, 206 insertions(+), 186 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-02-23 22:20:52
|
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 2c404f962ae96e389b3d49cf5393edd0619c4fc0 (commit) via da2b9d94fbc9aa6773d77bd5bbcdeb5e38d20407 (commit) via c713c02e9d0321e09cc4e262d36d1308a530d79b (commit) via 002ec200ad6df0d4f5eccbf5b2da74dc1e9aae84 (commit) via 18097d9ed0ede7f87a55c6373945f6941b007e5c (commit) via efb510f526c9f6c103d378d9e781c3fca6060c95 (commit) from 94ccc164db7fb59f82086d964886bbc74683eedf (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 2c404f962ae96e389b3d49cf5393edd0619c4fc0 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 15:56:49 2010 +0100 Added KITT mode. commit da2b9d94fbc9aa6773d77bd5bbcdeb5e38d20407 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 15:06:28 2010 +0100 Added gamma 2.5 corrected 3.0 table added fade mode. The fade mode is using one gamma correction table and fades with a time offset to create a nice moving fade. commit c713c02e9d0321e09cc4e262d36d1308a530d79b Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 13:59:51 2010 +0100 Scaled gamma 1.3 table to cover whole power range. Now the example shows the difference between different gamma approaches. commit 002ec200ad6df0d4f5eccbf5b2da74dc1e9aae84 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 12:59:15 2010 +0100 Added proper gamma correction tables. commit 18097d9ed0ede7f87a55c6373945f6941b007e5c Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 10:03:56 2010 +0100 Added pwmleds example for mb252 board. It creates a fading pattern on the 4 leds on the eval board, using TIM3 PWM output, and a gamma correction lookup table. commit efb510f526c9f6c103d378d9e781c3fca6060c95 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 10:01:55 2010 +0100 Modified include model of some files. This model allows using libopenstm32 in parallel with other stm32 firmware libraries. It is not yet complete change to all code but a start. Only changed parts that I tested. ----------------------------------------------------------------------- Summary of changes: examples/mb525/{fancyblink => pwmleds}/Makefile | 2 +- examples/mb525/{fancyblink => pwmleds}/README | 4 +- examples/mb525/pwmleds/pwmleds.c | 439 ++++++++++++++++++++ .../fancyblink.ld => pwmleds/pwmleds.ld} | 0 include/libopenstm32/common.h | 1 - include/libopenstm32/gpio.h | 3 +- include/libopenstm32/rcc.h | 3 +- include/libopenstm32/timer.h | 3 +- 8 files changed, 448 insertions(+), 7 deletions(-) copy examples/mb525/{fancyblink => pwmleds}/Makefile (99%) copy examples/mb525/{fancyblink => pwmleds}/README (91%) create mode 100644 examples/mb525/pwmleds/pwmleds.c copy examples/mb525/{fancyblink/fancyblink.ld => pwmleds/pwmleds.ld} (100%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-26 02:13: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 94ccc164db7fb59f82086d964886bbc74683eedf (commit) via 06fa19df3e7f60e1db50792054d0e4332dcab40c (commit) via da79139560521dabbe4f3ab8fb6674019978e7b5 (commit) via da8d9de6b079e0b264f5f0c3344608b0789f7526 (commit) from ed0e46c31e949c6a5776976d43998f4bfe2c1e54 (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 94ccc164db7fb59f82086d964886bbc74683eedf Author: Uwe Hermann <uw...@he...> Date: Tue Jan 26 03:12:23 2010 +0100 Use --no-print-directory option of 'make'. commit 06fa19df3e7f60e1db50792054d0e4332dcab40c Author: Uwe Hermann <uw...@he...> Date: Tue Jan 26 03:11:06 2010 +0100 Cosmetics in build output. commit da79139560521dabbe4f3ab8fb6674019978e7b5 Author: Uwe Hermann <uw...@he...> Date: Tue Jan 26 03:02:06 2010 +0100 Fix Makefile to use new directory names. commit da8d9de6b079e0b264f5f0c3344608b0789f7526 Author: Uwe Hermann <uw...@he...> Date: Tue Jan 26 03:01:25 2010 +0100 Rename example directory names to all-lowercase. ----------------------------------------------------------------------- Summary of changes: examples/Makefile | 26 ++++++++++---------- examples/{MB525 => mb525}/Makefile | 2 +- examples/{MB525 => mb525}/fancyblink/Makefile | 0 examples/{MB525 => mb525}/fancyblink/README | 0 examples/{MB525 => mb525}/fancyblink/fancyblink.c | 0 examples/{MB525 => mb525}/fancyblink/fancyblink.ld | 0 examples/{STM32-H103 => stm32-h103}/Makefile | 2 +- .../{STM32-H103 => stm32-h103}/fancyblink/Makefile | 0 .../{STM32-H103 => stm32-h103}/fancyblink/README | 0 .../fancyblink/fancyblink.c | 0 .../fancyblink/fancyblink.ld | 0 .../{STM32-H103 => stm32-h103}/miniblink/Makefile | 0 .../{STM32-H103 => stm32-h103}/miniblink/README | 0 .../miniblink/miniblink.c | 0 .../miniblink/miniblink.ld | 0 examples/{STM32-H103 => stm32-h103}/usart/Makefile | 0 examples/{STM32-H103 => stm32-h103}/usart/README | 0 examples/{STM32-H103 => stm32-h103}/usart/usart.c | 0 examples/{STM32-H103 => stm32-h103}/usart/usart.ld | 0 19 files changed, 15 insertions(+), 15 deletions(-) rename examples/{MB525 => mb525}/Makefile (97%) rename examples/{MB525 => mb525}/fancyblink/Makefile (100%) rename examples/{MB525 => mb525}/fancyblink/README (100%) rename examples/{MB525 => mb525}/fancyblink/fancyblink.c (100%) rename examples/{MB525 => mb525}/fancyblink/fancyblink.ld (100%) rename examples/{STM32-H103 => stm32-h103}/Makefile (97%) rename examples/{STM32-H103 => stm32-h103}/fancyblink/Makefile (100%) rename examples/{STM32-H103 => stm32-h103}/fancyblink/README (100%) rename examples/{STM32-H103 => stm32-h103}/fancyblink/fancyblink.c (100%) rename examples/{STM32-H103 => stm32-h103}/fancyblink/fancyblink.ld (100%) rename examples/{STM32-H103 => stm32-h103}/miniblink/Makefile (100%) rename examples/{STM32-H103 => stm32-h103}/miniblink/README (100%) rename examples/{STM32-H103 => stm32-h103}/miniblink/miniblink.c (100%) rename examples/{STM32-H103 => stm32-h103}/miniblink/miniblink.ld (100%) rename examples/{STM32-H103 => stm32-h103}/usart/Makefile (100%) rename examples/{STM32-H103 => stm32-h103}/usart/README (100%) rename examples/{STM32-H103 => stm32-h103}/usart/usart.c (100%) rename examples/{STM32-H103 => stm32-h103}/usart/usart.ld (100%) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-26 00:53:01
|
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 ed0e46c31e949c6a5776976d43998f4bfe2c1e54 (commit) via 14ec3bdf39bb14ed0d3e6b5629f23360fbdb5bdf (commit) via 6ca739296d4d995ce0a17ec787b715e4807991f4 (commit) via bc46b3118e06c88413242ded8da353258253ee86 (commit) via 4935a0ddd802158faffcc3694096e5cefb46143d (commit) via a88c1b0ee9a33152b5283efc06dad046178a8c7d (commit) via 699ec0fb1538a0333d1d0da60ad3206bfc4f7f1c (commit) via 3a4f36d80f2a8fd93727fc6d024b48f0a7511c9f (commit) from d167b6c9e96357d75f854184cf6a334104f32a7e (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 ed0e46c31e949c6a5776976d43998f4bfe2c1e54 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 25 16:43:08 2010 +0100 Fixed a cut&paste typo in gpio.h. commit 14ec3bdf39bb14ed0d3e6b5629f23360fbdb5bdf Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 19:46:06 2010 +0100 Added bit definitions of AFIO registers. commit 6ca739296d4d995ce0a17ec787b715e4807991f4 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 17:48:16 2010 +0100 Updated example README files. commit bc46b3118e06c88413242ded8da353258253ee86 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 17:03:42 2010 +0100 Added all handlers to the vector table. All handlers are weak symbols pointing to a null handler (doing nothing) or blocking handler (running an infinite loop). This means you can define a function with the name in the list and the linker will use your definition instead of the default one. This makes it easy to implement your own handlers without touching the library code. commit 4935a0ddd802158faffcc3694096e5cefb46143d Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 15:53:47 2010 +0100 Moved vector_table to the library. commit a88c1b0ee9a33152b5283efc06dad046178a8c7d Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 13:44:24 2010 +0100 Fixed ROM start address in linker scripts. commit 699ec0fb1538a0333d1d0da60ad3206bfc4f7f1c Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 13:00:13 2010 +0100 Added fancyblink example for the MB525 eval board. commit 3a4f36d80f2a8fd93727fc6d024b48f0a7511c9f Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 12:04:40 2010 +0100 Moved all examples to a board specific folder. ----------------------------------------------------------------------- Summary of changes: examples/{ => MB525}/Makefile | 26 +- examples/{ => MB525}/fancyblink/Makefile | 3 +- examples/{usart => MB525/fancyblink}/README | 17 +- examples/{ => MB525}/fancyblink/fancyblink.c | 33 ++- examples/{ => MB525}/fancyblink/fancyblink.ld | 2 +- examples/Makefile | 34 +-- examples/{ => STM32-H103}/Makefile | 0 examples/{ => STM32-H103}/fancyblink/Makefile | 2 +- .../{miniblink => STM32-H103/fancyblink}/README | 3 +- examples/{ => STM32-H103}/fancyblink/fancyblink.c | 5 - examples/{ => STM32-H103}/fancyblink/fancyblink.ld | 2 +- examples/{ => STM32-H103}/miniblink/Makefile | 2 +- .../{fancyblink => STM32-H103/miniblink}/README | 3 +- examples/{ => STM32-H103}/miniblink/miniblink.c | 5 - examples/{ => STM32-H103}/miniblink/miniblink.ld | 2 +- examples/{ => STM32-H103}/usart/Makefile | 2 +- examples/{ => STM32-H103}/usart/README | 3 +- examples/{ => STM32-H103}/usart/usart.c | 5 - examples/{ => STM32-H103}/usart/usart.ld | 2 +- include/libopenstm32/gpio.h | 101 +++++++- lib/Makefile | 2 +- lib/libopenstm32.ld | 3 + lib/vector.c | 254 ++++++++++++++++++++ 23 files changed, 421 insertions(+), 90 deletions(-) copy examples/{ => MB525}/Makefile (74%) copy examples/{ => MB525}/fancyblink/Makefile (97%) copy examples/{usart => MB525/fancyblink}/README (59%) copy examples/{ => MB525}/fancyblink/fancyblink.c (56%) copy examples/{ => MB525}/fancyblink/fancyblink.ld (95%) copy examples/{ => STM32-H103}/Makefile (100%) rename examples/{ => STM32-H103}/fancyblink/Makefile (99%) rename examples/{miniblink => STM32-H103/fancyblink}/README (95%) rename examples/{ => STM32-H103}/fancyblink/fancyblink.c (91%) rename examples/{ => STM32-H103}/fancyblink/fancyblink.ld (95%) rename examples/{ => STM32-H103}/miniblink/Makefile (99%) rename examples/{fancyblink => STM32-H103/miniblink}/README (95%) rename examples/{ => STM32-H103}/miniblink/miniblink.c (91%) rename examples/{ => STM32-H103}/miniblink/miniblink.ld (95%) rename examples/{ => STM32-H103}/usart/Makefile (99%) rename examples/{ => STM32-H103}/usart/README (95%) rename examples/{ => STM32-H103}/usart/usart.c (94%) rename examples/{ => STM32-H103}/usart/usart.ld (95%) create mode 100644 lib/vector.c hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-22 00:57: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 d167b6c9e96357d75f854184cf6a334104f32a7e (commit) via 0308b49b76031ccb96961fe16be1c707cf2edb88 (commit) from 1f9479e673430ecd346f5ab49510540817001246 (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 d167b6c9e96357d75f854184cf6a334104f32a7e Author: Uwe Hermann <uw...@he...> Date: Fri Jan 22 01:57:05 2010 +0100 Add RCC_AHBENR bit definitions. Thanks Thomas Otto <to...@vi...> for the patch! commit 0308b49b76031ccb96961fe16be1c707cf2edb88 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 22 01:54:10 2010 +0100 Fix typo in TIM3RST #define. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/rcc.h | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-22 00:49:48
|
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 1f9479e673430ecd346f5ab49510540817001246 (commit) from 3e29876d98973f03ee19911b688076cd81463d70 (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 1f9479e673430ecd346f5ab49510540817001246 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 22 01:48:02 2010 +0100 Add initial (unfinished, untested) RTC support. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/rtc.h | 124 ++++++++++++++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- lib/rtc.c | 77 +++++++++++++++++++++++++++ 4 files changed, 203 insertions(+), 1 deletions(-) create mode 100644 include/libopenstm32/rtc.h create mode 100644 lib/rtc.c hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-19 18:58:42
|
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 3e29876d98973f03ee19911b688076cd81463d70 (commit) from 92dc4c361e20794a733996ca2848a1851198b182 (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 3e29876d98973f03ee19911b688076cd81463d70 Author: Uwe Hermann <uw...@he...> Date: Tue Jan 19 19:57:38 2010 +0100 rcc: Add a few functions to set prescalers. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/rcc.h | 5 +++++ lib/rcc.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 0 deletions(-) hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-19 18:55:15
|
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 92dc4c361e20794a733996ca2848a1851198b182 (commit) via a38fc2c3a2ae29fe04c352077de45e504a8a3f2e (commit) from 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 (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 92dc4c361e20794a733996ca2848a1851198b182 Author: Uwe Hermann <uw...@he...> Date: Tue Jan 19 19:53:20 2010 +0100 Add empty lib/nvic.c to make libopenstm32 compile. commit a38fc2c3a2ae29fe04c352077de45e504a8a3f2e Author: Piotr Esden-Tempski <pi...@es...> Date: Sat Jan 16 02:58:19 2010 +0100 Added basic NVIC register defs and functions. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/memorymap.h | 37 ++++++++++++ include/libopenstm32/nvic.h | 116 ++++++++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- lib/nvic.c | 1 + 5 files changed, 156 insertions(+), 1 deletions(-) create mode 100644 include/libopenstm32/nvic.h create mode 100644 lib/nvic.c hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-15 16:48:04
|
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 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 (commit) via cde7d1ce4d15ccb23db99ace2c0ac959bea7d864 (commit) via 0c6b661502c48baed8f7d4e36205d95c8ace663e (commit) from d173306c31e8533cc6619f23f44c284cf247e1b2 (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 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 8 16:51:03 2010 +0100 Added usb descriptor definitions. commit cde7d1ce4d15ccb23db99ace2c0ac959bea7d864 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 8 16:48:25 2010 +0100 Added usb peripheral register definitions. It uses some tool macros defined in tools.h commit 0c6b661502c48baed8f7d4e36205d95c8ace663e Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 15 03:41:16 2010 +0100 Adapted to the new header style. Added some defs. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 3 + include/libopenstm32/tools.h | 58 ++++++++ include/libopenstm32/usart.h | 155 +++++++++++++++++---- include/libopenstm32/usb.h | 296 +++++++++++++++++++++++++++++++++++++++ include/libopenstm32/usb_desc.h | 100 +++++++++++++ 5 files changed, 583 insertions(+), 29 deletions(-) create mode 100644 include/libopenstm32/tools.h create mode 100644 include/libopenstm32/usb.h create mode 100644 include/libopenstm32/usb_desc.h hooks/post-receive -- libopenstm32 |
From: Uwe H. <uh...@us...> - 2010-01-15 13:21: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 d173306c31e8533cc6619f23f44c284cf247e1b2 (commit) via f682aa84b06a5b4717546ac525ba4185795b7ba8 (commit) via 99249672d5b46dc6a06ed6a78dd600ba44e78518 (commit) from 8d1c4649618573fb9d0300a0c074061cb1298bbe (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 d173306c31e8533cc6619f23f44c284cf247e1b2 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 13:40:43 2010 +0100 Add some more generic info to the README. commit f682aa84b06a5b4717546ac525ba4185795b7ba8 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 13:38:02 2010 +0100 Document that the library API is NOT yet stable! commit 99249672d5b46dc6a06ed6a78dd600ba44e78518 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 13:33:58 2010 +0100 Document the usage of the example projects. ----------------------------------------------------------------------- Summary of changes: README | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) hooks/post-receive -- libopenstm32 |