2024-09-12 20:42:10 +00:00
|
|
|
[esp32c6_base]
|
|
|
|
extends = esp32_base
|
2024-09-28 11:42:32 +00:00
|
|
|
platform = https://github.com/Jason2866/platform-espressif32.git#22faa566df8c789000f8136cd8d0aca49617af55
|
2024-09-12 20:42:10 +00:00
|
|
|
build_flags =
|
|
|
|
${arduino_base.build_flags}
|
|
|
|
-Wall
|
|
|
|
-Wextra
|
|
|
|
-Isrc/platform/esp32
|
|
|
|
-std=c++11
|
|
|
|
-DESP_OPENSSL_SUPPRESS_LEGACY_WARNING
|
|
|
|
-DSERIAL_BUFFER_SIZE=4096
|
|
|
|
-DLIBPAX_ARDUINO
|
|
|
|
-DLIBPAX_WIFI
|
|
|
|
-DLIBPAX_BLE
|
|
|
|
-DMESHTASTIC_EXCLUDE_WEBSERVER
|
|
|
|
;-DDEBUG_HEAP
|
|
|
|
; TEMP
|
|
|
|
-DHAS_BLUETOOTH=0
|
|
|
|
-DMESHTASTIC_EXCLUDE_PAXCOUNTER
|
|
|
|
-DMESHTASTIC_EXCLUDE_BLUETOOTH
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
${arduino_base.lib_deps}
|
|
|
|
${networking_base.lib_deps}
|
|
|
|
${environmental_base.lib_deps}
|
2024-10-01 14:02:10 +00:00
|
|
|
lewisxhe/XPowersLib@^0.2.6
|
2024-09-12 20:42:10 +00:00
|
|
|
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
|
|
|
|
rweather/Crypto@^0.4.0
|
|
|
|
|
|
|
|
build_src_filter =
|
|
|
|
${esp32_base.build_src_filter} -<mesh/http>
|
|
|
|
|
2024-09-21 09:27:14 +00:00
|
|
|
monitor_speed = 460800
|
2024-09-12 20:42:10 +00:00
|
|
|
monitor_filters = esp32_c3_exception_decoder
|
|
|
|
|
|
|
|
lib_ignore =
|
|
|
|
NonBlockingRTTTL
|
|
|
|
NimBLE-Arduino
|
|
|
|
libpax
|
|
|
|
|