@@ -8,18 +8,22 @@ Targets for the [ESP-IDF](https://github.com/espressif/esp-idf) development fram
8
8
9
9
- Ivan Markov [ @ivmarkov ] ( https://github.com/ivmarkov )
10
10
- Scott Mabin [ @MabezDev ] ( https://github.com/MabezDev )
11
+ - Sergio Gasquez [ @SergioGasquez ] ( https://github.com/SergioGasquez )
11
12
12
13
## Requirements
13
14
14
15
The target names follow this format: ` $ARCH-esp-espidf ` , where ` $ARCH ` specifies the target processor architecture. The following targets are currently defined:
15
16
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 ` |
23
27
24
28
It is recommended to use the latest ESP-IDF stable release if possible.
25
29
0 commit comments