From 8effc88ba3236d8463fe383b33a30f9d581e4055 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 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 893888bee68..a209146e22e 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).