Merge branch 'fix/remove_unused_ulp_for_otdp_v5.5' into 'release/v5.5'
fix(openthread): removed unused ulp configuration(v5.5) See merge request espressif/esp-idf!44659
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
idf_component_register(SRCS "esp_ot_sleepy_device.c"
|
||||
PRIV_REQUIRES esp_event esp_timer openthread nvs_flash ulp
|
||||
PRIV_REQUIRES esp_event esp_timer openthread nvs_flash
|
||||
INCLUDE_DIRS ".")
|
||||
|
||||
@@ -42,8 +42,6 @@ CONFIG_IEEE802154_ENABLED=y
|
||||
#
|
||||
# deep sleep
|
||||
#
|
||||
CONFIG_ULP_COPROC_ENABLED=y
|
||||
CONFIG_ULP_COPROC_RESERVE_MEM=512
|
||||
CONFIG_LIBC_TIME_SYSCALL_USE_RTC_HRT=y
|
||||
CONFIG_RTC_CLK_SRC_INT_RC=y
|
||||
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
|
||||
|
||||
Reference in New Issue
Block a user