diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-02 11:01:11 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-02 11:01:11 +0900 |
commit | 78718e57df6f55c0670cdb6b70337204dd045dba (patch) | |
tree | 1e7a70e70931a0fdf65b04dd447e473c5e846bc7 /ChangeLog | |
parent | a756987d2ae2a029bfe5c8cf00a9853379fbcb91 (diff) |
Move files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2016-06-02 Niibe Yutaka <gniibe@fsij.org> + + * contrib/adc-mkl27z.c: Move from mcu. + * contrib/adc-stm32f103.c: Move from mcu. + + * example-led/Makefile (CHIP): Define as stm32f0. + + * mcu/sys-stm32f0.h: Rename from sys-stm32f030.h, + as we share it among STM32F030 and STM32F050. + * mcu/sys-stm32f0.c: Likewise. + + * board/board-stm32f0-discovery.h (MCU_STM32F0): Define. + + * sys.h: Support STM32F0. + 2016-06-01 NIIBE Yutaka <gniibe@fsij.org> * chopstx.h (chx_fatal): Remove weak attribute from declaration. |