File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Documentation/platforms/xtensa/esp32s3
boards/xtensa/esp32s3/esp32s3-devkit/configs Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ Wi-Fi Yes WPA3-SAE supported
127
127
Wi-Fi
128
128
-----
129
129
130
- .. tip :: Boards usually expose a ``wifi`` defconfig which enables Wi-Fi
130
+ .. tip :: Boards usually expose a ``wifi`` defconfig which enables Wi-Fi. On ESP32-S3,
131
+ SMP is enabled to enhance Wi-Fi performance.
131
132
132
133
A standard network interface will be configured and can be initialized such as::
133
134
@@ -146,10 +147,10 @@ the result by running ``ifconfig`` afterwards.
146
147
Wi-Fi SoftAP
147
148
------------
148
149
149
- It is possible to use ESP32 as an Access Point (SoftAP).
150
+ It is possible to use ESP32-S3 as an Access Point (SoftAP).
150
151
151
152
.. tip :: Boards usually expose a ``sta_softap`` defconfig which enables Wi-Fi
152
- (STA + SoftAP)
153
+ (STA + SoftAP). On ESP32-S3, SMP is enabled to enhance Wi-Fi performance.
153
154
154
155
If you are using this board config profile you can run these commands to be able
155
156
to connect your smartphone or laptop to your board::
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ CONFIG_RR_INTERVAL=200
72
72
CONFIG_SCHED_LPWORK=y
73
73
CONFIG_SCHED_WAITPID=y
74
74
CONFIG_SIG_DEFAULT=y
75
+ CONFIG_SMP=y
76
+ CONFIG_SMP_NCPUS=2
75
77
CONFIG_SPIFFS_NAME_MAX=128
76
78
CONFIG_START_DAY=6
77
79
CONFIG_START_MONTH=12
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ CONFIG_RR_INTERVAL=200
68
68
CONFIG_SCHED_LPWORK=y
69
69
CONFIG_SCHED_WAITPID=y
70
70
CONFIG_SIG_DEFAULT=y
71
+ CONFIG_SMP=y
72
+ CONFIG_SMP_NCPUS=2
71
73
CONFIG_SPIFFS_NAME_MAX=128
72
74
CONFIG_START_DAY=6
73
75
CONFIG_START_MONTH=12
You can’t perform that action at this time.
0 commit comments