[libopenstm32-commits] libopenstm32 branch, master, updated. 48b514d3efcf4c51d7100c8bd98a52240c2505
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-12-30 03:11:56
|
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 48b514d3efcf4c51d7100c8bd98a52240c25053c (commit) via 079dc05c73b2d14502ca251d382b5439f5701e1b (commit) via deb3db76230108c4f336cd66a0b2c3867f0fc3c5 (commit) via 8e5acecc6e170760d0edf95edb8f413385b2bf62 (commit) via 7c53b252a35f5ac9a02216465bab26b059fffccc (commit) via be2ac142d9f08f0a6632043f99abf3bc6abd743e (commit) via 8e084b1517088036e3db9bbd255b1c231cd2a108 (commit) via bcce98da54b047a15ef0abf41e0c7794f29f0439 (commit) from b65f3f06d061823fac1af91594e0d702b4c80693 (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 48b514d3efcf4c51d7100c8bd98a52240c25053c Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 03:45:00 2010 +0100 s/libopenstm32/libopencm3/ is some Makefiles. commit 079dc05c73b2d14502ca251d382b5439f5701e1b Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 03:09:35 2010 +0100 Change some names to libopencm3. commit deb3db76230108c4f336cd66a0b2c3867f0fc3c5 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 03:01:42 2010 +0100 Drop unused and useless libopenstm32.h. commit 8e5acecc6e170760d0edf95edb8f413385b2bf62 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 02:57:44 2010 +0100 More path and name changes. commit 7c53b252a35f5ac9a02216465bab26b059fffccc Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 02:24:40 2010 +0100 Add missing files. commit be2ac142d9f08f0a6632043f99abf3bc6abd743e Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 02:23:51 2010 +0100 Rename include/libopenstm32 to include/stm32. commit 8e084b1517088036e3db9bbd255b1c231cd2a108 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 02:12:31 2010 +0100 Move STM32-specific source to lib/stm32 subdir. commit bcce98da54b047a15ef0abf41e0c7794f29f0439 Author: Uwe Hermann <uw...@he...> Date: Thu Dec 30 01:52:44 2010 +0100 Move STM32 examples to examples/stm32 subdir. ----------------------------------------------------------------------- Summary of changes: HACKING | 2 +- Makefile | 25 ++++++---- README | 27 ++++++---- examples/{lisa-m => lpc13xx}/Makefile | 19 ++++---- examples/{ => lpc13xx}/Makefile.include | 11 +++-- examples/{lisa-m => lpc13xx/lpc-p1343}/Makefile | 17 +++---- examples/lpc13xx/lpc-p1343/miniblink/Makefile | 4 +- examples/lpc13xx/lpc-p1343/miniblink/miniblink.ld | 6 +-- examples/{ => stm32}/Makefile | 2 +- examples/{ => stm32}/Makefile.include | 7 ++- examples/{ => stm32}/lisa-m/Makefile | 2 +- examples/{other => stm32/lisa-m}/usb_dfu/Makefile | 2 +- examples/{ => stm32}/lisa-m/usb_dfu/README | 0 examples/{ => stm32}/lisa-m/usb_dfu/usbdfu.c | 8 ++-- .../{stm32-h103 => stm32/lisa-m}/usb_dfu/usbdfu.ld | 2 +- examples/{other => stm32/lisa-m}/usb_hid/Makefile | 2 +- examples/{ => stm32}/lisa-m/usb_hid/README | 0 examples/{ => stm32}/lisa-m/usb_hid/usbhid.c | 8 ++-- examples/{ => stm32}/lisa-m/usb_hid/usbhid.ld | 2 +- examples/{ => stm32}/mb525/Makefile | 2 +- .../mb525}/fancyblink/Makefile | 2 +- examples/{ => stm32}/mb525/fancyblink/README | 0 examples/{ => stm32}/mb525/fancyblink/fancyblink.c | 4 +- .../mb525}/fancyblink/fancyblink.ld | 2 +- examples/{ => stm32}/mb525/pwmleds/Makefile | 2 +- examples/{ => stm32}/mb525/pwmleds/README | 0 examples/{ => stm32}/mb525/pwmleds/pwmleds.c | 6 +- examples/{ => stm32}/mb525/pwmleds/pwmleds.ld | 2 +- examples/{ => stm32}/obldc/Makefile | 2 +- examples/{ => stm32}/obldc/can/Makefile | 2 +- examples/{ => stm32}/obldc/can/can.c | 12 ++-- examples/{ => stm32}/obldc/can/can.ld | 2 +- examples/{ => stm32}/obldc/led/Makefile | 2 +- examples/{ => stm32}/obldc/led/led.c | 4 +- examples/{ => stm32}/obldc/led/led.ld | 2 +- examples/{other => stm32/obldc}/systick/Makefile | 2 +- examples/{ => stm32}/obldc/systick/systick.c | 10 ++-- examples/{ => stm32}/obldc/systick/systick.ld | 2 +- .../{stm32-h103 => stm32/obldc}/usart/Makefile | 2 +- examples/{ => stm32}/obldc/usart/usart.c | 6 +- examples/{ => stm32}/obldc/usart/usart.ld | 2 +- examples/{ => stm32}/obldc/usart_irq/Makefile | 2 +- examples/{ => stm32}/obldc/usart_irq/usart_irq.c | 8 ++-- examples/{ => stm32}/obldc/usart_irq/usart_irq.ld | 2 +- examples/{ => stm32}/other/Makefile | 2 +- .../other/adc_temperature_sensor/Makefile | 2 +- .../other/adc_temperature_sensor/README | 0 .../{ => stm32}/other/adc_temperature_sensor/adc.c | 10 ++-- .../other/adc_temperature_sensor/adc.ld | 2 +- examples/{ => stm32}/other/dma_mem2mem/Makefile | 2 +- examples/{ => stm32}/other/dma_mem2mem/README | 0 examples/{ => stm32}/other/dma_mem2mem/dma.c | 10 ++-- examples/{ => stm32}/other/dma_mem2mem/dma.ld | 2 +- examples/{ => stm32}/other/dogm128/Makefile | 2 +- examples/{ => stm32}/other/dogm128/README | 0 examples/{ => stm32}/other/dogm128/dogm128.c | 0 examples/{ => stm32}/other/dogm128/dogm128.h | 4 +- examples/{ => stm32}/other/dogm128/main.c | 14 +++--- examples/{ => stm32}/other/dogm128/main.ld | 2 +- .../{ => stm32}/other/i2c_stts75_sensor/Makefile | 2 +- .../{ => stm32}/other/i2c_stts75_sensor/README | 0 .../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 10 ++-- .../other/i2c_stts75_sensor/i2c_stts75_sensor.ld | 2 +- .../{ => stm32}/other/i2c_stts75_sensor/stts75.c | 2 +- .../{ => stm32}/other/i2c_stts75_sensor/stts75.h | 0 examples/{ => stm32}/other/rtc/Makefile | 2 +- examples/{ => stm32}/other/rtc/README | 0 examples/{ => stm32}/other/rtc/rtc.c | 12 ++-- examples/{ => stm32}/other/rtc/rtc.ld | 2 +- examples/{obldc => stm32/other}/systick/Makefile | 2 +- examples/{ => stm32}/other/systick/README | 0 examples/{ => stm32}/other/systick/systick.c | 10 ++-- examples/{ => stm32}/other/systick/systick.ld | 2 +- .../{ => stm32}/other/timer_interrupt/Makefile | 2 +- examples/{ => stm32}/other/timer_interrupt/README | 0 examples/{ => stm32}/other/timer_interrupt/timer.c | 10 ++-- .../{ => stm32}/other/timer_interrupt/timer.ld | 2 +- examples/{ => stm32}/other/usb_cdcacm/Makefile | 2 +- examples/{ => stm32}/other/usb_cdcacm/README | 0 examples/{ => stm32}/other/usb_cdcacm/cdcacm.c | 4 +- examples/{ => stm32}/other/usb_cdcacm/cdcacm.ld | 2 +- .../{stm32-h103 => stm32/other}/usb_dfu/Makefile | 2 +- examples/{ => stm32}/other/usb_dfu/README | 0 examples/{ => stm32}/other/usb_dfu/usbdfu.c | 8 ++-- examples/{ => stm32}/other/usb_dfu/usbdfu.ld | 2 +- .../{stm32-h103 => stm32/other}/usb_hid/Makefile | 2 +- examples/{ => stm32}/other/usb_hid/README | 0 examples/{ => stm32}/other/usb_hid/usbhid.c | 8 ++-- examples/{ => stm32}/other/usb_hid/usbhid.ld | 2 +- examples/{ => stm32}/stm32-h103/Makefile | 2 +- .../stm32-h103}/fancyblink/Makefile | 2 +- examples/{ => stm32}/stm32-h103/fancyblink/README | 0 .../{ => stm32}/stm32-h103/fancyblink/fancyblink.c | 4 +- .../stm32-h103}/fancyblink/fancyblink.ld | 2 +- examples/{ => stm32}/stm32-h103/miniblink/Makefile | 2 +- examples/{ => stm32}/stm32-h103/miniblink/README | 0 .../{ => stm32}/stm32-h103/miniblink/miniblink.c | 4 +- .../{ => stm32}/stm32-h103/miniblink/miniblink.ld | 2 +- examples/{ => stm32}/stm32-h103/spi/Makefile | 2 +- examples/{ => stm32}/stm32-h103/spi/README | 0 examples/{ => stm32}/stm32-h103/spi/spi.c | 4 +- examples/{ => stm32}/stm32-h103/spi/spi.ld | 2 +- .../{obldc => stm32/stm32-h103}/usart/Makefile | 2 +- examples/{ => stm32}/stm32-h103/usart/README | 0 examples/{ => stm32}/stm32-h103/usart/usart.c | 6 +- examples/{ => stm32}/stm32-h103/usart/usart.ld | 2 +- .../{ => stm32}/stm32-h103/usb_cdcacm/Makefile | 2 +- examples/{ => stm32}/stm32-h103/usb_cdcacm/README | 0 .../{ => stm32}/stm32-h103/usb_cdcacm/cdcacm.c | 4 +- .../{ => stm32}/stm32-h103/usb_cdcacm/cdcacm.ld | 2 +- .../{lisa-m => stm32/stm32-h103}/usb_dfu/Makefile | 2 +- examples/{ => stm32}/stm32-h103/usb_dfu/README | 0 examples/{ => stm32}/stm32-h103/usb_dfu/usbdfu.c | 8 ++-- .../{lisa-m => stm32/stm32-h103}/usb_dfu/usbdfu.ld | 2 +- .../{lisa-m => stm32/stm32-h103}/usb_hid/Makefile | 2 +- examples/{ => stm32}/stm32-h103/usb_hid/README | 0 examples/{ => stm32}/stm32-h103/usb_hid/usbhid.c | 8 ++-- examples/{ => stm32}/stm32-h103/usb_hid/usbhid.ld | 2 +- examples/{ => stm32}/stm32-h103/usb_iap/Makefile | 2 +- examples/{ => stm32}/stm32-h103/usb_iap/README | 0 examples/{ => stm32}/stm32-h103/usb_iap/usbiap.c | 8 ++-- examples/{ => stm32}/stm32-h103/usb_iap/usbiap.ld | 2 +- include/libopenstm32.h | 49 -------------------- include/{libopenstm32 => stm32}/adc.h | 2 +- include/{libopenstm32 => stm32}/bkp.h | 2 +- include/{libopenstm32 => stm32}/can.h | 2 +- include/{libopenstm32 => stm32}/crc.h | 2 +- include/{libopenstm32 => stm32}/dma.h | 2 +- include/{libopenstm32 => stm32}/ethernet.h | 2 +- include/{libopenstm32 => stm32}/exti.h | 2 +- include/{libopenstm32 => stm32}/flash.h | 2 +- include/{libopenstm32 => stm32}/gpio.h | 2 +- include/{libopenstm32 => stm32}/i2c.h | 2 +- include/{libopenstm32 => stm32}/iwdg.h | 2 +- include/{libopenstm32 => stm32}/memorymap.h | 0 include/{libopenstm32 => stm32}/nvic.h | 2 +- include/{libopenstm32 => stm32}/pwr.h | 2 +- include/{libopenstm32 => stm32}/rcc.h | 2 +- include/{libopenstm32 => stm32}/rtc.h | 4 +- include/{libopenstm32 => stm32}/scb.h | 2 +- include/{libopenstm32 => stm32}/spi.h | 2 +- include/{libopenstm32 => stm32}/systick.h | 2 +- include/{libopenstm32 => stm32}/timer.h | 2 +- include/{libopenstm32 => stm32}/tools.h | 0 include/{libopenstm32 => stm32}/usart.h | 2 +- include/{libopenstm32 => stm32}/usb.h | 4 +- include/{libopenstm32 => stm32}/usb_desc.h | 0 include/{libopenstm32 => stm32}/wwdg.h | 2 +- lib/{ => lpc13xx}/Makefile | 14 ++--- .../usb_dfu/usbdfu.ld => lib/lpc13xx/gpio.c | 14 ++---- lib/{libopenstm32.ld => lpc13xx/lpc13xx.ld} | 4 +- lib/{ => stm32}/Makefile | 10 ++-- lib/{ => stm32}/adc.c | 2 +- lib/{ => stm32}/can.c | 4 +- lib/{ => stm32}/dma.c | 2 +- lib/{ => stm32}/ethernet.c | 2 +- lib/{ => stm32}/exti.c | 4 +- lib/{ => stm32}/flash.c | 2 +- lib/{ => stm32}/gpio.c | 2 +- lib/{ => stm32}/i2c.c | 2 +- lib/{ => stm32}/libopenstm32.ld | 0 lib/{ => stm32}/nvic.c | 2 +- lib/{ => stm32}/rcc.c | 4 +- lib/{ => stm32}/rtc.c | 6 +- lib/{ => stm32}/scb.c | 2 +- lib/{ => stm32}/spi.c | 2 +- lib/{ => stm32}/systick.c | 2 +- lib/{ => stm32}/timer.c | 2 +- lib/{ => stm32}/usart.c | 2 +- lib/{ => stm32}/vector.c | 0 lib/usb/usb_f103.c | 4 +- 171 files changed, 296 insertions(+), 341 deletions(-) copy examples/{lisa-m => lpc13xx}/Makefile (70%) copy examples/{ => lpc13xx}/Makefile.include (91%) copy examples/{lisa-m => lpc13xx/lpc-p1343}/Makefile (75%) rename examples/{ => stm32}/Makefile (97%) rename examples/{ => stm32}/Makefile.include (95%) rename examples/{ => stm32}/lisa-m/Makefile (95%) rename examples/{other => stm32/lisa-m}/usb_dfu/Makefile (93%) rename examples/{ => stm32}/lisa-m/usb_dfu/README (100%) rename examples/{ => stm32}/lisa-m/usb_dfu/usbdfu.c (98%) copy examples/{stm32-h103 => stm32/lisa-m}/usb_dfu/usbdfu.ld (97%) rename examples/{other => stm32/lisa-m}/usb_hid/Makefile (93%) rename examples/{ => stm32}/lisa-m/usb_hid/README (100%) rename examples/{ => stm32}/lisa-m/usb_hid/usbhid.c (98%) rename examples/{ => stm32}/lisa-m/usb_hid/usbhid.ld (97%) rename examples/{ => stm32}/mb525/Makefile (96%) rename examples/{stm32-h103 => stm32/mb525}/fancyblink/Makefile (93%) rename examples/{ => stm32}/mb525/fancyblink/README (100%) rename examples/{ => stm32}/mb525/fancyblink/fancyblink.c (97%) rename examples/{stm32-h103 => stm32/mb525}/fancyblink/fancyblink.ld (97%) rename examples/{ => stm32}/mb525/pwmleds/Makefile (93%) rename examples/{ => stm32}/mb525/pwmleds/README (100%) rename examples/{ => stm32}/mb525/pwmleds/pwmleds.c (99%) rename examples/{ => stm32}/mb525/pwmleds/pwmleds.ld (97%) rename examples/{ => stm32}/obldc/Makefile (96%) rename examples/{ => stm32}/obldc/can/Makefile (93%) rename examples/{ => stm32}/obldc/can/can.c (96%) rename examples/{ => stm32}/obldc/can/can.ld (97%) rename examples/{ => stm32}/obldc/led/Makefile (93%) rename examples/{ => stm32}/obldc/led/led.c (97%) rename examples/{ => stm32}/obldc/led/led.ld (97%) rename examples/{other => stm32/obldc}/systick/Makefile (93%) rename examples/{ => stm32}/obldc/systick/systick.c (93%) rename examples/{ => stm32}/obldc/systick/systick.ld (97%) rename examples/{stm32-h103 => stm32/obldc}/usart/Makefile (93%) rename examples/{ => stm32}/obldc/usart/usart.c (96%) rename examples/{ => stm32}/obldc/usart/usart.ld (97%) rename examples/{ => stm32}/obldc/usart_irq/Makefile (94%) rename examples/{ => stm32}/obldc/usart_irq/usart_irq.c (96%) rename examples/{ => stm32}/obldc/usart_irq/usart_irq.ld (97%) rename examples/{ => stm32}/other/Makefile (98%) rename examples/{ => stm32}/other/adc_temperature_sensor/Makefile (93%) rename examples/{ => stm32}/other/adc_temperature_sensor/README (100%) rename examples/{ => stm32}/other/adc_temperature_sensor/adc.c (96%) rename examples/{ => stm32}/other/adc_temperature_sensor/adc.ld (97%) rename examples/{ => stm32}/other/dma_mem2mem/Makefile (93%) rename examples/{ => stm32}/other/dma_mem2mem/README (100%) rename examples/{ => stm32}/other/dma_mem2mem/dma.c (96%) rename examples/{ => stm32}/other/dma_mem2mem/dma.ld (97%) rename examples/{ => stm32}/other/dogm128/Makefile (93%) rename examples/{ => stm32}/other/dogm128/README (100%) rename examples/{ => stm32}/other/dogm128/dogm128.c (100%) rename examples/{ => stm32}/other/dogm128/dogm128.h (97%) rename examples/{ => stm32}/other/dogm128/main.c (94%) rename examples/{ => stm32}/other/dogm128/main.ld (97%) rename examples/{ => stm32}/other/i2c_stts75_sensor/Makefile (94%) rename examples/{ => stm32}/other/i2c_stts75_sensor/README (100%) rename examples/{ => stm32}/other/i2c_stts75_sensor/i2c_stts75_sensor.c (96%) rename examples/{ => stm32}/other/i2c_stts75_sensor/i2c_stts75_sensor.ld (97%) rename examples/{ => stm32}/other/i2c_stts75_sensor/stts75.c (99%) rename examples/{ => stm32}/other/i2c_stts75_sensor/stts75.h (100%) rename examples/{ => stm32}/other/rtc/Makefile (93%) rename examples/{ => stm32}/other/rtc/README (100%) rename examples/{ => stm32}/other/rtc/rtc.c (94%) rename examples/{ => stm32}/other/rtc/rtc.ld (97%) rename examples/{obldc => stm32/other}/systick/Makefile (93%) rename examples/{ => stm32}/other/systick/README (100%) rename examples/{ => stm32}/other/systick/systick.c (92%) rename examples/{ => stm32}/other/systick/systick.ld (97%) rename examples/{ => stm32}/other/timer_interrupt/Makefile (93%) rename examples/{ => stm32}/other/timer_interrupt/README (100%) rename examples/{ => stm32}/other/timer_interrupt/timer.c (93%) rename examples/{ => stm32}/other/timer_interrupt/timer.ld (97%) rename examples/{ => stm32}/other/usb_cdcacm/Makefile (93%) rename examples/{ => stm32}/other/usb_cdcacm/README (100%) rename examples/{ => stm32}/other/usb_cdcacm/cdcacm.c (99%) rename examples/{ => stm32}/other/usb_cdcacm/cdcacm.ld (97%) rename examples/{stm32-h103 => stm32/other}/usb_dfu/Makefile (93%) rename examples/{ => stm32}/other/usb_dfu/README (100%) rename examples/{ => stm32}/other/usb_dfu/usbdfu.c (98%) rename examples/{ => stm32}/other/usb_dfu/usbdfu.ld (97%) rename examples/{stm32-h103 => stm32/other}/usb_hid/Makefile (93%) rename examples/{ => stm32}/other/usb_hid/README (100%) rename examples/{ => stm32}/other/usb_hid/usbhid.c (98%) rename examples/{ => stm32}/other/usb_hid/usbhid.ld (97%) rename examples/{ => stm32}/stm32-h103/Makefile (97%) rename examples/{mb525 => stm32/stm32-h103}/fancyblink/Makefile (93%) rename examples/{ => stm32}/stm32-h103/fancyblink/README (100%) rename examples/{ => stm32}/stm32-h103/fancyblink/fancyblink.c (95%) rename examples/{mb525 => stm32/stm32-h103}/fancyblink/fancyblink.ld (97%) rename examples/{ => stm32}/stm32-h103/miniblink/Makefile (93%) rename examples/{ => stm32}/stm32-h103/miniblink/README (100%) rename examples/{ => stm32}/stm32-h103/miniblink/miniblink.c (97%) rename examples/{ => stm32}/stm32-h103/miniblink/miniblink.ld (97%) rename examples/{ => stm32}/stm32-h103/spi/Makefile (93%) rename examples/{ => stm32}/stm32-h103/spi/README (100%) rename examples/{ => stm32}/stm32-h103/spi/spi.c (94%) rename examples/{ => stm32}/stm32-h103/spi/spi.ld (97%) rename examples/{obldc => stm32/stm32-h103}/usart/Makefile (93%) rename examples/{ => stm32}/stm32-h103/usart/README (100%) rename examples/{ => stm32}/stm32-h103/usart/usart.c (96%) rename examples/{ => stm32}/stm32-h103/usart/usart.ld (97%) rename examples/{ => stm32}/stm32-h103/usb_cdcacm/Makefile (93%) rename examples/{ => stm32}/stm32-h103/usb_cdcacm/README (100%) rename examples/{ => stm32}/stm32-h103/usb_cdcacm/cdcacm.c (99%) rename examples/{ => stm32}/stm32-h103/usb_cdcacm/cdcacm.ld (97%) rename examples/{lisa-m => stm32/stm32-h103}/usb_dfu/Makefile (93%) rename examples/{ => stm32}/stm32-h103/usb_dfu/README (100%) rename examples/{ => stm32}/stm32-h103/usb_dfu/usbdfu.c (98%) rename examples/{lisa-m => stm32/stm32-h103}/usb_dfu/usbdfu.ld (97%) rename examples/{lisa-m => stm32/stm32-h103}/usb_hid/Makefile (93%) rename examples/{ => stm32}/stm32-h103/usb_hid/README (100%) rename examples/{ => stm32}/stm32-h103/usb_hid/usbhid.c (98%) rename examples/{ => stm32}/stm32-h103/usb_hid/usbhid.ld (97%) rename examples/{ => stm32}/stm32-h103/usb_iap/Makefile (93%) rename examples/{ => stm32}/stm32-h103/usb_iap/README (100%) rename examples/{ => stm32}/stm32-h103/usb_iap/usbiap.c (98%) rename examples/{ => stm32}/stm32-h103/usb_iap/usbiap.ld (97%) delete mode 100644 include/libopenstm32.h rename include/{libopenstm32 => stm32}/adc.h (99%) rename include/{libopenstm32 => stm32}/bkp.h (99%) rename include/{libopenstm32 => stm32}/can.h (99%) rename include/{libopenstm32 => stm32}/crc.h (97%) rename include/{libopenstm32 => stm32}/dma.h (99%) rename include/{libopenstm32 => stm32}/ethernet.h (99%) rename include/{libopenstm32 => stm32}/exti.h (98%) rename include/{libopenstm32 => stm32}/flash.h (99%) rename include/{libopenstm32 => stm32}/gpio.h (99%) rename include/{libopenstm32 => stm32}/i2c.h (99%) rename include/{libopenstm32 => stm32}/iwdg.h (98%) rename include/{libopenstm32 => stm32}/memorymap.h (100%) rename include/{libopenstm32 => stm32}/nvic.h (99%) rename include/{libopenstm32 => stm32}/pwr.h (98%) rename include/{libopenstm32 => stm32}/rcc.h (99%) rename include/{libopenstm32 => stm32}/rtc.h (98%) rename include/{libopenstm32 => stm32}/scb.h (99%) rename include/{libopenstm32 => stm32}/spi.h (99%) rename include/{libopenstm32 => stm32}/systick.h (98%) rename include/{libopenstm32 => stm32}/timer.h (99%) rename include/{libopenstm32 => stm32}/tools.h (100%) rename include/{libopenstm32 => stm32}/usart.h (99%) rename include/{libopenstm32 => stm32}/usb.h (99%) rename include/{libopenstm32 => stm32}/usb_desc.h (100%) rename include/{libopenstm32 => stm32}/wwdg.h (98%) copy lib/{ => lpc13xx}/Makefile (78%) rename examples/stm32-h103/usb_dfu/usbdfu.ld => lib/lpc13xx/gpio.c (73%) copy lib/{libopenstm32.ld => lpc13xx/lpc13xx.ld} (93%) rename lib/{ => stm32}/Makefile (88%) rename lib/{ => stm32}/adc.c (99%) rename lib/{ => stm32}/can.c (99%) rename lib/{ => stm32}/dma.c (99%) rename lib/{ => stm32}/ethernet.c (97%) rename lib/{ => stm32}/exti.c (97%) rename lib/{ => stm32}/flash.c (99%) rename lib/{ => stm32}/gpio.c (99%) rename lib/{ => stm32}/i2c.c (98%) rename lib/{ => stm32}/libopenstm32.ld (100%) rename lib/{ => stm32}/nvic.c (98%) rename lib/{ => stm32}/rcc.c (99%) rename lib/{ => stm32}/rtc.c (98%) rename lib/{ => stm32}/scb.c (96%) rename lib/{ => stm32}/spi.c (99%) rename lib/{ => stm32}/systick.c (97%) rename lib/{ => stm32}/timer.c (99%) rename lib/{ => stm32}/usart.c (98%) rename lib/{ => stm32}/vector.c (100%) hooks/post-receive -- libopenstm32 |