aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2014-12-10 16:18:29 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2014-12-10 18:39:39 +0900
commit23893d9b73ebc28ff111d21827122677c27bee55 (patch)
treea887b7723395eb37abb244cbbd150dc7b4063e8d /NEWS
parent0276d0825ee27d1d5ecf238af0c9a2c053527125 (diff)
Version 0.04release/0.04
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37a8360..18dd99c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,16 @@ NEWS - Noteworthy changes
* Major changes in Chopstx 0.04
- Released 2013-12-XX, by NIIBE Yutaka
+ Released 2014-12-10, by NIIBE Yutaka
+
+** new board.h macros and sys.c in example
+In board.h, RCC_APB2ENR_IOP_EN was renamed to RCC_ENR_IOP_EN and
+RCC_APB2RSTR_IOP_RST was renamed to RCC_RSTR_IOP_RST. Example sys.c
+was changed accordingly.
+
+** Bug fix of chopstx_wakeup_usec_wait
+chopstx_usec_wait_var/chopstx_usec_wait won't be woken up
+by chopstx_wakeup_usec_wait. This is now fixed in 0.04.
** Board support STBee and STBee Mini
The board STBee and STBee Mini are now supported.