Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29a81c0

Browse files
committedJun 13, 2024
docs: Update platform support
1 parent 3954b74 commit 29a81c0

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed
 

‎src/doc/rustc/src/platform-support/esp-idf.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -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

1415
The 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

2428
It is recommended to use the latest ESP-IDF stable release if possible.
2529

‎src/doc/rustc/src/platform-support/xtensa.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `xtensa-*`
1+
# `xtensa-*-none-elf`
22

33
**Tier: 3**
44

@@ -13,22 +13,12 @@ Targets for Xtensa CPUs.
1313

1414
The target names follow this format: `xtensa-$CPU`, where `$CPU` specifies the target chip. The following targets are currently defined:
1515

16-
17-
### `no_std`
18-
1916
| Target name | Target CPU(s) |
2017
| ------------------------- | --------------------------------------------------------------- |
2118
| `xtensa-esp32-none-elf` | [ESP32](https://www.espressif.com/en/products/socs/esp32) |
2219
| `xtensa-esp32s2-none-elf` | [ESP32-S2](https://www.espressif.com/en/products/socs/esp32-s2) |
2320
| `xtensa-esp32s3-none-elf` | [ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3) |
2421

25-
### `std`
26-
27-
| Target name | Target CPU(s) |
28-
| ----------------------- | --------------------------------------------------------------- |
29-
| `xtensa-esp32-espidf` | [ESP32](https://www.espressif.com/en/products/socs/esp32) |
30-
| `xtensa-esp32s2-espidf` | [ESP32-S2](https://www.espressif.com/en/products/socs/esp32-s2) |
31-
| `xtensa-esp32s3-espidf` | [ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3) |
3222

3323
## Building the targets
3424

0 commit comments

Comments
 (0)
Failed to load comments.