[libopenstm32-commits] libopenstm32 branch, master, updated. 5060261413daff8ebf599ad1b7c5d9bf1ad8ee
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-12-20 18:53: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 5060261413daff8ebf599ad1b7c5d9bf1ad8ee9c (commit) via 44442e44c9491f61a5a443ae506ef0d55deabffd (commit) via 5e76fe66b7cd08ac8de3dc1f297da023b4749284 (commit) via 58e36dab2db06d0fabf5e59fe530dd38f30a1365 (commit) via c031b6691efeacd36a84c564590be5a5edebb26b (commit) from eebbd508fc0a8d570c12c1c89b5e33dc16de4c80 (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 5060261413daff8ebf599ad1b7c5d9bf1ad8ee9c Author: Uwe Hermann <uw...@he...> Date: Mon Dec 20 19:52:51 2010 +0100 Cosmetics. commit 44442e44c9491f61a5a443ae506ef0d55deabffd Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Dec 17 23:36:12 2010 +0100 Added obldc systick test program. commit 5e76fe66b7cd08ac8de3dc1f297da023b4749284 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Dec 17 23:23:10 2010 +0100 Added obldc board led test program. commit 58e36dab2db06d0fabf5e59fe530dd38f30a1365 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Dec 17 19:45:32 2010 +0100 First implementation of CAN peripheral register definitions. commit c031b6691efeacd36a84c564590be5a5edebb26b Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Dec 17 21:44:11 2010 +0100 Moved common example make code to a central file. Added more gitignores. ----------------------------------------------------------------------- Summary of changes: .gitignore | 15 +- examples/Makefile | 10 +- .../Makefile => Makefile.include} | 94 ++++++++------ examples/mb525/fancyblink/Makefile | 76 +---------- examples/mb525/pwmleds/Makefile | 76 +---------- examples/{mb525 => obldc}/Makefile | 26 ++-- examples/obldc/led/Makefile | 22 +++ .../fancyblink/fancyblink.c => obldc/led/led.c} | 31 +++-- examples/{other/rtc/rtc.ld => obldc/led/led.ld} | 2 +- examples/obldc/systick/Makefile | 22 +++ examples/{other => obldc}/systick/systick.c | 43 ++++-- examples/{other => obldc}/systick/systick.ld | 2 +- examples/other/adc_temperature_sensor/Makefile | 75 +---------- examples/other/dma_mem2mem/Makefile | 75 +---------- examples/other/dogm128/Makefile | 75 +---------- examples/other/i2c_stts75_sensor/Makefile | 75 +---------- examples/other/rtc/Makefile | 75 +---------- examples/other/systick/Makefile | 75 +---------- examples/other/timer_interrupt/Makefile | 75 +---------- examples/other/usb_cdcacm/Makefile | 75 +---------- examples/other/usb_dfu/Makefile | 75 +---------- examples/other/usb_hid/Makefile | 75 +---------- examples/stm32-h103/fancyblink/Makefile | 75 +---------- examples/stm32-h103/miniblink/Makefile | 75 +---------- examples/stm32-h103/spi/Makefile | 75 +---------- examples/stm32-h103/usart/Makefile | 75 +---------- examples/stm32-h103/usb_cdcacm/Makefile | 78 +----------- include/libopenstm32.h | 1 + include/libopenstm32/can.h | 142 ++++++++++++++++++++ 29 files changed, 340 insertions(+), 1350 deletions(-) copy examples/{other/i2c_stts75_sensor/Makefile => Makefile.include} (56%) copy examples/{mb525 => obldc}/Makefile (67%) create mode 100644 examples/obldc/led/Makefile copy examples/{stm32-h103/fancyblink/fancyblink.c => obldc/led/led.c} (50%) copy examples/{other/rtc/rtc.ld => obldc/led/led.ld} (92%) create mode 100644 examples/obldc/systick/Makefile copy examples/{other => obldc}/systick/systick.c (61%) copy examples/{other => obldc}/systick/systick.ld (93%) create mode 100644 include/libopenstm32/can.h hooks/post-receive -- libopenstm32 |