aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-10-10 13:53:58 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-10-10 13:53:58 +0900
commit96d2a81331a43c920045ba0d3850caffac85a123 (patch)
tree8866f62b6bb08bd75892a12dee42230b49ccabbe /NEWS
parentfa7cecc0b4b62f30f3008d43f6881acccf63b2aa (diff)
Version 1.5.release/1.5
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53678bb..4cbe28a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 1.5
+
+ Released 2017-10-10
+
+** Stack size definition by stack-def.h
+Stack size of each thread was used to be defined in ldscript.
+While emulation on GNU/Linux doesn't use ldscript, it is better
+to put those definitions in independent header file. Please see
+example-cdc/stack-def.h and example-cdc/sample.ld.
+
+** More support for emulation on GNU/Linux
+We have SYS driver for emulation on GNU/Linux. It has flash ROM
+emulation.
+
+
* Major changes in Chopstx 1.4
Released 2017-08-11