[libopenstm32-commits] libopenstm32 branch, master, updated. 571c4d37d02e9dd54a65241aec549e7e0875b0
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-12-25 23:37: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 571c4d37d02e9dd54a65241aec549e7e0875b01b (commit) via 06d1a5ca80e81b06d430201923d4002b7eb6ebe8 (commit) via e7d765ea907dada5d42735a43ccf0b45080789c1 (commit) via c6e86901e80cd5846f4591953699733bddccfe82 (commit) via 1471b6d297e9e06f067afdd6e624a341cc010bac (commit) via d1e5a5069ef65a3bfde8be5124b994ad59f45268 (commit) via 3c12fc6cd302ab5314c259a130ee0b32ccc35ca1 (commit) via 7f15dd0fc2d268eb02f9649d625dd0e6f1069b42 (commit) via 02f6c4a921b3376dfb07013a7cb6301ea7b8e942 (commit) via 3d4e1fa8b88705de87fad546fcc6ddf0ff57fa1a (commit) via 618912e45f59f8aad61b2cc093f4bf264dd3dbcc (commit) via 77fbe48a5efa0812e6acb72a70e6d94e282173a7 (commit) via 45e57fa51e3807073bc484e703e9c1ace900cd9a (commit) via c038ee03613db4dde7cfe50f38e266a69dabdccf (commit) via c38aac0d2a7892e82874674d0611876403f0f6a0 (commit) from 5060261413daff8ebf599ad1b7c5d9bf1ad8ee9c (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 571c4d37d02e9dd54a65241aec549e7e0875b01b Author: Uwe Hermann <uw...@he...> Date: Sun Dec 26 00:34:14 2010 +0100 CAN: Reduce nesting level via code transformations. commit 06d1a5ca80e81b06d430201923d4002b7eb6ebe8 Author: Uwe Hermann <uw...@he...> Date: Sun Dec 26 00:30:05 2010 +0100 CAN: Cosmetics and coding-style fixes. commit e7d765ea907dada5d42735a43ccf0b45080789c1 Author: Piotr Esden-Tempski <pi...@es...> Date: Sat Dec 25 20:39:46 2010 +0100 Factored out CAN helper functions out of the example. Test code now also uses the received data. commit c6e86901e80cd5846f4591953699733bddccfe82 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Dec 23 21:53:02 2010 +0100 Fixed timing settings. Now CAN test code works!!! commit 1471b6d297e9e06f067afdd6e624a341cc010bac Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Dec 23 02:01:00 2010 +0100 Various fixes to the can test program. - External Clock is 8Mhz not 16Mhz - CAN peripherial should be deinitialized at the beginning - Added can receive interrupt handler - Added some more led indicators of internal state (error reporting) - Orange: send indicator - Blue: message queue full indicator - Red: INACK failure indicator commit d1e5a5069ef65a3bfde8be5124b994ad59f45268 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Dec 23 00:18:23 2010 +0100 Fixed behavior of rcc_peripheral_clear_reset... commit 3c12fc6cd302ab5314c259a130ee0b32ccc35ca1 Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 22 22:57:25 2010 +0100 Initial implementation of CAN test program. commit 7f15dd0fc2d268eb02f9649d625dd0e6f1069b42 Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 22 22:55:56 2010 +0100 Added selection of jtag serial number through make commandline. commit 02f6c4a921b3376dfb07013a7cb6301ea7b8e942 Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 22 21:53:14 2010 +0100 Fixed defines for extended id's. commit 3d4e1fa8b88705de87fad546fcc6ddf0ff57fa1a Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 22 21:15:22 2010 +0100 Fixed wrong register name in bit defines. commit 618912e45f59f8aad61b2cc093f4bf264dd3dbcc Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 22 02:50:47 2010 +0100 Added CAN bit definitions. commit 77fbe48a5efa0812e6acb72a70e6d94e282173a7 Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Dec 21 20:55:04 2010 +0100 Added usart test version for obldc. commit 45e57fa51e3807073bc484e703e9c1ace900cd9a Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Dec 21 20:10:08 2010 +0100 Corrected pwmleds to use the right GPIO defines. commit c038ee03613db4dde7cfe50f38e266a69dabdccf Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Dec 21 20:05:48 2010 +0100 Added more pin remap pin definitions and gpio function remap definitions. commit c38aac0d2a7892e82874674d0611876403f0f6a0 Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Dec 21 18:53:18 2010 +0100 Cosmetic fix. ----------------------------------------------------------------------- Summary of changes: examples/Makefile.include | 14 + examples/mb525/pwmleds/pwmleds.c | 33 +- examples/obldc/Makefile | 16 +- examples/obldc/{led => can}/Makefile | 2 +- examples/obldc/can/can.c | 216 ++++++++ .../adc.ld => obldc/can/can.ld} | 0 examples/obldc/led/led.c | 4 +- examples/{stm32-h103 => obldc}/usart/Makefile | 0 examples/{stm32-h103 => obldc}/usart/usart.c | 45 +- examples/obldc/{led/led.ld => usart/usart.ld} | 0 include/libopenstm32/can.h | 522 +++++++++++++++++++- include/libopenstm32/common.h | 1 + include/libopenstm32/gpio.h | 179 ++++++- lib/Makefile | 2 +- lib/can.c | 305 ++++++++++++ lib/rcc.c | 2 +- 16 files changed, 1270 insertions(+), 71 deletions(-) copy examples/obldc/{led => can}/Makefile (98%) create mode 100644 examples/obldc/can/can.c copy examples/{other/adc_temperature_sensor/adc.ld => obldc/can/can.ld} (100%) copy examples/{stm32-h103 => obldc}/usart/Makefile (100%) copy examples/{stm32-h103 => obldc}/usart/usart.c (61%) copy examples/obldc/{led/led.ld => usart/usart.ld} (100%) create mode 100644 lib/can.c hooks/post-receive -- libopenstm32 |