boards: remove NFFS mentions from comments/doc

Replaced NFFS mentions by LittleFS in all <board>.dts comments
to storage partitions.
Replaced NFFS by LittleFS in a few boards documentation.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2020-01-13 12:38:21 +01:00 committed by Carles Cufí
commit 5f89145d6b
25 changed files with 162 additions and 117 deletions

View file

@ -118,7 +118,7 @@
/* /*
* The flash starting at 0x0007a000 and ending at * The flash starting at 0x0007a000 and ending at
* 0x0007ffff (sectors 122-127) is reserved for use * 0x0007ffff (sectors 122-127) is reserved for use
* by the application. If enabled, partition for FCB/NFFS * by the application. If enabled, partition for FCB/LittleFS
* will be created in this area. * will be created in this area.
*/ */
storage_partition: partition@7a000 { storage_partition: partition@7a000 {

View file

@ -74,8 +74,9 @@
}; };
/* /*
* The final 16 KiB is reserved for the application * The final 16 KiB is reserved for the application.
* and is used by NFFS if enabled. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@3c000 { storage_partition: partition@3c000 {
label = "storage"; label = "storage";

View file

@ -34,25 +34,25 @@ Supported Features
The adafruit_feather_m0_basic_proto board configuration supports the The adafruit_feather_m0_basic_proto board configuration supports the
following hardware features: following hardware features:
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+======================================+ +===========+============+==========================================+
| NVIC | on-chip | Nested vector interrupt controller | | NVIC | on-chip | Nested vector interrupt controller |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Flash | on-chip | Can be used with NFFS to store files | | Flash | on-chip | Can be used with LittleFS to store files |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SYSTICK | on-chip | Systick | | SYSTICK | on-chip | Systick |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| WDT | on-chip | Watchdog | | WDT | on-chip | Watchdog |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| GPIO | on-chip | I/O ports | | GPIO | on-chip | I/O ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USART | on-chip | Serial port | | USART | on-chip | Serial port |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SPI | on-chip | Serial Peripheral Interface port | | SPI | on-chip | Serial Peripheral Interface port |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USB | on-chip | USB device | | USB | on-chip | USB device |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
Other hardware features are not currently supported by Zephyr. Other hardware features are not currently supported by Zephyr.

View file

@ -97,8 +97,9 @@
}; };
/* /*
* The final 16 KiB is reserved for the application * The final 16 KiB is reserved for the application.
* and is used by NFFS if enabled. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@3c000 { storage_partition: partition@3c000 {
label = "storage"; label = "storage";

View file

@ -32,25 +32,25 @@ Supported Features
The adafruit_trinket_m0 board configuration supports the following hardware The adafruit_trinket_m0 board configuration supports the following hardware
features: features:
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+======================================+ +===========+============+==========================================+
| NVIC | on-chip | nested vector interrupt controller | | NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Flash | on-chip | Can be used with NFFS to store files | | Flash | on-chip | Can be used with LittleFS to store files |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| WDT | on-chip | Watchdog | | WDT | on-chip | Watchdog |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| GPIO | on-chip | I/O ports | | GPIO | on-chip | I/O ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USART | on-chip | Serial ports | | USART | on-chip | Serial ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SPI | on-chip | Serial Peripheral Interface ports | | SPI | on-chip | Serial Peripheral Interface ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USB | on-chip | USB device | | USB | on-chip | USB device |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
Other hardware features are not currently supported by Zephyr. Other hardware features are not currently supported by Zephyr.

View file

@ -79,8 +79,9 @@
#size-cells = <1>; #size-cells = <1>;
/* /*
* The final 16 KiB is reserved for the application * The final 16 KiB is reserved for the application.
* and is used by NFFS if enabled. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@3c000 { storage_partition: partition@3c000 {
label = "storage"; label = "storage";

View file

@ -32,25 +32,25 @@ Supported Features
The arduino_zero board configuration supports the following hardware The arduino_zero board configuration supports the following hardware
features: features:
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+======================================+ +===========+============+==========================================+
| NVIC | on-chip | nested vector interrupt controller | | NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Flash | on-chip | Can be used with NFFS to store files | | Flash | on-chip | Can be used with LittleFS to store files |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| WDT | on-chip | Watchdog | | WDT | on-chip | Watchdog |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| GPIO | on-chip | I/O ports | | GPIO | on-chip | I/O ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USART | on-chip | Serial ports | | USART | on-chip | Serial ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SPI | on-chip | Serial Peripheral Interface ports | | SPI | on-chip | Serial Peripheral Interface ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USB | on-chip | USB device | | USB | on-chip | USB device |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
Other hardware features are not currently supported by Zephyr. Other hardware features are not currently supported by Zephyr.

View file

@ -76,8 +76,9 @@
#size-cells = <1>; #size-cells = <1>;
/* /*
* The final 16 KiB is reserved for the application * The final 16 KiB is reserved for the application.
* and is used by NFFS if enabled. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@3c000 { storage_partition: partition@3c000 {
label = "storage"; label = "storage";

View file

@ -34,23 +34,23 @@ Supported Features
The atsamd20_xpro board configuration supports the following hardware The atsamd20_xpro board configuration supports the following hardware
features: features:
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+======================================+ +===========+============+==========================================+
| NVIC | on-chip | nested vector interrupt controller | | NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Flash | on-chip | Can be used with NFFS to store files | | Flash | on-chip | Can be used with LittleFS to store files |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| WDT | on-chip | Watchdog | | WDT | on-chip | Watchdog |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| GPIO | on-chip | I/O ports | | GPIO | on-chip | I/O ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USART | on-chip | Serial ports | | USART | on-chip | Serial ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SPI | on-chip | Serial Peripheral Interface ports | | SPI | on-chip | Serial Peripheral Interface ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
Other hardware features are not currently supported by Zephyr. Other hardware features are not currently supported by Zephyr.

View file

@ -34,23 +34,23 @@ Supported Features
The atsamd21_xpro board configuration supports the following hardware The atsamd21_xpro board configuration supports the following hardware
features: features:
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+======================================+ +===========+============+==========================================+
| NVIC | on-chip | nested vector interrupt controller | | NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| Flash | on-chip | Can be used with NFFS to store files | | Flash | on-chip | Can be used with LittleFS to store files |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| WDT | on-chip | Watchdog | | WDT | on-chip | Watchdog |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| GPIO | on-chip | I/O ports | | GPIO | on-chip | I/O ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| USART | on-chip | Serial ports | | USART | on-chip | Serial ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
| SPI | on-chip | Serial Peripheral Interface ports | | SPI | on-chip | Serial Peripheral Interface ports |
+-----------+------------+--------------------------------------+ +-----------+------------+------------------------------------------+
Other hardware features are not currently supported by Zephyr. Other hardware features are not currently supported by Zephyr.

View file

@ -174,7 +174,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -86,7 +86,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -163,7 +163,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -163,7 +163,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -158,7 +158,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -246,7 +246,10 @@ arduino_spi: &spi3 {
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -81,7 +81,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -91,8 +91,9 @@
/* /*
* The flash starting at 0x0007a000 and ending at * The flash starting at 0x0007a000 and ending at
* 0x0007ffff (sectors 122-127) is reserved for use * 0x0007ffff (sectors 122-127) is reserved for use
* by the application. If enabled, partition for FCB/NFFS * by the application.
* will be created in this area. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@7a000 { storage_partition: partition@7a000 {
label = "storage"; label = "storage";

View file

@ -166,8 +166,9 @@
/* /*
* The flash starting at 0x0007a000 and ending at * The flash starting at 0x0007a000 and ending at
* 0x0007ffff (sectors 122-127) is reserved for use * 0x0007ffff (sectors 122-127) is reserved for use
* by the application. If enabled, partition for NFFS * by the application.
* will be created in this area. * Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/ */
storage_partition: partition@7a000 { storage_partition: partition@7a000 {
label = "storage"; label = "storage";

View file

@ -95,7 +95,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -95,7 +95,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -95,7 +95,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -194,7 +194,10 @@ arduino_spi: &spi3 {
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;

View file

@ -95,7 +95,10 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@1000 { storage_partition: partition@1000 {
label = "storage"; label = "storage";
reg = <0x00001000 0x00010000>; reg = <0x00001000 0x00010000>;

View file

@ -75,7 +75,10 @@
* 0x000fffff is reserved for use by the application. * 0x000fffff is reserved for use by the application.
*/ */
/* Storage partition will be used by FCB/NFFS/NVS if enabled. */ /*
* Storage partition will be used by FCB/LittleFS/NVS
* if enabled.
*/
storage_partition: partition@f8000 { storage_partition: partition@f8000 {
label = "storage"; label = "storage";
reg = <0x000f8000 0x00008000>; reg = <0x000f8000 0x00008000>;