aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
commit5c572a3cb50e6e52a641ee652d9e151b4c70661c (patch)
tree2b41449055995be18eb86ace4329a08f1536374c /nuttx/ChangeLog
parentb66a46decca8ba8bc3570ca5d91d908f2e339c0d (diff)
downloadpx4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.tar.gz
px4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.tar.bz2
px4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.zip
Add tools/configure.c and configure.bat
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2762faf66..710ffdceb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3861,4 +3861,13 @@
* libc/misc/Make.defs: Fix error in conditional for KBD CODEC.
* libc/Kconfig and configs/*/defconfig (several): The default
setting should be CONFIG_LIB_KBDCODEC=n
-
+ * tools/configure.c: configure.c can be used to build a work-alike
+ program as a replacement for configure.sh. This work-alike
+ program would be used in environments that do not support Bash
+ scripting (such as the Windows native environment).
+ * tools/configure.bat: configure.bat is a small Windows batch
+ file that can be used as a replacement for configure.sh in a
+ Windows native environment. configure.bat is actually just a
+ thin layer that execuates configure.exe if it is available. If
+ configure.exe is not available, then configure.bat will attempt
+ to build it first.