[riot-commits] [RIOT-OS/RIOT] 0a9f4e: board: Initial import of stm32f0discovery
Hauke Petersen
mail at haukepetersen.de
Wed Jul 16 15:41:19 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 0a9f4ed6a39cc3a9544175c89e704ad44e15a17e
https://github.com/RIOT-OS/RIOT/commit/0a9f4ed6a39cc3a9544175c89e704ad44e15a17e
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
A boards/stm32f0discovery/Makefile
A boards/stm32f0discovery/Makefile.include
A boards/stm32f0discovery/board.c
A boards/stm32f0discovery/dist/debug.sh
A boards/stm32f0discovery/dist/gdb.conf
A boards/stm32f0discovery/include/board.h
A boards/stm32f0discovery/include/periph_conf.h
Log Message:
-----------
board: Initial import of stm32f0discovery
Commit: 8169e9276be665976184ed31e0279481ee20f6d4
https://github.com/RIOT-OS/RIOT/commit/8169e9276be665976184ed31e0279481ee20f6d4
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
A cpu/cortex-m0_common/Makefile
A cpu/cortex-m0_common/Makefile.include
A cpu/cortex-m0_common/atomic_arch.c
A cpu/cortex-m0_common/include/core_cm0.h
A cpu/cortex-m0_common/include/core_cmFunc.h
A cpu/cortex-m0_common/include/core_cmInstr.h
A cpu/cortex-m0_common/include/cpu.h
A cpu/cortex-m0_common/irq_arch.c
A cpu/cortex-m0_common/thread_arch.c
Log Message:
-----------
cpu: Initial import of cortex-m0_common
Commit: 7904af1ac5e25609b645fc5968a67fac97d9af72
https://github.com/RIOT-OS/RIOT/commit/7904af1ac5e25609b645fc5968a67fac97d9af72
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M cpu/cortex-m0_common/thread_arch.c
A cpu/stm32f0/Makefile
A cpu/stm32f0/Makefile.include
A cpu/stm32f0/cpu.c
A cpu/stm32f0/hwtimer_arch.c
A cpu/stm32f0/include/cpu-conf.h
A cpu/stm32f0/include/hwtimer_cpu.h
A cpu/stm32f0/include/stm32f051x8.h
A cpu/stm32f0/io_arch.c
A cpu/stm32f0/lpm_arch.c
A cpu/stm32f0/periph/Makefile
A cpu/stm32f0/periph/gpio.c
A cpu/stm32f0/periph/timer.c
A cpu/stm32f0/periph/uart.c
A cpu/stm32f0/reboot_arch.c
A cpu/stm32f0/startup.c
A cpu/stm32f0/stm32f051r8_linkerscript.ld
A cpu/stm32f0/syscalls.c
Log Message:
-----------
cpu: Initial import of stm32f0
Commit: 082e9702519a1b03f91c7154ed4099e2c57e5de6
https://github.com/RIOT-OS/RIOT/commit/082e9702519a1b03f91c7154ed4099e2c57e5de6
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M examples/ccn-lite-client/Makefile
M examples/ccn-lite-relay/Makefile
M examples/riot_and_cpp/Makefile
M examples/rpl_udp/Makefile
M tests/test_bloom/Makefile
M tests/test_bloom_bytes/Makefile
M tests/test_coap/Makefile
M tests/test_ipc_pingpong/Makefile
M tests/test_net_if/Makefile
M tests/test_pnet/Makefile
M tests/test_posix_semaphore/Makefile
M tests/test_pthread_barrier/Makefile
M tests/test_pthread_condition_variable/Makefile
M tests/test_pthread_rwlock/Makefile
M tests/test_queue_fairness/Makefile
M tests/test_struct_tm_utility/Makefile
M tests/test_thread_cooperation/Makefile
M tests/test_thread_exit/Makefile
M tests/test_thread_msg/Makefile
M tests/test_thread_msg_seq/Makefile
M tests/test_vtimer_msg/Makefile
M tests/test_vtimer_msg_diff/Makefile
Log Message:
-----------
tests/examples: added stm32f0discovery to ignorelists
Commit: 9b88a9e6ec2acd25bf0ed41cfe6125989164c5f8
https://github.com/RIOT-OS/RIOT/commit/9b88a9e6ec2acd25bf0ed41cfe6125989164c5f8
Author: Hauke Petersen <mail at haukepetersen.de>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
A boards/stm32f0discovery/Makefile
A boards/stm32f0discovery/Makefile.include
A boards/stm32f0discovery/board.c
A boards/stm32f0discovery/dist/debug.sh
A boards/stm32f0discovery/dist/gdb.conf
A boards/stm32f0discovery/include/board.h
A boards/stm32f0discovery/include/periph_conf.h
A cpu/cortex-m0_common/Makefile
A cpu/cortex-m0_common/Makefile.include
A cpu/cortex-m0_common/atomic_arch.c
A cpu/cortex-m0_common/include/core_cm0.h
A cpu/cortex-m0_common/include/core_cmFunc.h
A cpu/cortex-m0_common/include/core_cmInstr.h
A cpu/cortex-m0_common/include/cpu.h
A cpu/cortex-m0_common/irq_arch.c
A cpu/cortex-m0_common/thread_arch.c
A cpu/stm32f0/Makefile
A cpu/stm32f0/Makefile.include
A cpu/stm32f0/cpu.c
A cpu/stm32f0/hwtimer_arch.c
A cpu/stm32f0/include/cpu-conf.h
A cpu/stm32f0/include/hwtimer_cpu.h
A cpu/stm32f0/include/stm32f051x8.h
A cpu/stm32f0/io_arch.c
A cpu/stm32f0/lpm_arch.c
A cpu/stm32f0/periph/Makefile
A cpu/stm32f0/periph/gpio.c
A cpu/stm32f0/periph/timer.c
A cpu/stm32f0/periph/uart.c
A cpu/stm32f0/reboot_arch.c
A cpu/stm32f0/startup.c
A cpu/stm32f0/stm32f051r8_linkerscript.ld
A cpu/stm32f0/syscalls.c
M examples/ccn-lite-client/Makefile
M examples/ccn-lite-relay/Makefile
M examples/riot_and_cpp/Makefile
M examples/rpl_udp/Makefile
M tests/test_bloom/Makefile
M tests/test_bloom_bytes/Makefile
M tests/test_coap/Makefile
M tests/test_ipc_pingpong/Makefile
M tests/test_net_if/Makefile
M tests/test_pnet/Makefile
M tests/test_posix_semaphore/Makefile
M tests/test_pthread_barrier/Makefile
M tests/test_pthread_condition_variable/Makefile
M tests/test_pthread_rwlock/Makefile
M tests/test_queue_fairness/Makefile
M tests/test_struct_tm_utility/Makefile
M tests/test_thread_cooperation/Makefile
M tests/test_thread_exit/Makefile
M tests/test_thread_msg/Makefile
M tests/test_thread_msg_seq/Makefile
M tests/test_vtimer_msg/Makefile
M tests/test_vtimer_msg_diff/Makefile
Log Message:
-----------
Merge pull request #1291 from haukepetersen/board_stm32f0discovery
Board stm32f0discovery
Compare: https://github.com/RIOT-OS/RIOT/compare/e01ac410a542...9b88a9e6ec2a
More information about the commits
mailing list