mirror of
https://github.com/meshcore-dev/nRF52-Flash-Format.git
synced 2026-04-20 22:13:50 +00:00
initial commit
This commit is contained in:
parent
5bf6027c21
commit
0322c6eb40
44 changed files with 18201 additions and 0 deletions
24
platformio.ini
Normal file
24
platformio.ini
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[nrf52_base]
|
||||
platform = nordicnrf52
|
||||
build_flags =
|
||||
-D LFS_NO_ASSERT=1
|
||||
-D NRF52_PLATFORM=1
|
||||
-D NRF52_S140=1
|
||||
-I src
|
||||
-L boards
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
|
||||
[env:FLASH_ERASE_nrf52_softdevice_v6]
|
||||
extends = nrf52_base
|
||||
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
|
||||
|
||||
[env:FLASH_ERASE_nrf52_softdevice_v7]
|
||||
extends = nrf52_base
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue