This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
9a06428244
zephyr
/
samples
/
drivers
/
soc_flash_nrf
/
prj.conf
5 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: sample app for the nRF5 flash driver Change-Id: Id6b5ce238784e281f8138448893a9f864cf92512 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-26 10:34:52 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_FLASH=y
samples: drivers: soc_flash_nrf5: Get flash page layout sample Added sample code for testing and displaying the flash layout using the recently introduced API. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2017-08-21 20:56:30 +08:00
CONFIG_FLASH_PAGE_LAYOUT=y
samples: drivers: soc_flash_nrf5 fix missing flash write access By default CONFIG_MPU_ALLOW_FLASH_WRITE=n so the example must have been falling on any write to flash. This patch adds CONFIG_MPU_ALLOW_FLASH_WRITE=y to project configuration. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-01-19 15:15:54 +08:00
CONFIG_MPU_ALLOW_FLASH_WRITE=y