summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
commitfc26cf08894e25f1ae1109c530b382d70babaf06 (patch)
tree23e9fdea71ac8c793c02621bf7d7935388ab4e01 /ChangeLog
parent18b38533f7f16074e986483cc357c310cc533a0f (diff)
parent7c022432d19351dfc9553585ea6614b47fcd0c06 (diff)
Version 0.05release/0.05
Merge branch 'cortex-m0-support'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 941c6ea..fd8dd7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2015-04-20 Niibe Yutaka <gniibe@fsij.org>
+
+ Merge cortex-m0-support branch.
+
+ * example-led/sys.c (gpio_init): Support MCU_STM32F0.
+ (reset): Support __ARM_ARCH_6M__.
+ * example-led/sample.ld: Change for Cortex-M0.
+
+ * example-fsm-55/*: New example for FSM-55.
+
+ * entry.c (STM32_PPRE1, STM32_PLLSRC, STM32_FLASHBITS)
+ (STM32_PLLCLKIN): Support MCU_STM32F0.
+ (struct RCC, RCC_*): Support MCU_STM32F0.
+ (struct SYSCFG) [MCU_STM32F0]: New.
+ (struct GPIO, GPIO*): Support MCU_STM32F0.
+ (clock_init, gpio_init): Support MCU_STM32F0.
+ (hard_fault, vectors_in_ram, entry): Support Cortex-M0.
+
+ * chopstx.c (chx_cpu_sched_lock, chx_cpu_sched_unlock)
+ (sched, preempt, svc): Support Cortex-M0.
+
+ * board/board-fsm-55.h: New.
+ * board/board-stm32f0-discovery.h: New.
+
2015-04-17 Niibe Yutaka <gniibe@fsij.org>
* chopstx.c (CHX_PRIO_MAIN_INIT): New, removing CHX_PRIO_MAIN.