Skip to content

Commit 4d6030e

Browse files
committed
doc: update chip features in getting started
Fixed number of cores for ESP32 and ESP32S2 being wrong. Updated S2 to reflect that we have to ULP coprocessors Closes IDFGH-3616 Closes espressif/esp-idf#5556
1 parent 5da526a commit 4d6030e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/en/get-started/index.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,23 @@ Introduction
1717

1818
{IDF_TARGET_NAME} is a system on a chip that integrates the following features:
1919

20-
.. list::
20+
.. only:: esp32
2121

2222
* Wi-Fi (2.4 GHz band)
23-
:SOC_BT_SUPPORTED: * Bluetooth
24-
:CONFIG_FREERTOS_UNICORE: * Dual high performance cores
23+
* Bluetooth
24+
* Dual high performance cores
2525
* Ultra Low Power co-processor
2626
* Multiple peripherals
27-
:esp32s2: * Built-in security hardware
28-
:esp32s2: * USB OTG interface
27+
28+
29+
.. only:: esp32s2
30+
31+
* Wi-Fi (2.4 GHz band)
32+
* High performance single-core
33+
* Ultra Low Power co-processor running either RISC-V or FSM core
34+
* Multiple peripherals
35+
* Built-in security hardware
36+
* USB OTG interface
2937

3038
Powered by 40 nm technology, {IDF_TARGET_NAME} provides a robust, highly integrated platform, which helps meet the continuous demands for efficient power usage, compact design, security, high performance, and reliability.
3139

0 commit comments

Comments
 (0)