mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-23 18:27:27 +00:00
34 lines
1.2 KiB
INI
34 lines
1.2 KiB
INI
; Common settings for ESP32 OG (without suffix)
|
|
; See 'esp32_common' for common ESP32-family settings
|
|
[esp32_base]
|
|
extends = esp32_common
|
|
custom_esp32_kind = esp32
|
|
|
|
build_flags =
|
|
${esp32_common.build_flags}
|
|
-mtext-section-literals
|
|
-DMESHTASTIC_EXCLUDE_AUDIO=1
|
|
|
|
custom_sdkconfig =
|
|
${esp32_common.custom_sdkconfig}
|
|
|
|
; Override lib_deps to use environmental_extra_no_bsec instead of environmental_extra
|
|
; BSEC library uses ~3.5KB DRAM which causes overflow on original ESP32 targets
|
|
lib_deps =
|
|
${arduino_base.lib_deps}
|
|
${networking_base.lib_deps}
|
|
${networking_extra.lib_deps}
|
|
${environmental_base.lib_deps}
|
|
${environmental_extra_no_bsec.lib_deps}
|
|
${radiolib_base.lib_deps}
|
|
# TODO renovate
|
|
https://github.com/jackjansen/esp32_idf5_https_server/archive/v1.1.1.zip
|
|
# renovate: datasource=custom.pio depName=NimBLE-Arduino packageName=h2zero/library/NimBLE-Arduino
|
|
h2zero/NimBLE-Arduino@1.4.3
|
|
# TODO renovate
|
|
https://github.com/mverch67/libpax/archive/6f52ee989301cdabaeef00bcbf93bff55708ce2f.zip
|
|
# renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
|
|
lewisxhe/XPowersLib@0.3.2
|
|
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
|
|
rweather/Crypto@0.4.0
|