mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Squashes these original commits for release/v5.4 backport traceability: - 9b289dc5ad6 ci: apply idf-ci 1.x - 381df980d57 ci: remove pip-cache and other unused jobs - 32375a0a15e ci: apply common-scripts CI refactor
19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
CONFIG_IDF_TARGET="esp32c3"
|
|
CONFIG_ESP32C3_REV_MIN_101=y
|
|
|
|
|
|
# MODEM SLEEP Options
|
|
CONFIG_BT_CTRL_MODEM_SLEEP=y
|
|
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
|
|
# Bluetooth low power clock
|
|
CONFIG_BT_CTRL_LPCLK_SEL_MAIN_XTAL=y
|
|
# Power up main XTAL during light sleep
|
|
CONFIG_BT_CTRL_MAIN_XTAL_PU_DURING_LIGHT_SLEEP=y
|
|
|
|
# Enable power down of MAC and baseband in light sleep mode
|
|
CONFIG_ESP_PHY_MAC_BB_PD=y
|
|
|
|
# Test Config
|
|
CONFIG_EXAMPLE_USE_CI_ADDRESS=y
|
|
CONFIG_EXAMPLE_CI_ADDRESS_OFFSET="${CI_PIPELINE_ID}"
|