mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
25 lines
689 B
INI
25 lines
689 B
INI
[env:m5stack-unitc6l]
|
|
extends = esp32c6_base
|
|
board = esp32-c6-devkitm-1
|
|
;platform = https://github.com/Jason2866/platform-espressif32.git#22faa566df8c789000f8136cd8d0aca49617af55
|
|
board_level = extra
|
|
;OpenOCD flash method
|
|
;upload_protocol = esp-builtin
|
|
;Normal method
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyACM2
|
|
lib_deps =
|
|
${esp32c6_base.lib_deps}
|
|
adafruit/Adafruit NeoPixel@^1.12.3
|
|
ponoor/PI4IOE5V6416@^0.2.0
|
|
build_flags =
|
|
${esp32c6_base.build_flags}
|
|
-D PRIVATE_HW
|
|
-I variants/esp32c6/m5stack_unitc6l
|
|
-DMESHTASTIC_EXCLUDE_PAXCOUNTER=1
|
|
-DMESHTASTIC_EXCLUDE_BLUETOOTH=1
|
|
-DHAS_BLUETOOTH=0
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
-DARDUINO_USB_MODE=1
|
|
monitor_speed=115200
|