2023-03-28 15:32:56 +02:00
|
|
|
[env:makerpython_nrf52840_sx1280_oled]
|
2023-03-28 15:49:05 +02:00
|
|
|
board_level = extra
|
2023-03-28 15:32:56 +02:00
|
|
|
extends = nrf52840_base
|
|
|
|
|
board = nordic_pca10059
|
2025-07-21 15:13:02 -04:00
|
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
|
|
|
-I variants/nrf52840/MakePython_nRF52840_oled
|
|
|
|
|
-D PRIVATE_HW
|
|
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/MakePython_nRF52840_oled>
|
2023-03-28 15:32:56 +02:00
|
|
|
lib_deps =
|
|
|
|
|
${nrf52840_base.lib_deps}
|
2025-03-29 12:19:05 +01:00
|
|
|
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
|
2023-03-28 15:32:56 +02:00
|
|
|
debug_tool = jlink
|