@@ -8,18 +8,22 @@ Targets for the [ESP-IDF](https://github.com/espressif/esp-idf) development fram
88
99- Ivan Markov [ @ivmarkov ] ( https://github.com/ivmarkov )
1010- Scott Mabin [ @MabezDev ] ( https://github.com/MabezDev )
11+ - Sergio Gasquez [ @SergioGasquez ] ( https://github.com/SergioGasquez )
1112
1213## Requirements
1314
1415The target names follow this format: ` $ARCH-esp-espidf ` , where ` $ARCH ` specifies the target processor architecture. The following targets are currently defined:
1516
16- | Target name | Target CPU(s) | Minimum ESP-IDF version |
17- | ------------------------ | --------------------------------------------------------------- | ----------------------- |
18- | ` riscv32imc-esp-espidf ` | [ ESP32-C2] ( https://www.espressif.com/en/products/socs/esp32-c2 ) | ` v5.0 ` |
19- | ` riscv32imc-esp-espidf ` | [ ESP32-C3] ( https://www.espressif.com/en/products/socs/esp32-c3 ) | ` v4.3 ` |
20- | ` riscv32imac-esp-espidf ` | [ ESP32-C6] ( https://www.espressif.com/en/products/socs/esp32-c6 ) | ` v5.1 ` |
21- | ` riscv32imac-esp-espidf ` | [ ESP32-H2] ( https://www.espressif.com/en/products/socs/esp32-h2 ) | ` v5.1 ` |
22- | ` riscv32imafc-esp-espidf ` | [ ESP32-P4] ( https://www.espressif.com/en/news/ESP32-P4 ) | ` v5.2 ` |
17+ | Target name | Target CPU(s) | Minimum ESP-IDF version |
18+ | ------------------------- | --------------------------------------------------------------- | ----------------------- |
19+ | ` riscv32imc-esp-espidf ` | [ ESP32-C2] ( https://www.espressif.com/en/products/socs/esp32-c2 ) | ` v5.0 ` |
20+ | ` riscv32imc-esp-espidf ` | [ ESP32-C3] ( https://www.espressif.com/en/products/socs/esp32-c3 ) | ` v4.4 ` |
21+ | ` riscv32imac-esp-espidf ` | [ ESP32-C6] ( https://www.espressif.com/en/products/socs/esp32-c6 ) | ` v5.1 ` |
22+ | ` riscv32imac-esp-espidf ` | [ ESP32-H2] ( https://www.espressif.com/en/products/socs/esp32-h2 ) | ` v5.1 ` |
23+ | ` riscv32imafc-esp-espidf ` | [ ESP32-P4] ( https://www.espressif.com/en/news/ESP32-P4 ) | ` v5.2 ` |
24+ | ` xtensa-esp32-espidf ` | [ ESP32] ( https://www.espressif.com/en/products/socs/esp32 ) | ` v4.4 ` |
25+ | ` xtensa-esp32s2-espidf ` | [ ESP32-S2] ( https://www.espressif.com/en/products/socs/esp32-s2 ) | ` v4.4 ` |
26+ | ` xtensa-esp32s3-espidf ` | [ ESP32-S3] ( https://www.espressif.com/en/products/socs/esp32-s3 ) | ` v4.4 ` |
2327
2428It is recommended to use the latest ESP-IDF stable release if possible.
2529
0 commit comments