aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-31 15:17:38 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-31 15:18:10 +0900
commitc79a41870a9d473947adb1d2fbc6687b59b9c31b (patch)
tree6d199ade36b36a3888292cb846e868a429b236d3 /NEWS
parent4889a5386b8c8111a417a655450c0875aababf0a (diff)
Version 0.12release/0.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5527201..e3c0838 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 0.12
+
+ Released 2016-05-31
+
+** Provide drivers of SYS, USB and ADC
+Those were only offered as examples, but now, Chopstx provides drivers
+of SYS, USB, and ADC. Please note that the ADC driver is not for
+general use (it's specific to NeuG to get noise). To use them, enable
+variables in Makefile, like following.
+------------
+CHIP=stm32f103
+USE_ADC = yes
+USE_USB = yes
+USE_SYS = yes
+DEFS = -DUSE_SYS3
+------------
+
+** Removal of chopstx_usec_wait_var chopstx_wakeup_usec_wait
+This API was used when we need to wait something with timeout.
+Now, we have better API with chopstx_poll. Please use chopstx_poll
+and chopstx_cond_signal.
+
+
* Major changes in Chopstx 0.11
Released 2016-05-19