aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 20:12:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 20:12:59 +0000
commitc2fa8016606432ac23361d7108f66c58a020d695 (patch)
tree17f5df6ecd839ddf1ef41cffc724c6161486e06b /nuttx/ChangeLog
parent343ea041c786901d1a8aa8b2c7b4c97a067fbf25 (diff)
downloadpx4-firmware-c2fa8016606432ac23361d7108f66c58a020d695.tar.gz
px4-firmware-c2fa8016606432ac23361d7108f66c58a020d695.tar.bz2
px4-firmware-c2fa8016606432ac23361d7108f66c58a020d695.zip
Progress toward a z80 native Windows build -- still needs some work
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5411 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1401792ba..cd46b5a2e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3731,4 +3731,7 @@
* 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.
+ * configs/z80sim/ostest: Default is now the Windows native build. See
+ configs/z80sim/README.txt for instructions to convert back to a Linux or
+ or Cygwin build.