From a2c4245f0a3c2847741fc2519812b720f6cd7a79 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4248 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 2 +- nuttx/Documentation/NuttX.html | 30 +++++++++- nuttx/configs/olimex-lpc1766stk/README.txt | 58 ++++++++++++++++--- .../configs/olimex-lpc1766stk/ftpc/defconfig | 44 +++++++++++++- .../olimex-lpc1766stk/hidkbd/defconfig | 42 +++++++++++++- .../olimex-lpc1766stk/nettest/defconfig | 44 +++++++++++++- nuttx/configs/olimex-lpc1766stk/nsh/appconfig | 3 + nuttx/configs/olimex-lpc1766stk/nsh/defconfig | 42 +++++++++++++- nuttx/configs/olimex-lpc1766stk/nx/defconfig | 44 +++++++++++++- .../olimex-lpc1766stk/ostest/defconfig | 44 +++++++++++++- .../olimex-lpc1766stk/slip-httpd/defconfig | 42 +++++++++++++- .../olimex-lpc1766stk/thttpd/defconfig | 44 +++++++++++++- .../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/nuttx/ChangeLog b/nuttx/ChangeLog index b84bc3600e..a85d9b37b2 100644 --- a/nuttx/ChangeLog +++ b/nuttx/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/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 9a9b5756cd..be0d3c9c2d 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/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>