From 336ba8e4ed6ae5c0126860d305bee2545324578e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 May 2007 20:11:20 +0000 Subject: [PATCH] Add configuration option to select VFAT git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@217 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 2 ++ configs/README.txt | 2 ++ configs/c5471evm/defconfig | 1 + configs/m68332evb/defconfig | 1 + configs/mcu123-lpc214x/defconfig | 1 + configs/ntosd-dm320/defconfig | 1 + configs/pjrc-8051/defconfig | 1 + configs/sim/defconfig | 6 ++++++ 8 files changed, 15 insertions(+) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 893888bee6..a209146e22 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1123,6 +1123,8 @@ The system can be re-made subsequently by just typing make. the particular chip or SoC.
  • CONFIG_ARCH_BOARD_name: For use in C code
  • +
  • CONFIG_ENDIAN_BIG: + Define if big endian (default is little endian).
  • diff --git a/configs/README.txt b/configs/README.txt index 547f3e1c29..734e00a310 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -111,6 +111,8 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_ARCH_BOARD - Identifies the configs subdirectory and hence, the board that supports the particular chip or SoC. CONFIG_ARCH_BOARD_name - For use in C code + CONFIG_ENDIAN_BIG - define if big endian (default is little + endian) Some architectures require a description of the the RAM configuration: diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index ec711f25ec..5968c4f692 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -46,6 +46,7 @@ # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_BOARD_LOOPSPERMSEC - for delay loops +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_ROM_VECTORS - unique to c5471 # CONFIG_DRAM_END - the size of installed DRAM. # Unique to c5471 diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index 256256362a..a8f6fcde47 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -43,6 +43,7 @@ # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_ARCH_STACKDUMP - Do stack dumps after assertions # diff --git a/configs/mcu123-lpc214x/defconfig b/configs/mcu123-lpc214x/defconfig index 951968bca3..fd4e7f0431 100644 --- a/configs/mcu123-lpc214x/defconfig +++ b/configs/mcu123-lpc214x/defconfig @@ -44,6 +44,7 @@ # CONFIG_ARCH_CHIP_name - For use in C code # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, # the board that supports the particular chip or SoC. +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_BOARD_LOOPSPERMSEC - for delay loops # CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to lpc2148. diff --git a/configs/ntosd-dm320/defconfig b/configs/ntosd-dm320/defconfig index a0df683837..9aaf69df80 100644 --- a/configs/ntosd-dm320/defconfig +++ b/configs/ntosd-dm320/defconfig @@ -45,6 +45,7 @@ # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_BOARD_LOOPSPERMSEC - for delay loops # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_DRAM_START - The start address of DRAM (physical) diff --git a/configs/pjrc-8051/defconfig b/configs/pjrc-8051/defconfig index a3aabdbdb4..3e27c1a8bf 100644 --- a/configs/pjrc-8051/defconfig +++ b/configs/pjrc-8051/defconfig @@ -42,6 +42,7 @@ # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_ARCH=pjrc-8051 CONFIG_ARCH_8051=n diff --git a/configs/sim/defconfig b/configs/sim/defconfig index 7736a65de4..9fac3753ed 100644 --- a/configs/sim/defconfig +++ b/configs/sim/defconfig @@ -43,6 +43,7 @@ # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_ARCH=sim CONFIG_ARCH_SIM=y @@ -195,6 +196,11 @@ CONFIG_MAX_WDOGPARMS=4 CONFIG_PREALLOC_WDOGS=32 CONFIG_PREALLOC_TIMERS=8 +# +# FAT filesystem configuration +# CONFIG_FAT - Enable FAT filesystem support +CONFIG_FS_FAT=y + # # Stack and heap information #