Ouss4 commented on a change in pull request #3470:
URL: https://github.com/apache/incubator-nuttx/pull/3470#discussion_r609028201
##########
File path: Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst
##########
@@ -83,3 +153,120 @@ outputted::
From the host the message :code:`test` should be outputted.
+smp
+---
+
+Another NSH configuration, similar to nsh, but also enables
+SMP operation. It differs from the nsh configuration only in these
+additional settings:
+
+SMP is enabled::
+
+ CONFIG_SMP=y
+ CONFIG_SMP_IDLETHREAD_STACKSIZE=3072
+ CONFIG_SMP_NCPUS=2
+ CONFIG_SPINLOCK=y
+
+The apps/testing/smp test is included::
+
+ CONFIG_TESTING_SMP=y
+ CONFIG_TESTING_SMP_NBARRIER_THREADS=8
+ CONFIG_TESTING_SMP_PRIORITY=100
+ CONFIG_TESTING_SMP_STACKSIZE=2048
+
+ostest
+------
+
+This is the NuttX test at apps/examples/ostest that is run against all new
Review comment:
```suggestion
This is the NuttX test at apps/testing/ostest that is run against all new
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]