nuttx/drivers/mtd
Carlos Sanchez 81d57ad5d5 drivers/mtd/mx25rxx.c: use 4 byte address for large flash memories.
On power-up, MX25L25673G uses 3-byte addresses, so only the lower
128Mb (half the memory) can be accessed. This change ensures 4-byte
addresses are used so the whole memory can be used.

Co-Authored-By: Randy Rossi <randyrossi@geotab.com>
Signed-off-by: Carlos Sanchez <carlossanchez@geotab.com>
2026-04-08 09:52:57 +08:00
..
.gitignore drivers/mtd: introduce nvblk 2025-08-06 01:53:56 +08:00
at24xx.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
at25.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
at25ee.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
at45db.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
cfi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
cfi.h drivers/mtd: cfi-flash driver 2025-02-11 17:23:44 +08:00
CMakeLists.txt mtdconfig: modify mtdconfig kconfig 2026-01-26 10:52:51 +08:00
dhara.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
filemtd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ftl.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
gd5f.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
gd25.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
gd55.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
hamming.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
is25xp.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Kconfig mtdconfig/nvs: use a fixed size buffer instead of vla 2026-01-29 14:56:19 +08:00
m25px.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs drivers: Fix Make style 2026-03-23 18:16:46 -04:00
mtd_cfi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_config.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
mtd_config_nvs.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
mtd_modeltab.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
mtd_nand.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_nandecc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_nandmodel.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_nandram.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_nandscheme.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
mtd_nandwrapper.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
mtd_onfi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_partition.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mtd_progmem.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
mtd_rwbuffer.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx25lx.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx25rxx.c drivers/mtd/mx25rxx.c: use 4 byte address for large flash memories. 2026-04-08 09:52:57 +08:00
mx35.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
n25qxxx.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nullmtd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nvblk.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rammtd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ramtron.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
rpmsgmtd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsgmtd.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
rpmsgmtd_server.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
s25fl1.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sector512.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
skeleton.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
smart.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sst25.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sst25xx.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sst26.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sst39vf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
w25.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
w25n.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
w25qxxxjv.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00