Merge branch 'feature/esp32c5_mp_gpio_support' into 'master'

esp32c5 mp gpio support

Closes IDF-9649

See merge request espressif/esp-idf!30474
This commit is contained in:
morris
2024-05-11 22:50:23 +08:00
43 changed files with 386 additions and 4394 deletions

View File

@@ -46,10 +46,6 @@ examples/peripherals/dac/dac_cosine_wave:
- esp_driver_dac
examples/peripherals/gpio:
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: GPIO is not supported on ESP32-C5 # TODO: [ESP32C5] IDF-8717
depends_components:
- esp_driver_gpio

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
# Example: GPIO