summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 15:33:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 15:33:24 +0000
commit13cf766fe1b1d8fc609b047741bbb0bdf60c85fb (patch)
tree2136858c0e5dcdb619840b3b59b6d3bcc377c653 /nuttx/ChangeLog
parent0d2459d8d0a67a0cb9c934df09600f7bb1831449 (diff)
downloadnuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.tar.gz
nuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.tar.bz2
nuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.zip
Convert configs/z80sim/ostest to Kconfig/mconf tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5409 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 6225ab2fb..1401792ba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3726,4 +3726,9 @@
to avoid the value zero. Suggested by Freddie Chopin.
* tools/b16.c: Fixed precision math conversion utility.
* graphics/nxglib/nxglib_splitlinex.c: Fix the "fat, flat line bug"
+ * arch/z80/src/*/Toolchain.defs: Add dummy Toolchain.defs files for the
+ z80 family.
+ * configs/z80sim/ostest: Converted to build with the Kconfig/mconf tool.
+ Current configuration failed to build for me (Ubuntu 12.10, SDCC 3.2.0
+ pre-built for Linux) due to a glibc memory corruptionerror in SDCC.