We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72ef63 commit ccc9ed5Copy full SHA for ccc9ed5
drivers/flash/Kconfig.nrf
@@ -17,6 +17,7 @@ menuconfig SOC_FLASH_NRF
17
depends on !FLASH_NRF_FORCE_ALT
18
select FLASH_HAS_PAGE_LAYOUT
19
select FLASH_HAS_DRIVER_ENABLED
20
+ select FLASH_HAS_EXPLICIT_ERASE
21
select NRFX_NVMC
22
select MPU_ALLOW_FLASH_WRITE if ARM_MPU
23
help
drivers/flash/soc_flash_nrf.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2017-2023 Nordic Semiconductor ASA
+ * Copyright (c) 2017-2024 Nordic Semiconductor ASA
3
* Copyright (c) 2016 Linaro Limited
4
* Copyright (c) 2016 Intel Corporation
5
*
0 commit comments