Skip to content

Commit d8eff81

Browse files
sylvioalvesgustavonihei
authored andcommitted
doc: espressif: add ESP32-S3 development status
This updates information related to ESP32-S3 SoC. Signed-off-by: Sylvio Alves <[email protected]>
1 parent d523094 commit d8eff81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/readme-espressif.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Documentation about the MCUboot bootloader design, operation and features can be
88

99
The current port is available for use in the following SoCs within the OSes:
1010

11-
| | ESP32 | ESP32-S2 | ESP32-C3 |
12-
| :-----: | :-----: | :-----: | :-----: |
13-
| Zephyr | Supported | Supported | Supported |
14-
| NuttX | Supported | Supported | Supported |
11+
| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
12+
| :-----: | :-----: | :-----: | :-----: | :-----: |
13+
| Zephyr | Supported | Supported | Supported | WIP |
14+
| NuttX | Supported | Supported | Supported | WIP |
1515

1616
## [Installing requirements and dependencies](#installing-requirements-and-dependencies)
1717

@@ -86,9 +86,9 @@ Detected flash size: 4MB
8686

8787

8888
*`<BOOTLOADER_FLASH_OFFSET>` value must follow one of the addresses below:*
89-
| ESP32 | ESP32-S2 | ESP32-C3 |
90-
| :-----: | :-----: | :-----: |
91-
| 0x1000 | 0x1000 | 0x0000 |
89+
| ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
90+
| :-----: | :-----: | :-----: | :-----: |
91+
| 0x1000 | 0x1000 | 0x0000 | 0x0000 |
9292

9393
---
9494

@@ -356,7 +356,7 @@ Burn the key into the device's eFuse, this action can be done **only once**:
356356
espefuse.py --port PORT burn_key flash_encryption <FLASH_ENCRYPTION_KEY.bin>
357357
```
358358

359-
- ESP32S2 and ESP32C3
359+
- ESP32S2, ESP32C3 and ESP32S3
360360
```
361361
espefuse.py --port PORT burn_key BLOCK <FLASH_ENCRYPTION_KEY.bin> <KEYPURPOSE>
362362
```

0 commit comments

Comments
 (0)