Some checks failed
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 22s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 18s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 21s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
23 lines
414 B
Plaintext
Executable File
23 lines
414 B
Plaintext
Executable File
# Bluetooth
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
|
|
# Logging
|
|
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=3
|
|
CONFIG_LOG_MAXIMUM_LEVEL=3
|
|
|
|
# Flash Size
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
|
|
|
# Partitions
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
|
|
# Build type
|
|
CONFIG_APP_REPRODUCIBLE_BUILD=y
|
|
|
|
# Core dump
|
|
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
|
|
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y
|