doc: espressif: add ESP32-S3 development status

This updates information related to ESP32-S3 SoC.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
diff --git a/docs/readme-espressif.md b/docs/readme-espressif.md
index db37bb3..2e9c277 100644
--- a/docs/readme-espressif.md
+++ b/docs/readme-espressif.md
@@ -8,10 +8,10 @@
 
 The current port is available for use in the following SoCs within the OSes:
 
-| | ESP32 | ESP32-S2 | ESP32-C3 |
-| :-----: | :-----: | :-----: | :-----: |
-| Zephyr | Supported | Supported | Supported |
-| NuttX | Supported | Supported | Supported |
+| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
+| :-----: | :-----: | :-----: | :-----: | :-----: |
+| Zephyr | Supported | Supported | Supported | WIP |
+| NuttX | Supported | Supported | Supported | WIP |
 
 ## [Installing requirements and dependencies](#installing-requirements-and-dependencies)
 
@@ -86,9 +86,9 @@
 
 
 *`<BOOTLOADER_FLASH_OFFSET>` value must follow one of the addresses below:*
-| ESP32 | ESP32-S2 | ESP32-C3 |
-| :-----: | :-----: | :-----: |
-| 0x1000 | 0x1000 | 0x0000 |
+| ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
+| :-----: | :-----: | :-----: | :-----: |
+| 0x1000 | 0x1000 | 0x0000 | 0x0000 |
 
 ---
 
@@ -356,7 +356,7 @@
 espefuse.py --port PORT burn_key flash_encryption <FLASH_ENCRYPTION_KEY.bin>
 ```
 
-- ESP32S2 and ESP32C3
+- ESP32S2, ESP32C3 and ESP32S3
 ```
 espefuse.py --port PORT burn_key BLOCK <FLASH_ENCRYPTION_KEY.bin> <KEYPURPOSE>
 ```