esp-idf/components/soc/esp32h2
Guillaume Souchere 0b9f01ac20 feat(soc): Add soc_caps macros for sleep support
- modify console example to use the new SOC_LIGHT_SLEEP_SUPPORTED
and SOC_DEEP_SLEEP_SUPPORTED macros when registering sleep commands

- remove exclusion of esp32p4 in basic and advanced example in
.build-test-rules.yml

- replace exclusion of esp32p4 for deep and light sleep tests with newly introduced macro

- remove the temporary disable check for esp32p4 and uses the
SOC_LIGHT_SLEEP_SUPPORTED maccro instead.
2024-03-05 07:05:40 +01:00
..
include feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
ld
adc_periph.c
ana_cmpr_periph.c
dedic_gpio_periph.c
gdma_periph.c feat(gdma): add GDMA support for ESP32C5 2024-02-28 12:38:02 +08:00
gpio_periph.c
i2c_periph.c feat(i2c): Support i2c sleep retention on esp32c6/h2 2024-02-23 11:28:14 +08:00
i2s_periph.c
ieee802154_periph.c
interrupts.c
ledc_periph.c
mcpwm_periph.c
mpi_periph.c
parlio_periph.c
pcnt_periph.c
rmt_periph.c
rtc_io_periph.c
sdm_periph.c
spi_periph.c
system_retention_periph.c refactor(esp_hw_support): separate different chip system peripheral regs context defs to target folder 2024-01-23 13:30:01 +08:00
temperature_sensor_periph.c
timer_periph.c
twai_periph.c
uart_periph.c