-
- include/nuttx/fs.h.
+ include/nuttx/fs/fs.h.
All structures and APIs needed to work with character drivers are provided in this header file.
@@ -2359,7 +2359,7 @@ extern void up_ledoff(int led);
- is provided via a sinble ioctl method (see include/nuttx/ioctl.h):
+ is provided via a sinble ioctl method (see include/nuttx/fs/ioctl.h):
int (*ioctl)(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg);
@@ -3827,12 +3827,12 @@ build
-
CONFIG_NUTTX_KERNEL:
- With most MCUs, NuttX is built as a flat, single executable image
+ With most MCUs, NuttX is built as a flat, single executable image
containing the NuttX RTOS along with all application code.
The RTOS code and the application run in the same address space and at the same kernel-mode privileges.
- If this option is selected, NuttX will be built separately as a monolithic, kernel-mode module and the applications
+ If this option is selected, NuttX will be built separately as a monolithic, kernel-mode module and the applications
can be added as a separately built, user-mode module.
- In this a system call layer will be built to support the user- to kernel-mode interface to the RTOS.
+ In this a system call layer will be built to support the user- to kernel-mode interface to the RTOS.
-
CONFIG_MM_REGIONS: If the architecture includes multiple
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index 614570aa92..262f237a95 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -6623,7 +6623,7 @@ void *memmove(void *dest, const void *src, size_t count);
Function Prototype:
-#include <nuttx/mkfatfs.h>
+#include <nuttx/fs/mkfatfs.h>
int mkfatfs(FAR const char *pathname, FAR struct fat_format_s *fmt);
diff --git a/arch/8051/src/up_initialize.c b/arch/8051/src/up_initialize.c
index 4252dd617b..8e74921476 100644
--- a/arch/8051/src/up_initialize.c
+++ b/arch/8051/src/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include "up_internal.h"
diff --git a/arch/arm/include/serial.h b/arch/arm/include/serial.h
index d539d27339..80eefb2b4a 100644
--- a/arch/arm/include/serial.h
+++ b/arch/arm/include/serial.h
@@ -41,7 +41,7 @@
****************************************************************************/
#include
-#include
+#include
/****************************************************************************
* Definitions
diff --git a/arch/arm/include/watchdog.h b/arch/arm/include/watchdog.h
index 263795eb3c..f70b8d2e9a 100644
--- a/arch/arm/include/watchdog.h
+++ b/arch/arm/include/watchdog.h
@@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
-#include
+#include
/****************************************************************************
* Definitions
diff --git a/arch/arm/src/c5471/c5471_watchdog.c b/arch/arm/src/c5471/c5471_watchdog.c
index 164cbbe236..20b5be97c8 100644
--- a/arch/arm/src/c5471/c5471_watchdog.c
+++ b/arch/arm/src/c5471/c5471_watchdog.c
@@ -46,7 +46,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/arm/src/common/up_exit.c b/arch/arm/src/common/up_exit.c
index 926d21509b..6f6d54f767 100644
--- a/arch/arm/src/common/up_exit.c
+++ b/arch/arm/src/common/up_exit.c
@@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/arm/src/common/up_initialize.c b/arch/arm/src/common/up_initialize.c
index 8bf530fda8..20c23ef677 100644
--- a/arch/arm/src/common/up_initialize.c
+++ b/arch/arm/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/avr/src/common/up_exit.c b/arch/avr/src/common/up_exit.c
index d7104c5da4..1c41b7496c 100644
--- a/arch/avr/src/common/up_exit.c
+++ b/arch/avr/src/common/up_exit.c
@@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/avr/src/common/up_initialize.c b/arch/avr/src/common/up_initialize.c
index 58d243ee5f..3b86fd0582 100644
--- a/arch/avr/src/common/up_initialize.c
+++ b/arch/avr/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/hc/src/common/up_exit.c b/arch/hc/src/common/up_exit.c
index 77c627b4a4..5b85ffe68e 100644
--- a/arch/hc/src/common/up_exit.c
+++ b/arch/hc/src/common/up_exit.c
@@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/hc/src/common/up_initialize.c b/arch/hc/src/common/up_initialize.c
index 5481ed7bc7..a2cf078e93 100755
--- a/arch/hc/src/common/up_initialize.c
+++ b/arch/hc/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include "up_arch.h"
diff --git a/arch/mips/src/common/up_exit.c b/arch/mips/src/common/up_exit.c
index f82b473304..876b486b63 100644
--- a/arch/mips/src/common/up_exit.c
+++ b/arch/mips/src/common/up_exit.c
@@ -49,7 +49,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/mips/src/common/up_initialize.c b/arch/mips/src/common/up_initialize.c
index 11bd979f0e..fa8e5cf5dc 100644
--- a/arch/mips/src/common/up_initialize.c
+++ b/arch/mips/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/rgmp/src/bridge.c b/arch/rgmp/src/bridge.c
index 7dcaf90f17..96280a7bf6 100644
--- a/arch/rgmp/src/bridge.c
+++ b/arch/rgmp/src/bridge.c
@@ -39,7 +39,7 @@
#include
#include
-#include
+#include
#include
#include
#include
diff --git a/arch/sh/include/serial.h b/arch/sh/include/serial.h
index 5cb942c1ce..09073e1449 100644
--- a/arch/sh/include/serial.h
+++ b/arch/sh/include/serial.h
@@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
-#include
+#include
/****************************************************************************
* Definitions
diff --git a/arch/sh/src/common/up_exit.c b/arch/sh/src/common/up_exit.c
index 29213ce9d5..fc1991db13 100644
--- a/arch/sh/src/common/up_exit.c
+++ b/arch/sh/src/common/up_exit.c
@@ -48,7 +48,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/sh/src/common/up_initialize.c b/arch/sh/src/common/up_initialize.c
index 837b218a04..ffdfbb4eee 100644
--- a/arch/sh/src/common/up_initialize.c
+++ b/arch/sh/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include "up_arch.h"
diff --git a/arch/sim/src/up_devconsole.c b/arch/sim/src/up_devconsole.c
index afc0c0481f..a2406f232b 100644
--- a/arch/sim/src/up_devconsole.c
+++ b/arch/sim/src/up_devconsole.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include "up_internal.h"
diff --git a/arch/sim/src/up_initialize.c b/arch/sim/src/up_initialize.c
index 66fb11b9aa..3e2f069588 100644
--- a/arch/sim/src/up_initialize.c
+++ b/arch/sim/src/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include "up_internal.h"
diff --git a/arch/sim/src/up_touchscreen.c b/arch/sim/src/up_touchscreen.c
index 55f060d3fd..f89371cbfb 100644
--- a/arch/sim/src/up_touchscreen.c
+++ b/arch/sim/src/up_touchscreen.c
@@ -54,7 +54,7 @@
#include
#include
-#include
+#include
#include
diff --git a/arch/x86/src/common/up_exit.c b/arch/x86/src/common/up_exit.c
index ceca72c878..840464da16 100644
--- a/arch/x86/src/common/up_exit.c
+++ b/arch/x86/src/common/up_exit.c
@@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/x86/src/common/up_initialize.c b/arch/x86/src/common/up_initialize.c
index eb0cdccc19..f58fd00a6b 100644
--- a/arch/x86/src/common/up_initialize.c
+++ b/arch/x86/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/z16/src/common/up_exit.c b/arch/z16/src/common/up_exit.c
index 512dcd747f..be5411b1f9 100644
--- a/arch/z16/src/common/up_exit.c
+++ b/arch/z16/src/common/up_exit.c
@@ -49,7 +49,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/z16/src/common/up_initialize.c b/arch/z16/src/common/up_initialize.c
index 165f0ead36..968e8e8f0a 100644
--- a/arch/z16/src/common/up_initialize.c
+++ b/arch/z16/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/arch/z80/include/serial.h b/arch/z80/include/serial.h
index 0a54e5849e..91a0184c4f 100644
--- a/arch/z80/include/serial.h
+++ b/arch/z80/include/serial.h
@@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
-#include
+#include
/****************************************************************************
* Definitions
diff --git a/arch/z80/src/common/up_exit.c b/arch/z80/src/common/up_exit.c
index da49ce3774..f57fd442c7 100644
--- a/arch/z80/src/common/up_exit.c
+++ b/arch/z80/src/common/up_exit.c
@@ -50,7 +50,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include
+#include
#endif
/****************************************************************************
diff --git a/arch/z80/src/common/up_initialize.c b/arch/z80/src/common/up_initialize.c
index a4659a2e93..1ae9278318 100644
--- a/arch/z80/src/common/up_initialize.c
+++ b/arch/z80/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/configs/ea3131/src/up_fillpage.c b/configs/ea3131/src/up_fillpage.c
index 531675aa01..356ea599a9 100644
--- a/configs/ea3131/src/up_fillpage.c
+++ b/configs/ea3131/src/up_fillpage.c
@@ -64,7 +64,7 @@
#if defined(CONFIG_PAGING_M25PX) || defined(CONFIG_PAGING_AT45DB)
# include
-# include
+# include
# include
# include
#endif
diff --git a/configs/ea3131/src/up_usbmsc.c b/configs/ea3131/src/up_usbmsc.c
index 422ff36038..b1d07ac55f 100644
--- a/configs/ea3131/src/up_usbmsc.c
+++ b/configs/ea3131/src/up_usbmsc.c
@@ -46,8 +46,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include
/****************************************************************************
diff --git a/configs/ea3152/src/up_fillpage.c b/configs/ea3152/src/up_fillpage.c
index d1de9a6994..019dd940c6 100644
--- a/configs/ea3152/src/up_fillpage.c
+++ b/configs/ea3152/src/up_fillpage.c
@@ -64,7 +64,7 @@
#if defined(CONFIG_PAGING_M25PX) || defined(CONFIG_PAGING_AT45DB)
# include
-# include
+# include
# include
# include
#endif
diff --git a/configs/ea3152/src/up_usbmsc.c b/configs/ea3152/src/up_usbmsc.c
index db92e5b9e7..2c3356b4e7 100644
--- a/configs/ea3152/src/up_usbmsc.c
+++ b/configs/ea3152/src/up_usbmsc.c
@@ -46,8 +46,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include
/****************************************************************************
diff --git a/configs/stm3210e-eval/RIDE/nuttx.rdb b/configs/stm3210e-eval/RIDE/nuttx.rdb
index 5a4c7145ce..935e97e453 100755
Binary files a/configs/stm3210e-eval/RIDE/nuttx.rdb and b/configs/stm3210e-eval/RIDE/nuttx.rdb differ
diff --git a/configs/vsn/src/sif.c b/configs/vsn/src/sif.c
index e185d8d0df..0269ebcab2 100644
--- a/configs/vsn/src/sif.c
+++ b/configs/vsn/src/sif.c
@@ -69,7 +69,7 @@
**/
#include
-#include
+#include
#include
#include
#include
diff --git a/drivers/README.txt b/drivers/README.txt
index 9bde312f41..584edc4dd1 100644
--- a/drivers/README.txt
+++ b/drivers/README.txt
@@ -17,14 +17,14 @@ can.c
dev_null.c and dev_zero.c
These files provide the standard /dev/null and /dev/zero devices.
- See include/nuttx/fs.h for functions that should be called if you
+ See include/nuttx/fs/fs.h for functions that should be called if you
want to register these devices (devnull_register() and
devzero_register()).
loop.c
Supports the standard loop device that can be used to export a
file (or character device) as a block device. See losetup() and
- loteardown() in include/nuttx/fs.h.
+ loteardown() in include/nuttx/fs/fs.h.
ramdisk.c
Can be used to set up a block of memory or (read-only) FLASH as
@@ -60,7 +60,7 @@ analog/
bch/
Contains logic that may be used to convert a block driver into
a character driver. This is the complementary conversion as that
- performed by loop.c. See include/nuttx/fs.h for registration
+ performed by loop.c. See include/nuttx/fs/fs.h for registration
information.
analog/
diff --git a/drivers/analog/adc.c b/drivers/analog/adc.c
index 8ba84116fa..84070f162a 100644
--- a/drivers/analog/adc.c
+++ b/drivers/analog/adc.c
@@ -55,7 +55,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/analog/dac.c b/drivers/analog/dac.c
index b283a5bf50..9371e3414c 100644
--- a/drivers/analog/dac.c
+++ b/drivers/analog/dac.c
@@ -55,7 +55,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/bch/bch_internal.h b/drivers/bch/bch_internal.h
index c24eeebbdf..ffda8151eb 100644
--- a/drivers/bch/bch_internal.h
+++ b/drivers/bch/bch_internal.h
@@ -46,7 +46,7 @@
#include
#include
#include
-#include
+#include
/****************************************************************************
* Pre-processor Definitions
diff --git a/drivers/bch/bchdev_driver.c b/drivers/bch/bchdev_driver.c
index c57a5cd31f..c80701449d 100644
--- a/drivers/bch/bchdev_driver.c
+++ b/drivers/bch/bchdev_driver.c
@@ -55,8 +55,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchdev_unregister.c b/drivers/bch/bchdev_unregister.c
index c54b5b005e..0532ff4aa1 100644
--- a/drivers/bch/bchdev_unregister.c
+++ b/drivers/bch/bchdev_unregister.c
@@ -49,8 +49,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchlib_cache.c b/drivers/bch/bchlib_cache.c
index 3e2887c940..e7eca9bff6 100644
--- a/drivers/bch/bchlib_cache.c
+++ b/drivers/bch/bchlib_cache.c
@@ -45,7 +45,7 @@
#include
#include
-#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchlib_read.c b/drivers/bch/bchlib_read.c
index e146f02f8e..0f880ab2a1 100644
--- a/drivers/bch/bchlib_read.c
+++ b/drivers/bch/bchlib_read.c
@@ -46,7 +46,7 @@
#include
#include
-#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchlib_setup.c b/drivers/bch/bchlib_setup.c
index b97b63dd20..00a2eada84 100644
--- a/drivers/bch/bchlib_setup.c
+++ b/drivers/bch/bchlib_setup.c
@@ -50,7 +50,7 @@
#include
#include
-#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchlib_teardown.c b/drivers/bch/bchlib_teardown.c
index e2084125c4..a0c6592529 100644
--- a/drivers/bch/bchlib_teardown.c
+++ b/drivers/bch/bchlib_teardown.c
@@ -45,7 +45,7 @@
#include
#include
-#include
+#include
#include "bch_internal.h"
diff --git a/drivers/bch/bchlib_write.c b/drivers/bch/bchlib_write.c
index 956f1619fc..fcba9ede81 100644
--- a/drivers/bch/bchlib_write.c
+++ b/drivers/bch/bchlib_write.c
@@ -47,7 +47,7 @@
#include
#include
-#include
+#include
#include "bch_internal.h"
diff --git a/drivers/can.c b/drivers/can.c
index 3c9ea28fc6..2c15677812 100644
--- a/drivers/can.c
+++ b/drivers/can.c
@@ -50,7 +50,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/dev_null.c b/drivers/dev_null.c
index f473f1b87f..c2b523bcb7 100644
--- a/drivers/dev_null.c
+++ b/drivers/dev_null.c
@@ -44,7 +44,7 @@
#include
#include
#include
-#include
+#include
/****************************************************************************
* Private Function Prototypes
diff --git a/drivers/dev_zero.c b/drivers/dev_zero.c
index c4b4537989..23a2078f5f 100644
--- a/drivers/dev_zero.c
+++ b/drivers/dev_zero.c
@@ -44,7 +44,7 @@
#include
#include
#include
-#include
+#include
/****************************************************************************
* Private Function Prototypes
diff --git a/drivers/input/ads7843e.c b/drivers/input/ads7843e.c
index 52d871dd58..ed42e2275b 100644
--- a/drivers/input/ads7843e.c
+++ b/drivers/input/ads7843e.c
@@ -60,7 +60,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/input/tsc2007.c b/drivers/input/tsc2007.c
index 52f8652a73..dcf743821e 100644
--- a/drivers/input/tsc2007.c
+++ b/drivers/input/tsc2007.c
@@ -64,7 +64,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/loop.c b/drivers/loop.c
index 77cb9daf63..322a421b52 100644
--- a/drivers/loop.c
+++ b/drivers/loop.c
@@ -57,7 +57,7 @@
#include
#include
-#include
+#include
/****************************************************************************
* Pre-processor Definitions
diff --git a/drivers/mmcsd/mmcsd_sdio.c b/drivers/mmcsd/mmcsd_sdio.c
index 20ef3ebe6a..90c73261a2 100644
--- a/drivers/mmcsd/mmcsd_sdio.c
+++ b/drivers/mmcsd/mmcsd_sdio.c
@@ -54,8 +54,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include
#include
#include
diff --git a/drivers/mmcsd/mmcsd_spi.c b/drivers/mmcsd/mmcsd_spi.c
index b5f5829a24..f7bbd64b48 100644
--- a/drivers/mmcsd/mmcsd_spi.c
+++ b/drivers/mmcsd/mmcsd_spi.c
@@ -51,7 +51,7 @@
#include
#include
#include
-#include
+#include
#include
#include "mmcsd_spi.h"
diff --git a/drivers/mtd/at24xx.c b/drivers/mtd/at24xx.c
index 67d7f1f527..d157a9c474 100644
--- a/drivers/mtd/at24xx.c
+++ b/drivers/mtd/at24xx.c
@@ -58,7 +58,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/mtd/at45db.c b/drivers/mtd/at45db.c
index fab9d0d9bb..037cc5e76a 100644
--- a/drivers/mtd/at45db.c
+++ b/drivers/mtd/at45db.c
@@ -61,7 +61,7 @@
#include
#include
-#include
+#include
#include
#include
diff --git a/drivers/mtd/flash_eraseall.c b/drivers/mtd/flash_eraseall.c
index 5f607da35f..77666ff03d 100644
--- a/drivers/mtd/flash_eraseall.c
+++ b/drivers/mtd/flash_eraseall.c
@@ -42,8 +42,8 @@
#include
#include
-#include
-#include
+#include
+#include
#include
/****************************************************************************
diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c
index f01a194704..bf6d1e739b 100644
--- a/drivers/mtd/ftl.c
+++ b/drivers/mtd/ftl.c
@@ -50,8 +50,8 @@
#include
#include
-#include
-#include
+#include
+#include