mirror of
https://github.com/meshcore-dev/nRF52-Flash-Format.git
synced 2026-04-20 22:13:50 +00:00
add formatting of ExtraFS area used by MeshCore
This commit is contained in:
parent
673a8b5fe6
commit
f198150adc
3 changed files with 16 additions and 0 deletions
|
|
@ -6,8 +6,11 @@ build_flags =
|
|||
-D NRF52_S140=1
|
||||
-I src
|
||||
-L boards
|
||||
-w
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
lib_deps =
|
||||
https://github.com/oltaco/CustomLFS @ 0.2.1
|
||||
|
||||
[env:FLASH_ERASE_nrf52_softdevice_v6]
|
||||
extends = nrf52_base
|
||||
|
|
@ -15,6 +18,7 @@ board = nrf52840_s140_v6
|
|||
build_flags = ${nrf52_base.build_flags}
|
||||
-I arch/nrf52/s140_6.1.1
|
||||
-I arch/nrf52/s140_6.1.1/nrf52
|
||||
lib_deps = ${nrf52_base.lib_deps}
|
||||
|
||||
[env:FLASH_ERASE_nrf52_softdevice_v7]
|
||||
extends = nrf52_base
|
||||
|
|
@ -22,3 +26,4 @@ board = nrf52840_s140_v7
|
|||
build_flags = ${nrf52_base.build_flags}
|
||||
-I arch/nrf52/s140_7.3.0
|
||||
-I arch/nrf52/s140_7.3.0/nrf52
|
||||
lib_deps = ${nrf52_base.lib_deps}
|
||||
Loading…
Add table
Add a link
Reference in a new issue