summaryrefslogtreecommitdiff
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
commit248fef86608d465419947c9f442ecd5d88b60df8 (patch)
tree4fef4188983666292e6f47cc0833655f349c20f7 /nuttx/ChangeLog
parent9085db20b3c7ce781f807e5570ed5c8dc84a66d7 (diff)
downloadnuttx-248fef86608d465419947c9f442ecd5d88b60df8.tar.gz
nuttx-248fef86608d465419947c9f442ecd5d88b60df8.tar.bz2
nuttx-248fef86608d465419947c9f442ecd5d88b60df8.zip
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: svn://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.