86a66960f9
Introduces a new zephyr.FlashArea class that uses the zephyr flash map api to implement the uos.AbstractBlockDev protocol. The flash driver is enabled on the frdm_k64f board, reel_board, and rv32m1_vega_ri5cy board. The standard and extended block device protocols are both supported, therefore this class can be used with file systems like littlefs which require the extended interface.
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
# Networking drivers
|
|
CONFIG_NET_L2_ETHERNET=y
|
|
|
|
# Hardware features
|
|
CONFIG_I2C=y
|
|
|
|
# Sensor drivers
|
|
CONFIG_FXOS8700=y
|
|
CONFIG_FXOS8700_MODE_HYBRID=y
|
|
CONFIG_FXOS8700_TEMP=y
|
|
|
|
# Flash drivers
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|