mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00
Use our custom variants files and fixes
This commit is contained in:
parent
c7290e6ccc
commit
7e53731fe6
@ -141,7 +141,9 @@ src_filter =
|
|||||||
|
|
||||||
; Common settings for NRF52 based targets
|
; Common settings for NRF52 based targets
|
||||||
[nrf52_base]
|
[nrf52_base]
|
||||||
platform = nordicnrf52
|
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
|
||||||
|
; platform = nordicnrf52
|
||||||
|
platform = https://github.com/meshtastic/platform-nordicnrf52.git
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
build_type = debug ; I'm debugging with ICE a lot now
|
build_type = debug ; I'm debugging with ICE a lot now
|
||||||
; note: liboberon provides the AES256 implementation for NRF52 (though not using the hardware acceleration of the NRF52840 - FIXME)
|
; note: liboberon provides the AES256 implementation for NRF52 (though not using the hardware acceleration of the NRF52840 - FIXME)
|
||||||
@ -166,6 +168,7 @@ debug_init_break =
|
|||||||
;debug_init_break = tbreak Reset_Handler
|
;debug_init_break = tbreak Reset_Handler
|
||||||
|
|
||||||
; The NRF52840-dk development board
|
; The NRF52840-dk development board
|
||||||
|
; Note: By default no lora device is created for this build - it uses a simulated interface
|
||||||
[env:nrf52dk]
|
[env:nrf52dk]
|
||||||
extends = nrf52_base
|
extends = nrf52_base
|
||||||
board = nrf52840_dk
|
board = nrf52840_dk
|
||||||
|
Loading…
Reference in New Issue
Block a user