summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-07 22:02:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-07 22:02:51 +0000
commitc5d56bed3efa012d7e04c8728155bd76b02d9fef (patch)
tree1211275ab36ca53a2a0c8dbad0a7957785e13789 /nuttx/ChangeLog
parent5c9bc4addffc2b16d240a4f5894c0d1972f88f1b (diff)
downloadnuttx-c5d56bed3efa012d7e04c8728155bd76b02d9fef.tar.gz
nuttx-c5d56bed3efa012d7e04c8728155bd76b02d9fef.tar.bz2
nuttx-c5d56bed3efa012d7e04c8728155bd76b02d9fef.zip
configs/z80sim/nsh and pashello converted to kconfig-frontends and Windows native build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5418 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0ec0fdc3d..37dbc3076 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3759,3 +3759,8 @@
type. Requested by Freddie Chopin.
* include/stdlib/lib_rand.c: Various additional changes so that the integer
value zero can be returned. Requested by Freddie Chopin.
+ * arch/z80/src/Makefile.sdcc*, z80/up_mem.h: Redesign Z80 build so that it
+ no longer depends on Bash scripts.
+ * configs/z80sim/nsh and pashello: Converted to (1) used the kconfig-frontends
+ configuration tool, and (2) to build natively under Windows. The NSH
+ configuration is verified; the pashello configuration needs a more TLC.