Use our custom variants files and fixes

1.2-legacy
geeksville 2020-07-09 20:22:40 -07:00
rodzic c7290e6ccc
commit 7e53731fe6
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,9 @@ src_filter =
; Common settings for NRF52 based targets
[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
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)
@ -166,6 +168,7 @@ debug_init_break =
;debug_init_break = tbreak Reset_Handler
; The NRF52840-dk development board
; Note: By default no lora device is created for this build - it uses a simulated interface
[env:nrf52dk]
extends = nrf52_base
board = nrf52840_dk