aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2022-10-07 00:20:51 +0100
committerGitHub <noreply@github.com>2022-10-07 00:20:51 +0100
commite2b9b6db36c25c3a15c788286d6732024091157c (patch)
tree5e32dbc2fa1461285ff0778f96ef46c491205ee9 /src
parent37c55c870830fdade5483e2190e3c1caaa6c5ff7 (diff)
Update Readme.md
Diffstat (limited to 'src')
-rw-r--r--src/platforms/esp32s3/Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/platforms/esp32s3/Readme.md b/src/platforms/esp32s3/Readme.md
index 6b6c716..29cfbd3 100644
--- a/src/platforms/esp32s3/Readme.md
+++ b/src/platforms/esp32s3/Readme.md
@@ -14,3 +14,11 @@ External RAM uses the same cache region as the external flash. This means that f
In general, external RAM will not be used as task stack memory. xTaskCreate() and similar functions will always allocate internal memory for stack and task TCBs.
+Reserved Pins on ESP32-S3:
+
+![Reserved Pins](ReservedPinsForPSRAM.PNG)
+
+Devkit Layout:
+
+![ESP32-S3 DevKit layout](ESP32-S3-DevKitC-1-pin-layout.png)
+