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:
parent
69c0c43029
commit
5f89145d6b
25 changed files with 162 additions and 117 deletions
|
@ -118,7 +118,7 @@
|
|||
/*
|
||||
* The flash starting at 0x0007a000 and ending at
|
||||
* 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.
|
||||
*/
|
||||
storage_partition: partition@7a000 {
|
||||
|
|
|
@ -74,8 +74,9 @@
|
|||
};
|
||||
|
||||
/*
|
||||
* The final 16 KiB is reserved for the application
|
||||
* and is used by NFFS if enabled.
|
||||
* The final 16 KiB is reserved for the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@3c000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -34,25 +34,25 @@ Supported Features
|
|||
The adafruit_feather_m0_basic_proto board configuration supports the
|
||||
following hardware features:
|
||||
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+======================================+
|
||||
+===========+============+==========================================+
|
||||
| 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 |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| WDT | on-chip | Watchdog |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| GPIO | on-chip | I/O ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USART | on-chip | Serial port |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| SPI | on-chip | Serial Peripheral Interface port |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -97,8 +97,9 @@
|
|||
};
|
||||
|
||||
/*
|
||||
* The final 16 KiB is reserved for the application
|
||||
* and is used by NFFS if enabled.
|
||||
* The final 16 KiB is reserved for the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@3c000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -32,25 +32,25 @@ Supported Features
|
|||
The adafruit_trinket_m0 board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+======================================+
|
||||
+===========+============+==========================================+
|
||||
| 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 |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| WDT | on-chip | Watchdog |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| GPIO | on-chip | I/O ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USART | on-chip | Serial ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| SPI | on-chip | Serial Peripheral Interface ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -79,8 +79,9 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
/*
|
||||
* The final 16 KiB is reserved for the application
|
||||
* and is used by NFFS if enabled.
|
||||
* The final 16 KiB is reserved for the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@3c000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -32,25 +32,25 @@ Supported Features
|
|||
The arduino_zero board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+======================================+
|
||||
+===========+============+==========================================+
|
||||
| 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 |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| WDT | on-chip | Watchdog |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| GPIO | on-chip | I/O ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USART | on-chip | Serial ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| SPI | on-chip | Serial Peripheral Interface ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -76,8 +76,9 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
/*
|
||||
* The final 16 KiB is reserved for the application
|
||||
* and is used by NFFS if enabled.
|
||||
* The final 16 KiB is reserved for the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@3c000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -34,23 +34,23 @@ Supported Features
|
|||
The atsamd20_xpro board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+======================================+
|
||||
+===========+============+==========================================+
|
||||
| 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 |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| WDT | on-chip | Watchdog |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| GPIO | on-chip | I/O ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USART | on-chip | Serial ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| SPI | on-chip | Serial Peripheral Interface ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -34,23 +34,23 @@ Supported Features
|
|||
The atsamd21_xpro board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+======================================+
|
||||
+===========+============+==========================================+
|
||||
| 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 |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| WDT | on-chip | Watchdog |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| GPIO | on-chip | I/O ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| USART | on-chip | Serial ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
| SPI | on-chip | Serial Peripheral Interface ports |
|
||||
+-----------+------------+--------------------------------------+
|
||||
+-----------+------------+------------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -174,7 +174,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -86,7 +86,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -163,7 +163,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -163,7 +163,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -158,7 +158,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -246,7 +246,10 @@ arduino_spi: &spi3 {
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -81,7 +81,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -91,8 +91,9 @@
|
|||
/*
|
||||
* The flash starting at 0x0007a000 and ending at
|
||||
* 0x0007ffff (sectors 122-127) is reserved for use
|
||||
* by the application. If enabled, partition for FCB/NFFS
|
||||
* will be created in this area.
|
||||
* by the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@7a000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -166,8 +166,9 @@
|
|||
/*
|
||||
* The flash starting at 0x0007a000 and ending at
|
||||
* 0x0007ffff (sectors 122-127) is reserved for use
|
||||
* by the application. If enabled, partition for NFFS
|
||||
* will be created in this area.
|
||||
* by the application.
|
||||
* Storage partition will be used by FCB/LittleFS/NVS
|
||||
* if enabled.
|
||||
*/
|
||||
storage_partition: partition@7a000 {
|
||||
label = "storage";
|
||||
|
|
|
@ -95,7 +95,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -95,7 +95,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -95,7 +95,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -194,7 +194,10 @@ arduino_spi: &spi3 {
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
|
@ -95,7 +95,10 @@
|
|||
#address-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 {
|
||||
label = "storage";
|
||||
reg = <0x00001000 0x00010000>;
|
||||
|
|
|
@ -75,7 +75,10 @@
|
|||
* 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 {
|
||||
label = "storage";
|
||||
reg = <0x000f8000 0x00008000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue