From 85464307f5df85cd2b6c40d663ab43d07a4a21e1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jan 2012 18:30:56 +0000 Subject: [PATCH] Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 2 +- Documentation/NuttX.html | 30 +++++++++- configs/olimex-lpc1766stk/README.txt | 58 ++++++++++++++++--- configs/olimex-lpc1766stk/ftpc/defconfig | 44 +++++++++++++- configs/olimex-lpc1766stk/hidkbd/defconfig | 42 +++++++++++++- configs/olimex-lpc1766stk/nettest/defconfig | 44 +++++++++++++- configs/olimex-lpc1766stk/nsh/appconfig | 3 + configs/olimex-lpc1766stk/nsh/defconfig | 42 +++++++++++++- configs/olimex-lpc1766stk/nx/defconfig | 44 +++++++++++++- configs/olimex-lpc1766stk/ostest/defconfig | 44 +++++++++++++- .../olimex-lpc1766stk/slip-httpd/defconfig | 42 +++++++++++++- configs/olimex-lpc1766stk/thttpd/defconfig | 44 +++++++++++++- configs/olimex-lpc1766stk/usbserial/defconfig | 44 +++++++++++++- .../olimex-lpc1766stk/usbstorage/defconfig | 44 +++++++++++++- configs/olimex-lpc1766stk/wlan/defconfig | 44 +++++++++++++- 15 files changed, 541 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index b84bc3600e..a85d9b37b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2300,7 +2300,7 @@ 6.14 2012-xx-xx Gregory Nutt - * tools/Makefile.txport, mkexport.sh, and configure.sh: Changes submitted + * tools/Makefile.export, mkexport.sh, and configure.sh: Changes submitted by Mike Smith to support configuration and 'make export' on MAC OS. * arch/arm/src/stm32/stm32_gpio.c: Disabled interrupts while configuring GPIO pins so that we have exclusive access to the GPIO configuration diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 9a9b5756cd..be0d3c9c2d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 26, 2011

+

Last Updated: January 1, 2012

@@ -2773,8 +2773,36 @@ buildroot-1.10 2011-05-06 <gnutt@nuttx.org>