2022-09-12 14:02:21 +02:00
|
|
|
[esp32s3_base]
|
2025-12-23 19:29:21 -05:00
|
|
|
extends = esp32_common
|
2024-05-30 18:59:10 +03:00
|
|
|
custom_esp32_kind = esp32s3
|
2022-09-12 14:02:21 +02:00
|
|
|
|
2023-05-08 14:03:03 +02:00
|
|
|
monitor_speed = 115200
|
2025-12-17 10:40:33 -06:00
|
|
|
|
|
|
|
|
build_flags =
|
2025-12-23 19:29:21 -05:00
|
|
|
${esp32_common.build_flags}
|
2025-12-12 12:36:52 -05:00
|
|
|
-mtext-section-literals
|
|
|
|
|
|
|
|
|
|
custom_sdkconfig =
|
|
|
|
|
${esp32_common.custom_sdkconfig}
|
|
|
|
|
CONFIG_BT_NIMBLE_EXT_ADV=y
|
|
|
|
|
CONFIG_BT_NIMBLE_TRANSPORT_EVT_SIZE=257
|
|
|
|
|
CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES=2
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
${esp32_common.lib_deps}
|
|
|
|
|
# renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
|
|
|
|
|
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
|