aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-09 17:34:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-09 17:34:53 +0000
commit200ce6d7ff301e68d6b90ac40a22866190b4c80b (patch)
tree4fef4188983666292e6f47cc0833655f349c20f7 /nuttx/ChangeLog
parent93683ae1b56bc740d1377e76507162a6f00018ea (diff)
downloadpx4-firmware-200ce6d7ff301e68d6b90ac40a22866190b4c80b.tar.gz
px4-firmware-200ce6d7ff301e68d6b90ac40a22866190b4c80b.tar.bz2
px4-firmware-200ce6d7ff301e68d6b90ac40a22866190b4c80b.zip
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e77c70e8f..ffa2e719f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3768,6 +3768,9 @@
* tools/link.bat, unlink.bat, and copydir.bat: Add Windows counterparts
to the link.sh, unlink.sh, and copydir.sh Bash scripts.
* configs/z80sim/pashello: Now builds correctly.
- * configs/xtrs/ostest: Converted to (1) used the kconfig-frontends
- configuration tool, and (2) to build natively under Windows.
+ * configs/xtrs/ostest, nsh, and pashello: Converted to (1) used the kconfig-
+ frontends configuration tool, and (2) to build natively under Windows.
+ * drivers/serial/Kconfig and sched/Kconfig: Two names for same configuration:
+ CONFIG_LOWLEVEL_CONSOLE is bogus and CONFIG_DEV_LOWCONSOLE is in the wrong
+ Kconfig file. Moved to drivers/serial/Kconfig replacing CONFIG_LOWLEVEL_CONSOLE.