ReleaseNotes,
arch/arm/src/cxd56xx/cxd56_dmac_common.h,
arch/arm/src/efm32/efm32_dma.h,
arch/arm/src/lpc54xx/lpc54_lcd.c,
arch/arm/src/rp2040/rp2040_dmac.h,
arch/arm/src/stm32/stm32_dma.h,
arch/arm/src/stm32f0l0g0/stm32_dma.h,
arch/arm/src/stm32f7/stm32_dma.h,
arch/arm/src/stm32h7/stm32_dma.h,
arch/arm/src/stm32l4/stm32l4_dma.h,
arch/renesas/src/rx65n/rx65n_dtc.h,
fs/spiffs/src/spiffs_vfs.c,
net/route/cacheroute.h,
net/route/net_cacheroute.c,
net/route/net_foreach_fileroute.c,
net/route/net_foreach_ramroute.c,
net/route/net_foreach_romroute.c, and
net/route/route.h:
* Fix the following typos:
- remove spurious "are"
- "tot he" -> "to the"
arch/arm/src/stm32f0l0g0/stm32_dma.h and
arch/arm/src/stm32l4/stm32l4_dma.h:
* Fix nxstyle errors.
|
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| Kconfig | ||
| Make.defs | ||
| README-spiffs.md | ||
| README.md | ||
SPIFFS
Creating an image
This implementation is supposed to be compatible with images generated by the following tools:
- mkspiffs https://github.com/igrr/mkspiffs
- ESP-IDF spiffsgen.py https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/spiffs.html#spiffsgen-py
Note: please ensure the following NuttX configs to be compatible with these tools:
- CONFIG_SPIFFS_COMPAT_OLD_NUTTX is disabled
- CONFIG_SPIFFS_LEADING_SLASH=y
mkspiffs
- Specify CONFIG_SPIFFS_NAME_MAX + 1 for SPIFFS_OBJ_NAME_LEN.
- Specify 0 for SPIFFS_OBJ_META_LEN.
ESP-IDF spiffsgen.py
- Specify CONFIG_SPIFFS_NAME_MAX + 1 for the --obj-name-len option.
- Specify 0 for the --meta-len option.