libopenstm32-commits Mailing List for libopenstm32 (Page 2)
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-12-31 02:16:34
|
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 95793aa6cedeef06db9592602ecf3dc00edec610 (commit)
via 9deb34de75e5239aa3a2f38c3063e74c183103d6 (commit)
via 43856e14360da52a1a508854c0624d3c56cdb991 (commit)
via 62f1bab21f76e17290a897e060e9218e28140786 (commit)
from 62acc424e15ae11305f42e3f589bada9f68f72f9 (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 95793aa6cedeef06db9592602ecf3dc00edec610
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 31 01:11:14 2010 +0100
Rename include guards to LIBOPENCM3_*.
commit 9deb34de75e5239aa3a2f38c3063e74c183103d6
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 31 01:02:40 2010 +0100
Add FSMC register definitions.
commit 43856e14360da52a1a508854c0624d3c56cdb991
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 31 00:35:20 2010 +0100
FSMC: Implement all missing bit defines.
commit 62f1bab21f76e17290a897e060e9218e28140786
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 23:21:53 2010 +0100
Start adding FSMC #defines (FSMC_BCRx for now).
-----------------------------------------------------------------------
Summary of changes:
include/stm32/adc.h | 4 +-
include/stm32/bkp.h | 4 +-
include/stm32/can.h | 4 +-
include/stm32/crc.h | 4 +-
include/stm32/dma.h | 4 +-
include/stm32/ethernet.h | 4 +-
include/stm32/exti.h | 4 +-
include/stm32/flash.h | 4 +-
include/stm32/fsmc.h | 284 +++++++++++++++++++++++++++++++++++++++++++++
include/stm32/gpio.h | 4 +-
include/stm32/i2c.h | 4 +-
include/stm32/iwdg.h | 4 +-
include/stm32/memorymap.h | 4 +-
include/stm32/nvic.h | 4 +-
include/stm32/pwr.h | 4 +-
include/stm32/rcc.h | 4 +-
include/stm32/rtc.h | 4 +-
include/stm32/scb.h | 4 +-
include/stm32/spi.h | 4 +-
include/stm32/systick.h | 4 +-
include/stm32/timer.h | 4 +-
include/stm32/tools.h | 4 +-
include/stm32/usart.h | 4 +-
include/stm32/usb.h | 4 +-
include/stm32/usb_desc.h | 4 +-
include/stm32/wwdg.h | 4 +-
26 files changed, 334 insertions(+), 50 deletions(-)
create mode 100644 include/stm32/fsmc.h
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-30 13:54:51
|
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 62acc424e15ae11305f42e3f589bada9f68f72f9 (commit)
via bc9d45556a895c4bf6b3e7366f3a0e0e6f79ed7a (commit)
via 8c946de4d432f575452688217ba0eeccaa0d351f (commit)
from d37a786c63a748027879e610a314b8f229c8325e (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 62acc424e15ae11305f42e3f589bada9f68f72f9
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 14:23:06 2010 +0100
Remove useless .gitignore entry.
commit bc9d45556a895c4bf6b3e7366f3a0e0e6f79ed7a
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 14:18:04 2010 +0100
Cosmetics: Fix build output paths.
commit 8c946de4d432f575452688217ba0eeccaa0d351f
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 14:12:32 2010 +0100
Some more LD paths fixes.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
Makefile | 8 +++---
examples/lpc13xx/Makefile.include | 5 ++-
examples/stm32/Makefile | 20 +++++++++---------
examples/stm32/Makefile.include | 8 ++++--
examples/stm32/lisa-m/Makefile | 4 +-
examples/stm32/mb525/Makefile | 8 +++---
examples/stm32/obldc/Makefile | 16 +++++++-------
examples/stm32/other/Makefile | 40 ++++++++++++++++++------------------
examples/stm32/stm32-h103/Makefile | 24 ++++++++++----------
10 files changed, 68 insertions(+), 66 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-30 12:34:46
|
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 d37a786c63a748027879e610a314b8f229c8325e (commit)
from a97dd10a95f828f4d99b5e723609816fc6650618 (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 d37a786c63a748027879e610a314b8f229c8325e
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 13:32:52 2010 +0100
Adapt 'make install' to new structure.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-30 12:23:24
|
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 a97dd10a95f828f4d99b5e723609816fc6650618 (commit)
via 18790a2454d2d59946b018ad5f1e33abbc17a65c (commit)
from 0995f73f72b57095dde05e280af3dfaaee81215e (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 a97dd10a95f828f4d99b5e723609816fc6650618
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 13:22:56 2010 +0100
More libopenstm32 renames.
commit 18790a2454d2d59946b018ad5f1e33abbc17a65c
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 13:19:25 2010 +0100
More renames for libopenstm32 -> libopencm3.
-----------------------------------------------------------------------
Summary of changes:
examples/lpc13xx/lpc-p1343/miniblink/README | 2 +-
examples/lpc13xx/lpc-p1343/miniblink/miniblink.c | 2 +-
examples/lpc13xx/lpc-p1343/miniblink/miniblink.ld | 2 +-
examples/stm32/lisa-m/usb_dfu/usbdfu.c | 2 +-
examples/stm32/lisa-m/usb_dfu/usbdfu.ld | 4 ++--
examples/stm32/lisa-m/usb_hid/usbhid.c | 2 +-
examples/stm32/lisa-m/usb_hid/usbhid.ld | 4 ++--
examples/stm32/mb525/fancyblink/README | 2 +-
examples/stm32/mb525/fancyblink/fancyblink.c | 2 +-
examples/stm32/mb525/fancyblink/fancyblink.ld | 4 ++--
examples/stm32/mb525/pwmleds/README | 2 +-
examples/stm32/mb525/pwmleds/pwmleds.c | 2 +-
examples/stm32/mb525/pwmleds/pwmleds.ld | 4 ++--
examples/stm32/obldc/can/can.c | 2 +-
examples/stm32/obldc/can/can.ld | 4 ++--
examples/stm32/obldc/led/led.c | 2 +-
examples/stm32/obldc/led/led.ld | 4 ++--
examples/stm32/obldc/systick/systick.c | 2 +-
examples/stm32/obldc/systick/systick.ld | 4 ++--
examples/stm32/obldc/usart/usart.c | 2 +-
examples/stm32/obldc/usart/usart.ld | 4 ++--
examples/stm32/obldc/usart_irq/usart_irq.c | 2 +-
examples/stm32/obldc/usart_irq/usart_irq.ld | 4 ++--
examples/stm32/other/adc_temperature_sensor/adc.c | 2 +-
examples/stm32/other/adc_temperature_sensor/adc.ld | 4 ++--
examples/stm32/other/dma_mem2mem/dma.c | 2 +-
examples/stm32/other/dma_mem2mem/dma.ld | 4 ++--
examples/stm32/other/dogm128/dogm128.c | 2 +-
examples/stm32/other/dogm128/dogm128.h | 2 +-
examples/stm32/other/dogm128/main.c | 2 +-
examples/stm32/other/dogm128/main.ld | 4 ++--
.../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 2 +-
.../other/i2c_stts75_sensor/i2c_stts75_sensor.ld | 4 ++--
examples/stm32/other/i2c_stts75_sensor/stts75.c | 2 +-
examples/stm32/other/i2c_stts75_sensor/stts75.h | 2 +-
examples/stm32/other/rtc/rtc.c | 2 +-
examples/stm32/other/rtc/rtc.ld | 4 ++--
examples/stm32/other/systick/systick.c | 2 +-
examples/stm32/other/systick/systick.ld | 4 ++--
examples/stm32/other/timer_interrupt/timer.c | 2 +-
examples/stm32/other/timer_interrupt/timer.ld | 4 ++--
examples/stm32/other/usb_cdcacm/cdcacm.c | 2 +-
examples/stm32/other/usb_cdcacm/cdcacm.ld | 4 ++--
examples/stm32/other/usb_dfu/usbdfu.c | 2 +-
examples/stm32/other/usb_dfu/usbdfu.ld | 4 ++--
examples/stm32/other/usb_hid/usbhid.c | 2 +-
examples/stm32/other/usb_hid/usbhid.ld | 4 ++--
examples/stm32/stm32-h103/fancyblink/README | 2 +-
examples/stm32/stm32-h103/fancyblink/fancyblink.c | 2 +-
examples/stm32/stm32-h103/fancyblink/fancyblink.ld | 4 ++--
examples/stm32/stm32-h103/miniblink/README | 2 +-
examples/stm32/stm32-h103/miniblink/miniblink.c | 2 +-
examples/stm32/stm32-h103/miniblink/miniblink.ld | 4 ++--
examples/stm32/stm32-h103/spi/spi.c | 2 +-
examples/stm32/stm32-h103/spi/spi.ld | 4 ++--
examples/stm32/stm32-h103/usart/usart.c | 2 +-
examples/stm32/stm32-h103/usart/usart.ld | 4 ++--
examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c | 2 +-
examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld | 4 ++--
examples/stm32/stm32-h103/usb_dfu/usbdfu.c | 2 +-
examples/stm32/stm32-h103/usb_dfu/usbdfu.ld | 4 ++--
examples/stm32/stm32-h103/usb_hid/usbhid.c | 2 +-
examples/stm32/stm32-h103/usb_hid/usbhid.ld | 4 ++--
examples/stm32/stm32-h103/usb_iap/usbiap.c | 2 +-
examples/stm32/stm32-h103/usb_iap/usbiap.ld | 4 ++--
include/cm3/common.h | 2 +-
include/cm3/memorymap.h | 2 +-
include/lpc13xx/gpio.h | 2 +-
include/lpc13xx/memorymap.h | 2 +-
include/stm32/adc.h | 2 +-
include/stm32/bkp.h | 2 +-
include/stm32/can.h | 2 +-
include/stm32/crc.h | 2 +-
include/stm32/dma.h | 2 +-
include/stm32/ethernet.h | 2 +-
include/stm32/exti.h | 2 +-
include/stm32/flash.h | 2 +-
include/stm32/gpio.h | 2 +-
include/stm32/i2c.h | 2 +-
include/stm32/iwdg.h | 2 +-
include/stm32/memorymap.h | 2 +-
include/stm32/nvic.h | 2 +-
include/stm32/pwr.h | 2 +-
include/stm32/rcc.h | 2 +-
include/stm32/rtc.h | 2 +-
include/stm32/scb.h | 2 +-
include/stm32/spi.h | 2 +-
include/stm32/systick.h | 2 +-
include/stm32/timer.h | 2 +-
include/stm32/tools.h | 2 +-
include/stm32/usart.h | 2 +-
include/stm32/usb.h | 2 +-
include/stm32/usb_desc.h | 2 +-
include/stm32/wwdg.h | 2 +-
include/usb/cdc.h | 2 +-
include/usb/dfu.h | 2 +-
include/usb/hid.h | 2 +-
include/usb/usbd.h | 2 +-
include/usb/usbstd.h | 2 +-
lib/lpc13xx/gpio.c | 2 +-
lib/lpc13xx/lpc13xx.ld | 4 ++--
lib/stm32/adc.c | 2 +-
lib/stm32/can.c | 2 +-
lib/stm32/dma.c | 2 +-
lib/stm32/ethernet.c | 2 +-
lib/stm32/exti.c | 2 +-
lib/stm32/flash.c | 2 +-
lib/stm32/gpio.c | 2 +-
lib/stm32/i2c.c | 2 +-
lib/stm32/nvic.c | 2 +-
lib/stm32/rcc.c | 2 +-
lib/stm32/rtc.c | 2 +-
lib/stm32/scb.c | 2 +-
lib/stm32/spi.c | 2 +-
lib/stm32/stm32.ld | 4 ++--
lib/stm32/systick.c | 2 +-
lib/stm32/timer.c | 2 +-
lib/stm32/usart.c | 2 +-
lib/stm32/vector.c | 2 +-
lib/usb/usb.c | 2 +-
lib/usb/usb_control.c | 2 +-
lib/usb/usb_f103.c | 2 +-
lib/usb/usb_private.h | 2 +-
lib/usb/usb_standard.c | 2 +-
124 files changed, 153 insertions(+), 153 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-30 12:15: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 0995f73f72b57095dde05e280af3dfaaee81215e (commit)
from 48b514d3efcf4c51d7100c8bd98a52240c25053c (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 0995f73f72b57095dde05e280af3dfaaee81215e
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 13:14:36 2010 +0100
Finish libopenstm32.ld to stm32.ld rename.
-----------------------------------------------------------------------
Summary of changes:
examples/stm32/Makefile.include | 2 +-
lib/stm32/{libopenstm32.ld => stm32.ld} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename lib/stm32/{libopenstm32.ld => stm32.ld} (100%)
hooks/post-receive
--
libopenstm32
|
|
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
|
|
From: Uwe H. <uh...@us...> - 2010-12-30 00:37:51
|
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 b65f3f06d061823fac1af91594e0d702b4c80693 (commit)
via b385b7a17243f278dd2023d60e2a73cf9c089b13 (commit)
via 17b2e87ba3ba3cc029a92f275f110e17249d59f7 (commit)
from 01bfbfed411f9e96218070e2b36438b783df29ba (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 b65f3f06d061823fac1af91594e0d702b4c80693
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 01:36:16 2010 +0100
Add initial lpc-p1343/miniblink example (untested).
This is not yet tested on hardware, it probably won't work, yet.
commit b385b7a17243f278dd2023d60e2a73cf9c089b13
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 00:59:45 2010 +0100
NXP LPC13XX: Initial memorymap.h and gpio.h.
Add initial support for the NXP LPC13XX family of ARM Cortex-M3
devices, including the LPC1311, LPC1313, LPC1342, or LPC1343.
This should re-use parts of our generic Cortex-M3 stuff (which is
gradually moved into cm3/ subdirs) where possible.
commit 17b2e87ba3ba3cc029a92f275f110e17249d59f7
Author: Uwe Hermann <uw...@he...>
Date: Thu Dec 30 00:53:52 2010 +0100
Factor out cm3/common.h and cm3/memorymap.h.
-----------------------------------------------------------------------
Summary of changes:
HACKING | 2 +-
.../spi => lpc13xx/lpc-p1343/miniblink}/Makefile | 4 +-
.../lpc-p1343}/miniblink/README | 6 +-
.../lpc-p1343/miniblink/miniblink.c} | 28 ++----
.../lpc-p1343/miniblink/miniblink.ld} | 8 +-
examples/other/dogm128/dogm128.h | 2 +-
include/{libopenstm32 => cm3}/common.h | 4 +-
include/cm3/memorymap.h | 58 +++++++++++
include/libopenstm32.h | 2 +-
include/libopenstm32/adc.h | 2 +-
include/libopenstm32/bkp.h | 2 +-
include/libopenstm32/can.h | 2 +-
include/libopenstm32/crc.h | 2 +-
include/libopenstm32/dma.h | 2 +-
include/libopenstm32/ethernet.h | 2 +-
include/libopenstm32/exti.h | 2 +-
include/libopenstm32/flash.h | 2 +-
include/libopenstm32/gpio.h | 2 +-
include/libopenstm32/i2c.h | 2 +-
include/libopenstm32/iwdg.h | 2 +-
include/libopenstm32/memorymap.h | 35 +-------
include/libopenstm32/nvic.h | 2 +-
include/libopenstm32/pwr.h | 2 +-
include/libopenstm32/rcc.h | 2 +-
include/libopenstm32/rtc.h | 2 +-
include/libopenstm32/scb.h | 2 +-
include/libopenstm32/spi.h | 2 +-
include/libopenstm32/systick.h | 2 +-
include/libopenstm32/timer.h | 2 +-
include/libopenstm32/usart.h | 2 +-
include/libopenstm32/usb.h | 2 +-
include/libopenstm32/wwdg.h | 2 +-
include/lpc13xx/gpio.h | 100 ++++++++++++++++++++
include/lpc13xx/memorymap.h | 58 +++++++++++
include/usb/usbstd.h | 2 +-
lib/usb/usb_f103.c | 2 +-
36 files changed, 267 insertions(+), 88 deletions(-)
copy examples/{stm32-h103/spi => lpc13xx/lpc-p1343/miniblink}/Makefile (93%)
copy examples/{stm32-h103 => lpc13xx/lpc-p1343}/miniblink/README (59%)
copy examples/{stm32-h103/spi/spi.c => lpc13xx/lpc-p1343/miniblink/miniblink.c} (69%)
copy examples/{stm32-h103/spi/spi.ld => lpc13xx/lpc-p1343/miniblink/miniblink.ld} (79%)
rename include/{libopenstm32 => cm3}/common.h (95%)
create mode 100644 include/cm3/memorymap.h
create mode 100644 include/lpc13xx/gpio.h
create mode 100644 include/lpc13xx/memorymap.h
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 18:50: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 01bfbfed411f9e96218070e2b36438b783df29ba (commit)
from d9f6f200c189922ff71ec13e1343303bfdae3593 (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 01bfbfed411f9e96218070e2b36438b783df29ba
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 19:49:59 2010 +0100
Deduplicate example README file contents.
-----------------------------------------------------------------------
Summary of changes:
README | 12 +++++++
examples/lisa-m/usb_dfu/README | 36 ----------------------
examples/lisa-m/usb_hid/README | 36 ----------------------
examples/mb525/fancyblink/README | 41 +------------------------
examples/mb525/pwmleds/README | 41 +------------------------
examples/other/adc_temperature_sensor/README | 39 +------------------------
examples/other/dma_mem2mem/README | 37 -----------------------
examples/other/dogm128/README | 39 +-----------------------
examples/other/i2c_stts75_sensor/README | 38 +-----------------------
examples/other/rtc/README | 37 -----------------------
examples/other/systick/README | 38 +-----------------------
examples/other/timer_interrupt/README | 38 +-----------------------
examples/other/usb_cdcacm/README | 36 ----------------------
examples/other/usb_dfu/README | 36 ----------------------
examples/other/usb_hid/README | 36 ----------------------
examples/stm32-h103/fancyblink/README | 39 +------------------------
examples/stm32-h103/miniblink/README | 37 -----------------------
examples/stm32-h103/spi/README | 38 ------------------------
examples/stm32-h103/usart/README | 38 +----------------------
examples/stm32-h103/usb_cdcacm/README | 36 ----------------------
examples/stm32-h103/usb_dfu/README | 36 ----------------------
examples/stm32-h103/usb_hid/README | 36 ----------------------
examples/stm32-h103/usb_iap/README | 36 +----------------------
23 files changed, 26 insertions(+), 810 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 17:34:24
|
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 d9f6f200c189922ff71ec13e1343303bfdae3593 (commit)
via b5727a6c737ae255f8b318e7714b00a802809ec5 (commit)
from c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9 (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 d9f6f200c189922ff71ec13e1343303bfdae3593
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 18:29:47 2010 +0100
Some more whitespace + cosmetics.
commit b5727a6c737ae255f8b318e7714b00a802809ec5
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 18:00:32 2010 +0100
USB: Cosmetics and coding-style fixes.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/iwdg.h | 1 -
include/libopenstm32/nvic.h | 2 -
include/libopenstm32/pwr.h | 4 +-
include/libopenstm32/scb.h | 16 +-
include/libopenstm32/spi.h | 4 +-
include/libopenstm32/timer.h | 1 -
include/libopenstm32/usb.h | 282 ++++++++++++++++-----------------------
include/libopenstm32/usb_desc.h | 109 ++++++++--------
include/libopenstm32/wwdg.h | 1 -
lib/adc.c | 1 -
lib/dma.c | 2 -
lib/scb.c | 1 -
lib/spi.c | 1 -
lib/systick.c | 2 -
lib/usb/usb.c | 41 +++---
lib/usb/usb_control.c | 162 ++++++++++------------
lib/usb/usb_f103.c | 168 ++++++++++++-----------
lib/usb/usb_private.h | 5 +-
lib/usb/usb_standard.c | 218 ++++++++++++++++--------------
19 files changed, 478 insertions(+), 543 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 16:29: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 c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9 (commit)
via 6a16711bee34e0445a95a9cbffc17fdd1d580950 (commit)
via 34fd228bf9158b0df47b4ec04b20db682963d5b0 (commit)
via f06277793007a3ba32f73c188c8c807ed3651e02 (commit)
from 36931dc991e4e68ed1ac32b328be788ae1affbe1 (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 c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:28:06 2010 +0100
Replace uint8_t with u8 et al, fix whitespace.
commit 6a16711bee34e0445a95a9cbffc17fdd1d580950
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:09:22 2010 +0100
Install USB headers upon 'make install'.
commit 34fd228bf9158b0df47b4ec04b20db682963d5b0
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:02:36 2010 +0100
Move generic USB stuff to a subdir, dedupe .h files.
Adapt examples and the lib code accordingly.
commit f06277793007a3ba32f73c188c8c807ed3651e02
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 16:43:26 2010 +0100
More whitespace fixes.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +
examples/lisa-m/usb_dfu/usbdfu.c | 11 +-
examples/lisa-m/usb_hid/usbhid.c | 21 +--
examples/mb525/pwmleds/pwmleds.c | 2 +-
examples/other/usb_cdcacm/cdcacm.c | 10 +-
examples/other/usb_dfu/dfu.h | 81 ---------
examples/other/usb_dfu/usbdfu.c | 11 +-
examples/other/usb_hid/hid.h | 38 ----
examples/other/usb_hid/usbhid.c | 21 +--
examples/stm32-h103/usb_cdcacm/cdc.h | 128 --------------
examples/stm32-h103/usb_cdcacm/cdcacm.c | 10 +-
examples/stm32-h103/usb_dfu/dfu.h | 81 ---------
examples/stm32-h103/usb_dfu/usbdfu.c | 11 +-
examples/stm32-h103/usb_hid/hid.h | 38 ----
examples/stm32-h103/usb_hid/usbhid.c | 21 +--
examples/stm32-h103/usb_iap/usbiap.c | 11 +-
{examples/other/usb_cdcacm => include/usb}/cdc.h | 85 +++++-----
{examples/lisa-m/usb_dfu => include/usb}/dfu.h | 16 +-
{examples/lisa-m/usb_hid => include/usb}/hid.h | 14 +-
include/{ => usb}/usbd.h | 37 ++---
include/usb/usbstd.h | 204 ++++++++++++++++++++++
include/usbstd.h | 202 ---------------------
lib/usb/usb.c | 9 +-
lib/usb/usb_control.c | 21 +--
lib/usb/usb_f103.c | 23 +--
lib/usb/usb_private.h | 32 ++--
lib/usb/usb_standard.c | 74 ++++----
27 files changed, 406 insertions(+), 808 deletions(-)
delete mode 100644 examples/other/usb_dfu/dfu.h
delete mode 100644 examples/other/usb_hid/hid.h
delete mode 100644 examples/stm32-h103/usb_cdcacm/cdc.h
delete mode 100644 examples/stm32-h103/usb_dfu/dfu.h
delete mode 100644 examples/stm32-h103/usb_hid/hid.h
rename {examples/other/usb_cdcacm => include/usb}/cdc.h (69%)
rename {examples/lisa-m/usb_dfu => include/usb}/dfu.h (88%)
rename {examples/lisa-m/usb_hid => include/usb}/hid.h (83%)
rename include/{ => usb}/usbd.h (64%)
create mode 100644 include/usb/usbstd.h
delete mode 100644 include/usbstd.h
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 14:56:24
|
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 36931dc991e4e68ed1ac32b328be788ae1affbe1 (commit)
via a6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 (commit)
via 24e9860d304c09f804c392fc3ae530c78de29886 (commit)
via 1c6d7cf06a099294df30ccfd8139bad573140dba (commit)
via 586a4740d57ede9cd6cc4dd8f2d478c1244ee691 (commit)
via 963588aba01c327757f73bf702466bb32224cfc6 (commit)
via e0cd35299073e6bf2becadf42e6fbbeb1b47890e (commit)
via e35590634596acb288ad3e89cb1c4dc4a3f9fc93 (commit)
via 7f002110dcccf7efb8c260bdc2106c2192257c96 (commit)
from 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f (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 36931dc991e4e68ed1ac32b328be788ae1affbe1
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:52:37 2010 +0100
Whitespace fixes.
commit a6e6a08a3ac7a61e3067e3d26bdb65ee6149e259
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:44:12 2010 +0100
Make the build/clean targets a bit less verbose.
commit 24e9860d304c09f804c392fc3ae530c78de29886
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:22:39 2010 +0100
Drop Paparazzi-specific stuff, deduplicate Makefiles.
commit 1c6d7cf06a099294df30ccfd8139bad573140dba
Merge: 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f 586a4740d57ede9cd6cc4dd8f2d478c1244ee691
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:12:23 2010 +0100
Merge branch 'martinmm'.
commit 586a4740d57ede9cd6cc4dd8f2d478c1244ee691
Author: Martin Mueller <ma...@pf...>
Date: Mon Dec 6 00:07:14 2010 +0100
adapt to new usb interface
commit 963588aba01c327757f73bf702466bb32224cfc6
Author: Martin Mueller <ma...@pf...>
Date: Sun Dec 5 23:59:12 2010 +0100
Lisa/M board tests
commit e0cd35299073e6bf2becadf42e6fbbeb1b47890e
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 19:05:57 2010 +1300
Fixed HID example to work with new control mechanism.
commit e35590634596acb288ad3e89cb1c4dc4a3f9fc93
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 18:53:10 2010 +1300
Fixed DFU example to work with new control mechanism.
commit 7f002110dcccf7efb8c260bdc2106c2192257c96
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 12:21:46 2010 +1300
Improved dispatching of user control callbacks.
Only cdc_acm example is updated.
-----------------------------------------------------------------------
Summary of changes:
HACKING | 2 +-
examples/Makefile | 10 ++-
examples/Makefile.include | 47 ++++----
examples/{mb525 => lisa-m}/Makefile | 21 ++--
examples/{obldc/can => lisa-m/usb_dfu}/Makefile | 3 +-
examples/{other => lisa-m}/usb_dfu/README | 0
examples/{other => lisa-m}/usb_dfu/dfu.h | 0
examples/{other => lisa-m}/usb_dfu/usbdfu.c | 0
examples/{other => lisa-m}/usb_dfu/usbdfu.ld | 0
examples/{obldc/can => lisa-m/usb_hid}/Makefile | 3 +-
.../{other/usb_cdcacm => lisa-m/usb_hid}/README | 2 +-
examples/{other => lisa-m}/usb_hid/hid.h | 0
examples/{other => lisa-m}/usb_hid/usbhid.c | 48 ++++++--
.../cdcacm.ld => lisa-m/usb_hid/usbhid.ld} | 0
examples/mb525/fancyblink/Makefile | 3 +-
examples/mb525/pwmleds/Makefile | 3 +-
examples/obldc/can/Makefile | 1 +
examples/obldc/led/Makefile | 1 +
examples/obldc/systick/Makefile | 1 +
examples/obldc/usart/Makefile | 3 +-
examples/obldc/usart_irq/Makefile | 1 +
examples/other/adc_temperature_sensor/Makefile | 3 +-
examples/other/dma_mem2mem/Makefile | 3 +-
examples/other/dogm128/Makefile | 3 +-
examples/other/i2c_stts75_sensor/Makefile | 3 +-
examples/other/rtc/Makefile | 3 +-
examples/other/systick/Makefile | 3 +-
examples/other/timer_interrupt/Makefile | 3 +-
examples/other/usb_cdcacm/Makefile | 3 +-
examples/other/usb_cdcacm/cdcacm.c | 31 ++---
examples/other/usb_dfu/Makefile | 3 +-
examples/other/usb_dfu/usbdfu.c | 62 +++-------
examples/other/usb_hid/Makefile | 3 +-
examples/other/usb_hid/usbhid.c | 17 ++-
examples/stm32-h103/Makefile | 10 ++-
examples/stm32-h103/fancyblink/Makefile | 3 +-
examples/stm32-h103/miniblink/Makefile | 3 +-
examples/stm32-h103/spi/Makefile | 3 +-
examples/stm32-h103/usart/Makefile | 3 +-
examples/stm32-h103/usb_cdcacm/Makefile | 3 +-
examples/stm32-h103/usb_cdcacm/cdcacm.c | 31 ++---
.../{obldc/can => stm32-h103/usb_dfu}/Makefile | 3 +-
examples/{other => stm32-h103}/usb_dfu/README | 0
examples/{other => stm32-h103}/usb_dfu/dfu.h | 0
examples/{other => stm32-h103}/usb_dfu/usbdfu.c | 0
examples/{other => stm32-h103}/usb_dfu/usbdfu.ld | 0
.../{obldc/can => stm32-h103/usb_hid}/Makefile | 3 +-
.../usb_cdcacm => stm32-h103/usb_hid}/README | 2 +-
examples/{other => stm32-h103}/usb_hid/hid.h | 0
examples/{other => stm32-h103}/usb_hid/usbhid.c | 31 +++--
.../{usb_cdcacm/cdcacm.ld => usb_hid/usbhid.ld} | 0
.../{obldc/can => stm32-h103/usb_iap}/Makefile | 5 +-
.../{other/dogm128 => stm32-h103/usb_iap}/README | 4 +-
.../usbdfu.c => stm32-h103/usb_iap/usbiap.c} | 0
.../{usb_cdcacm/cdcacm.ld => usb_iap/usbiap.ld} | 0
include/usbd.h | 15 +--
lib/Makefile | 3 +-
lib/usb/usb_control.c | 122 +++++++------------
lib/usb/usb_private.h | 15 +--
59 files changed, 274 insertions(+), 274 deletions(-)
copy examples/{mb525 => lisa-m}/Makefile (71%)
copy examples/{obldc/can => lisa-m/usb_dfu}/Makefile (97%)
copy examples/{other => lisa-m}/usb_dfu/README (100%)
copy examples/{other => lisa-m}/usb_dfu/dfu.h (100%)
copy examples/{other => lisa-m}/usb_dfu/usbdfu.c (100%)
copy examples/{other => lisa-m}/usb_dfu/usbdfu.ld (100%)
copy examples/{obldc/can => lisa-m/usb_hid}/Makefile (97%)
copy examples/{other/usb_cdcacm => lisa-m/usb_hid}/README (93%)
copy examples/{other => lisa-m}/usb_hid/hid.h (100%)
copy examples/{other => lisa-m}/usb_hid/usbhid.c (84%)
copy examples/{stm32-h103/usb_cdcacm/cdcacm.ld => lisa-m/usb_hid/usbhid.ld} (100%)
copy examples/{obldc/can => stm32-h103/usb_dfu}/Makefile (97%)
copy examples/{other => stm32-h103}/usb_dfu/README (100%)
copy examples/{other => stm32-h103}/usb_dfu/dfu.h (100%)
copy examples/{other => stm32-h103}/usb_dfu/usbdfu.c (100%)
copy examples/{other => stm32-h103}/usb_dfu/usbdfu.ld (100%)
copy examples/{obldc/can => stm32-h103/usb_hid}/Makefile (97%)
copy examples/{other/usb_cdcacm => stm32-h103/usb_hid}/README (93%)
copy examples/{other => stm32-h103}/usb_hid/hid.h (100%)
copy examples/{other => stm32-h103}/usb_hid/usbhid.c (89%)
copy examples/stm32-h103/{usb_cdcacm/cdcacm.ld => usb_hid/usbhid.ld} (100%)
copy examples/{obldc/can => stm32-h103/usb_iap}/Makefile (93%)
copy examples/{other/dogm128 => stm32-h103/usb_iap}/README (88%)
copy examples/{other/usb_dfu/usbdfu.c => stm32-h103/usb_iap/usbiap.c} (100%)
copy examples/stm32-h103/{usb_cdcacm/cdcacm.ld => usb_iap/usbiap.ld} (100%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 14:09:51
|
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 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f (commit)
via e5941fb0757d233fee9273917d6637d99cb9401c (commit)
from 5e0c4631477159d61a3098f6d10ad181b5d9ed29 (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 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f
Author: Piotr Esden-Tempski <pi...@es...>
Date: Wed Dec 29 05:39:25 2010 +0100
Implemented a uart example that is using irq for receive and transmit.
commit e5941fb0757d233fee9273917d6637d99cb9401c
Author: Piotr Esden-Tempski <pi...@es...>
Date: Wed Dec 29 05:37:23 2010 +0100
Improved usart api implementation to be more readable.
-----------------------------------------------------------------------
Summary of changes:
.../{other/dogm128 => obldc/usart_irq}/Makefile | 4 +-
.../obldc/{usart/usart.c => usart_irq/usart_irq.c} | 71 +++++++++++++++-----
.../obldc/{led/led.ld => usart_irq/usart_irq.ld} | 0
include/libopenstm32/usart.h | 54 +++++++++------
lib/usart.c | 12 ++--
5 files changed, 94 insertions(+), 47 deletions(-)
copy examples/{other/dogm128 => obldc/usart_irq}/Makefile (94%)
copy examples/obldc/{usart/usart.c => usart_irq/usart_irq.c} (58%)
copy examples/obldc/{led/led.ld => usart_irq/usart_irq.ld} (100%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-29 12:01: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 5e0c4631477159d61a3098f6d10ad181b5d9ed29 (commit)
via d729cf9576e9586cfe14f3353a6e105db02a8de0 (commit)
via 600d8c345818be7493753bcee79f3e47e1c3f389 (commit)
via 81045ff27911481f886cc014b63bae2a8566820c (commit)
via e08e19e14902522c0e4ba91ca1629a01b9a718c9 (commit)
via bf0b987fe31b072c8d87420c89127a83a4ba1ea7 (commit)
from 571c4d37d02e9dd54a65241aec549e7e0875b01b (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 5e0c4631477159d61a3098f6d10ad181b5d9ed29
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 12:18:11 2010 +0100
stm32-h103/Makefile: Fix usb_cdcacm build.
commit d729cf9576e9586cfe14f3353a6e105db02a8de0
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 11:50:42 2010 +0100
other/usb_hid: Small fixes in the README.
commit 600d8c345818be7493753bcee79f3e47e1c3f389
Author: Piotr Esden-Tempski <pi...@es...>
Date: Mon Dec 27 21:30:12 2010 +0100
Added gc-sections. Now unused functions are being garbage collected.
commit 81045ff27911481f886cc014b63bae2a8566820c
Author: Piotr Esden-Tempski <pi...@es...>
Date: Mon Dec 27 17:43:48 2010 +0100
Fixed PLL setup for systick.
commit e08e19e14902522c0e4ba91ca1629a01b9a718c9
Author: Piotr Esden-Tempski <pi...@es...>
Date: Mon Dec 27 17:40:52 2010 +0100
Added some more files to gitignore.
commit bf0b987fe31b072c8d87420c89127a83a4ba1ea7
Author: Piotr Esden-Tempski <pi...@es...>
Date: Mon Dec 27 15:29:22 2010 +0100
Splitted out the usart recv and send functions to have blocking and non blocking versions of those.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 ++
examples/Makefile.include | 10 ++++++----
examples/obldc/systick/systick.c | 2 +-
examples/obldc/usart/usart.c | 6 +++---
examples/other/usb_hid/README | 4 ++--
examples/stm32-h103/Makefile | 2 +-
examples/stm32-h103/usart/usart.c | 6 +++---
include/libopenstm32/usart.h | 4 ++++
lib/Makefile | 3 ++-
lib/usart.c | 26 +++++++++++++++++++++++---
10 files changed, 47 insertions(+), 18 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
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
|
|
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
|
|
From: Uwe H. <uh...@us...> - 2010-12-17 05: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 eebbd508fc0a8d570c12c1c89b5e33dc16de4c80 (commit)
from 9539f3bf06633a178e8f9eaebbcf350c21f90619 (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 eebbd508fc0a8d570c12c1c89b5e33dc16de4c80
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 06:04:28 2010 +0100
TIM1 GPIO remapping + gpio_port_config_lock().
Thanks to Philip Court <ph...@gr...> for the patch.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/gpio.h | 10 ++++++++++
lib/gpio.c | 14 ++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-12-17 04:50: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 9539f3bf06633a178e8f9eaebbcf350c21f90619 (commit)
via e2d82ff44c55c52131c407a264cfbd1f71c4b14d (commit)
via af61aaef21e85769e969e0760e4706eebc18eb5a (commit)
via 4ef35380e8340c0103494ad86afef7788dc6aa4f (commit)
from 5bba6d92068f869c880d8fe59712343146f63391 (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 9539f3bf06633a178e8f9eaebbcf350c21f90619
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:45:06 2010 +0100
Fix typo.
commit e2d82ff44c55c52131c407a264cfbd1f71c4b14d
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:37:22 2010 +0100
Build fixes for ethernet.c, and hook it up.
commit af61aaef21e85769e969e0760e4706eebc18eb5a
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:28:02 2010 +0100
Minor ld script changes.
Add wildcards to the input section names.
This fixes the script for use with the "-ffunction-sections
-fdata-sections -Wl,--gc-sections" options when compiling/linking.
Also, discard the .eh_frame section. This section is emitted by GCC 4.4,
but not 4.5. Discarding it doesn't appear to break anything. I suspect this is
used for C++ exception implementation.
I found this to be a problem when building with GCC 4.4 (arm-elf),
because the USB DFU demo exceeded the 8k I allowed for it.
Thanks to Gareth McMullin <ga...@bl...> for the patch.
commit 4ef35380e8340c0103494ad86afef7788dc6aa4f
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:24:28 2010 +0100
Register definitions for the STM32F107 Ethernet.
Thanks to Gareth McMullin <ga...@bl...>.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/ethernet.h | 203 +++++++++++++++++++++++++++++++++++++++
lib/Makefile | 2 +-
lib/ethernet.c | 53 ++++++++++
lib/libopenstm32.ld | 14 ++-
4 files changed, 267 insertions(+), 5 deletions(-)
create mode 100644 include/libopenstm32/ethernet.h
create mode 100644 lib/ethernet.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-11-05 00:54: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 5bba6d92068f869c880d8fe59712343146f63391 (commit)
via 87960830f4eb656f410ff3b220151e0b5ad9a556 (commit)
via d6eacce827a8ebffb5e82b48d4c88eb097594c1e (commit)
from 6e090ccee16582f0c152c95238753562732788e3 (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 5bba6d92068f869c880d8fe59712343146f63391
Author: Gareth McMullin <ga...@bl...>
Date: Thu Nov 4 18:20:28 2010 +1300
Fixed logic for clearing data toggle bits.
commit 87960830f4eb656f410ff3b220151e0b5ad9a556
Author: Gareth McMullin <ga...@bl...>
Date: Thu Nov 4 16:49:03 2010 +1300
Fixed HALT condition handling and data toggle.
commit d6eacce827a8ebffb5e82b48d4c88eb097594c1e
Author: Martin Mueller <ma...@pf...>
Date: Thu Nov 4 00:41:49 2010 +0100
add standard request
-----------------------------------------------------------------------
Summary of changes:
examples/stm32-h103/Makefile | 10 +-
examples/{other => stm32-h103}/usb_cdcacm/Makefile | 11 +-
examples/{other => stm32-h103}/usb_cdcacm/README | 0
examples/{other => stm32-h103}/usb_cdcacm/cdc.h | 0
examples/{other => stm32-h103}/usb_cdcacm/cdcacm.c | 14 +-
.../rtc/rtc.ld => stm32-h103/usb_cdcacm/cdcacm.ld} | 3 +-
include/libopenstm32/tools.h | 4 +-
include/libopenstm32/usb.h | 12 ++
include/usbd.h | 3 +-
include/usbstd.h | 8 +-
lib/usb/usb_control.c | 32 ++--
lib/usb/usb_f103.c | 42 ++++-
lib/usb/usb_private.h | 5 +-
lib/usb/usb_standard.c | 195 +++++++++++++++-----
14 files changed, 251 insertions(+), 88 deletions(-)
copy examples/{other => stm32-h103}/usb_cdcacm/Makefile (90%)
copy examples/{other => stm32-h103}/usb_cdcacm/README (100%)
copy examples/{other => stm32-h103}/usb_cdcacm/cdc.h (100%)
copy examples/{other => stm32-h103}/usb_cdcacm/cdcacm.c (95%)
copy examples/{other/rtc/rtc.ld => stm32-h103/usb_cdcacm/cdcacm.ld} (94%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-11-02 01:03:50
|
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 6e090ccee16582f0c152c95238753562732788e3 (commit)
from 1621fde1f47c5b5f86942562b955bebfb45683df (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 6e090ccee16582f0c152c95238753562732788e3
Author: Uwe Hermann <uw...@he...>
Date: Tue Nov 2 02:02:21 2010 +0100
Initial USB device stack for STM32.
Patch provided by Gareth McMullin <ga...@bl...>,
thanks a lot!
-----------------------------------------------------------------------
Summary of changes:
examples/other/Makefile | 22 ++-
.../other/{dma_mem2mem => usb_cdcacm}/Makefile | 4 +-
examples/other/{systick => usb_cdcacm}/README | 4 +-
examples/other/usb_cdcacm/cdc.h | 128 +++++++++
examples/other/usb_cdcacm/cdcacm.c | 255 +++++++++++++++++
.../adc.ld => usb_cdcacm/cdcacm.ld} | 4 +-
examples/other/{dma_mem2mem => usb_dfu}/Makefile | 8 +-
examples/other/{systick => usb_dfu}/README | 4 +-
examples/other/usb_dfu/dfu.h | 81 ++++++
examples/other/usb_dfu/usbdfu.c | 298 ++++++++++++++++++++
.../adc.ld => usb_dfu/usbdfu.ld} | 6 +-
examples/other/{dma_mem2mem => usb_hid}/Makefile | 10 +-
examples/other/{systick => usb_hid}/README | 4 +-
.../adc.ld => usb_hid/hid.h} | 27 ++-
examples/other/usb_hid/usbhid.c | 267 ++++++++++++++++++
.../adc.ld => usb_hid/usbhid.ld} | 4 +-
include/libopenstm32/rcc.h | 2 +
include/libopenstm32/scb.h | 3 +
include/libopenstm32/tools.h | 4 +-
include/libopenstm32/usb.h | 6 +-
include/usbd.h | 73 +++++
include/usbstd.h | 198 +++++++++++++
lib/Makefile | 5 +-
lib/rcc.c | 61 ++++-
.../adc_temperature_sensor/adc.ld => lib/scb.c | 16 +-
lib/usb/usb.c | 95 +++++++
lib/usb/usb_control.c | 280 ++++++++++++++++++
lib/usb/usb_f103.c | 223 +++++++++++++++
lib/usb/usb_private.h | 84 ++++++
lib/usb/usb_standard.c | 268 ++++++++++++++++++
30 files changed, 2389 insertions(+), 55 deletions(-)
copy examples/other/{dma_mem2mem => usb_cdcacm}/Makefile (98%)
copy examples/other/{systick => usb_cdcacm}/README (87%)
create mode 100644 examples/other/usb_cdcacm/cdc.h
create mode 100644 examples/other/usb_cdcacm/cdcacm.c
copy examples/other/{adc_temperature_sensor/adc.ld => usb_cdcacm/cdcacm.ld} (88%)
copy examples/other/{dma_mem2mem => usb_dfu}/Makefile (95%)
copy examples/other/{systick => usb_dfu}/README (87%)
create mode 100644 examples/other/usb_dfu/dfu.h
create mode 100644 examples/other/usb_dfu/usbdfu.c
copy examples/other/{adc_temperature_sensor/adc.ld => usb_dfu/usbdfu.ld} (84%)
copy examples/other/{dma_mem2mem => usb_hid}/Makefile (93%)
copy examples/other/{systick => usb_hid}/README (87%)
copy examples/other/{adc_temperature_sensor/adc.ld => usb_hid/hid.h} (65%)
create mode 100644 examples/other/usb_hid/usbhid.c
copy examples/other/{adc_temperature_sensor/adc.ld => usb_hid/usbhid.ld} (88%)
create mode 100644 include/usbd.h
create mode 100644 include/usbstd.h
copy examples/other/adc_temperature_sensor/adc.ld => lib/scb.c (68%)
create mode 100644 lib/usb/usb.c
create mode 100644 lib/usb/usb_control.c
create mode 100644 lib/usb/usb_f103.c
create mode 100644 lib/usb/usb_private.h
create mode 100644 lib/usb/usb_standard.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-10-19 00:04: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 1621fde1f47c5b5f86942562b955bebfb45683df (commit)
from 68b7e255ad8d0bf5529855773b7acdb9ff83835c (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 1621fde1f47c5b5f86942562b955bebfb45683df
Author: Uwe Hermann <uw...@he...>
Date: Tue Oct 19 02:00:28 2010 +0200
Add proper C runtime init, add reset handler.
The C runtime wasn't initialized correctly (there was garbage in the data
and bss sections). Add a reset_handler which initializes these sections
before calling the application's main() function.
The initial stack pointer is also defined in the linker script, allowing the
application to override with a linker command line option
"-Wl,--defsym,_stack=0x20005000".
Thanks to Gareth McMullin <ga...@bl...>.
-----------------------------------------------------------------------
Summary of changes:
lib/libopenstm32.ld | 10 ++++++++++
lib/vector.c | 23 +++++++++++++++++++++--
2 files changed, 31 insertions(+), 2 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-10-17 22:38: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 68b7e255ad8d0bf5529855773b7acdb9ff83835c (commit)
from 0287fd9029a3af7913a5330f1b4654552ebd75dd (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 68b7e255ad8d0bf5529855773b7acdb9ff83835c
Author: Uwe Hermann <uw...@he...>
Date: Mon Oct 18 00:36:39 2010 +0200
Add timer handling functions.
Thanks to Edward Cheeseman <che...@gm...>.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/timer.h | 3 +
lib/timer.c | 166 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 169 insertions(+), 0 deletions(-)
create mode 100644 lib/timer.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-10-17 22:23: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 0287fd9029a3af7913a5330f1b4654552ebd75dd (commit)
from 6ba179b36100d5db22106579ff0d5f5343ea2870 (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 0287fd9029a3af7913a5330f1b4654552ebd75dd
Author: Uwe Hermann <uw...@he...>
Date: Mon Oct 18 00:20:59 2010 +0200
Add more support functions for flash handling.
Thanks to Mark Butler <mb...@ph...>.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/flash.h | 22 +++++++
lib/flash.c | 139 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 161 insertions(+), 0 deletions(-)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-06-29 21:03: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 6ba179b36100d5db22106579ff0d5f5343ea2870 (commit)
via 47b31246ca0eff8da5495b156d7e4ce1bbd020db (commit)
via 388f940475b6c66c0622f3ab1a9a48e5fed96775 (commit)
via 898c118e1e4b3b9237e85db305bb66b45c935d54 (commit)
via 3dfeb30b41a1a18af1decdb938799a394129f1cc (commit)
via d08ee7e33315e21d7b1d6ade1cabbcdf4616108c (commit)
via b2bca1f1a413b3e6b7527445f89d3a802e4bab76 (commit)
via 141a291e8d4f0f59a094393b082496870be8ba42 (commit)
via dd5553f122eb388186f3822c113e652119951bc4 (commit)
from 93fe67908a80ca532c7d895028cc89842a1a05e4 (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 6ba179b36100d5db22106579ff0d5f5343ea2870
Author: Uwe Hermann <uw...@he...>
Date: Tue Jun 29 23:01:44 2010 +0200
Various cosmetic and coding style fixes.
commit 47b31246ca0eff8da5495b156d7e4ce1bbd020db
Author: Uwe Hermann <uw...@he...>
Date: Tue Jun 29 22:29:57 2010 +0200
rcc: Cosmetics and coding style fixes.
commit 388f940475b6c66c0622f3ab1a9a48e5fed96775
Author: Thomas Otto <to...@vi...>
Date: Wed May 12 18:10:38 2010 +0200
Initial EXTI support.
Thanks to Mark Butler <mb...@ph...>.
commit 898c118e1e4b3b9237e85db305bb66b45c935d54
Author: Thomas Otto <to...@vi...>
Date: Wed May 12 16:26:01 2010 +0200
Fix of rtc_set_counter_val(). supplied by Jim <lor...@y7...>
commit 3dfeb30b41a1a18af1decdb938799a394129f1cc
Author: Thomas Otto <to...@vi...>
Date: Tue May 11 22:00:55 2010 +0200
Deleted double definition IWDG_PR_DIV256.
commit d08ee7e33315e21d7b1d6ade1cabbcdf4616108c
Author: Thomas Otto <to...@vi...>
Date: Tue May 11 14:50:55 2010 +0200
Changed examples to new rcc definitions.
commit b2bca1f1a413b3e6b7527445f89d3a802e4bab76
Author: Thomas Otto <to...@vi...>
Date: Tue May 11 14:36:56 2010 +0200
Changed rtc.c to use the changed defines.
commit 141a291e8d4f0f59a094393b082496870be8ba42
Author: Thomas Otto <to...@vi...>
Date: Tue May 11 14:26:46 2010 +0200
Changed rcc.c to use the new definitions.
commit dd5553f122eb388186f3822c113e652119951bc4
Author: Thomas Otto <to...@vi...>
Date: Tue May 11 13:46:10 2010 +0200
Changed rcc.h defs to rcc_registername_ prefix.
-----------------------------------------------------------------------
Summary of changes:
examples/mb525/fancyblink/fancyblink.c | 2 +-
examples/mb525/pwmleds/pwmleds.c | 5 +-
examples/other/adc_temperature_sensor/adc.c | 8 +-
examples/other/dma_mem2mem/dma.c | 18 +-
examples/other/dogm128/main.c | 4 +-
.../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 10 +-
examples/other/rtc/rtc.c | 6 +-
examples/other/systick/systick.c | 2 +-
examples/other/timer_interrupt/timer.c | 4 +-
examples/stm32-h103/fancyblink/fancyblink.c | 2 +-
examples/stm32-h103/miniblink/miniblink.c | 2 +-
examples/stm32-h103/usart/usart.c | 6 +-
include/libopenstm32.h | 1 +
include/libopenstm32/exti.h | 70 +++
include/libopenstm32/iwdg.h | 3 +-
include/libopenstm32/rcc.h | 501 ++++++++++----------
lib/Makefile | 2 +-
lib/exti.c | 140 ++++++
lib/rcc.c | 194 ++++----
lib/rtc.c | 26 +-
20 files changed, 616 insertions(+), 390 deletions(-)
create mode 100644 include/libopenstm32/exti.h
create mode 100644 lib/exti.c
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-05-09 22:42: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 93fe67908a80ca532c7d895028cc89842a1a05e4 (commit)
via 8195b1a718ba21e0582c12e914802ed88c3c0b8e (commit)
from fbb05e1536f4df842781327002eb74aec62a7ba1 (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 93fe67908a80ca532c7d895028cc89842a1a05e4
Author: Uwe Hermann <uw...@he...>
Date: Mon May 10 00:40:42 2010 +0200
Add more RTC functions and an RTC example.
Thanks Lord James <lor...@y7...> for the patch!
commit 8195b1a718ba21e0582c12e914802ed88c3c0b8e
Author: Thomas Otto <to...@vi...>
Date: Thu May 6 00:54:21 2010 +0200
Renamed power.h -> pwr.h.
-----------------------------------------------------------------------
Summary of changes:
examples/other/Makefile | 10 +-
examples/{stm32-h103/usart => other/rtc}/Makefile | 2 +-
examples/other/{dogm128 => rtc}/README | 9 +-
examples/other/rtc/rtc.c | 116 +++++++++++
.../fancyblink/fancyblink.ld => other/rtc/rtc.ld} | 0
include/libopenstm32.h | 2 +-
include/libopenstm32/{power.h => pwr.h} | 0
include/libopenstm32/rcc.h | 1 +
include/libopenstm32/rtc.h | 23 ++-
lib/rcc.c | 8 +
lib/rtc.c | 217 +++++++++++++++++++-
11 files changed, 373 insertions(+), 15 deletions(-)
copy examples/{stm32-h103/usart => other/rtc}/Makefile (99%)
copy examples/other/{dogm128 => rtc}/README (77%)
create mode 100644 examples/other/rtc/rtc.c
copy examples/{mb525/fancyblink/fancyblink.ld => other/rtc/rtc.ld} (100%)
rename include/libopenstm32/{power.h => pwr.h} (100%)
hooks/post-receive
--
libopenstm32
|
|
From: Uwe H. <uh...@us...> - 2010-05-02 23:34: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 11b366b27dc26900bf1b6f737e465049ad9fad18 (commit)
via c249c7f772d0108800ac39a9abbacf75825814db (commit)
via ffcf53ef00389aca1b2420ee40fb80b809570046 (commit)
via 4f272b4ad4c89bef659bd253616129d2cab2c6bd (commit)
via 8dc36291d13c2aed73593edd7b38490817ed208d (commit)
via a104b63ea912c9b58a5196b296d63956b37d82db (commit)
from 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620 (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 11b366b27dc26900bf1b6f737e465049ad9fad18
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 21:08:00 2010 +0200
Corrected IWDG_BASE calculations.
commit c249c7f772d0108800ac39a9abbacf75825814db
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 21:03:15 2010 +0200
Added initial IWDG definitions.
commit ffcf53ef00389aca1b2420ee40fb80b809570046
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 20:28:51 2010 +0200
Make examples/other make use of new clock setup.
commit 4f272b4ad4c89bef659bd253616129d2cab2c6bd
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 20:20:04 2010 +0200
Added rcc clock setup function for 16mhz crystal.
commit 8dc36291d13c2aed73593edd7b38490817ed208d
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 15:56:48 2010 +0200
Fixed channel group setting with more then 6 items.
commit a104b63ea912c9b58a5196b296d63956b37d82db
Author: Thomas Otto <to...@vi...>
Date: Sun May 2 14:44:31 2010 +0200
Added DOGM128 LCD display example (SPI).
-----------------------------------------------------------------------
Summary of changes:
examples/other/Makefile | 10 +-
examples/other/adc_temperature_sensor/adc.c | 43 +---
examples/other/dma_mem2mem/dma.c | 43 +---
examples/other/{dma_mem2mem => dogm128}/Makefile | 4 +-
examples/other/{systick => dogm128}/README | 5 +-
examples/other/dogm128/dogm128.c | 291 ++++++++++++++++++++
examples/other/dogm128/dogm128.h | 86 ++++++
examples/other/dogm128/main.c | 110 ++++++++
.../adc.ld => dogm128/main.ld} | 0
.../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 8 +-
examples/other/systick/systick.c | 43 +---
examples/other/timer_interrupt/timer.c | 44 +---
include/libopenstm32.h | 1 +
include/libopenstm32/iwdg.h | 75 +++++
include/libopenstm32/rcc.h | 1 +
lib/adc.c | 4 +-
lib/rcc.c | 41 +++
17 files changed, 624 insertions(+), 185 deletions(-)
copy examples/other/{dma_mem2mem => dogm128}/Makefile (98%)
copy examples/other/{systick => dogm128}/README (84%)
create mode 100644 examples/other/dogm128/dogm128.c
create mode 100644 examples/other/dogm128/dogm128.h
create mode 100644 examples/other/dogm128/main.c
copy examples/other/{adc_temperature_sensor/adc.ld => dogm128/main.ld} (100%)
create mode 100644 include/libopenstm32/iwdg.h
hooks/post-receive
--
libopenstm32
|