Making some board levels extra for uncommon hardware

This commit is contained in:
Ben Meadors 2024-09-28 13:04:50 -05:00
parent ef1f0cb074
commit ec23189407
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; MonteOps M.Node/M.Backbone/M.Eagle hardware based on hardware variant #1 (RAK4630 based) ; MonteOps M.Node/M.Backbone/M.Eagle hardware based on hardware variant #1 (RAK4630 based)
[env:monteops_hw1] [env:monteops_hw1]
board_level = extra
extends = nrf52840_base extends = nrf52840_base
board = wiscore_rak4631 board = wiscore_rak4631
build_flags = ${nrf52840_base.build_flags} -Ivariants/monteops_hw1 -D MONTEOPS_HW1 build_flags = ${nrf52840_base.build_flags} -Ivariants/monteops_hw1 -D MONTEOPS_HW1

View File

@ -1,4 +1,5 @@
[env:senselora_rp2040] [env:senselora_rp2040]
board_level = extra
extends = rp2040_base extends = rp2040_base
board = rpipico board = rpipico
upload_protocol = picotool upload_protocol = picotool

View File

@ -1,5 +1,6 @@
; The original TBEAM board without the AXP power chip and a few other changes ; The original TBEAM board without the AXP power chip and a few other changes
[env:tbeam0_7] [env:tbeam0_7]
board_level = extra
extends = esp32_base extends = esp32_base
board = ttgo-t-beam board = ttgo-t-beam
build_flags = build_flags =