nuttx/drivers
jingfei 9483df3571 driver/cfi-flash: Add a config option for the page size of CFI flash.
We have added a defconfig configuration to set the page size of the flash.
According to the CFI protocol, the flash supports a single write operation
with a data volume ranging from byte size up to the maximum number of bytes.
However, the MTD device structure requires defining a page size, which serves
as the minimum write unit of the flash. Hence, this configuration is introduced.
Any page size within the range of 1 to the maximum number of bytes is considered
valid.

Signed-off-by: jingfei <jingfei@xiaomi.com>
2026-01-16 20:38:26 +08:00
..
1wire
aie
analog
audio
bch
can drivers/can: repair compiler error 2026-01-16 01:37:50 +08:00
clk
contactless
coresight
crypto
devicetree
dma
dummy
eeprom
efuse
i2c
i2s
i3c
input drivers/input/ff: use small lock to replace enter_critical_section 2026-01-08 11:17:17 +08:00
ioexpander
ipcc
lcd
leds drivers/leds: remove bo_closing as lu_lock can prevent race condition occurs 2026-01-08 11:17:17 +08:00
loop
math drivers/math: use small lock to replace enter_critical_section 2026-01-08 11:17:17 +08:00
misc drivers/misc/optee: add missing addrenv header include 2026-01-16 09:04:12 -03:00
mmcsd drivers/mmcsd: fix typo, it should be "Byte" by spec 2026-01-16 01:38:29 +08:00
modem
motor drivers/motor: use small lock to replace enter_critical_section 2026-01-08 11:17:17 +08:00
mtd driver/cfi-flash: Add a config option for the page size of CFI flash. 2026-01-16 20:38:26 +08:00
net rpmsgdrv.c: add spinlock to protect rxqueue 2026-01-16 09:42:01 +08:00
note
pci drivers/pci: fix BAR size probing mask 2026-01-16 20:36:45 +08:00
pinctrl
pipes
power
rc
regmap
reset
rf
rmt
rpmsg drivers/rpmsg: add signals router for rpmsg router 2026-01-15 16:13:24 -03:00
rptun drivers/rptun: solve the poweroff stuck problem 2026-01-08 12:05:46 +08:00
segger
sensors drivers/sensors/fakesensor: Remove GNSS dependency 2026-01-14 09:21:35 +08:00
serial
spi
syslog
thermal
timers drivers/timers: check CONFIG_BOARD_LOOPSPERMSEC != 0 at runtime 2026-01-15 22:57:19 +08:00
usbdev
usbhost
usbmisc
usbmonitor
usrsock usrsock_rpmsg_server.c: replace net_lock with conn_lock 2026-01-07 09:17:49 -03:00
vhost
video
virtio drivers/virtio: Use arc4random_buf to generate MAC address. 2026-01-13 13:53:03 -08:00
wireless
.gitignore
CMakeLists.txt
drivers_initialize.c drivers/net/rpmsgdrv.c: add bidirectional data netdev support, server side 2026-01-16 09:42:01 +08:00
Kconfig
Makefile