diff --git a/docs/source/guides/core_debug.rst b/docs/source/guides/core_debug.rst index abd3f0f9de509b04c6458ef1f1862090360ba220..1f39567e2f5fb62e66d2f84f91b8910433f596c9 100644 --- a/docs/source/guides/core_debug.rst +++ b/docs/source/guides/core_debug.rst @@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building - ``esp32s3`` - Example: ``./build.sh -t esp32`` - A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory - - **Option 3**: Build for multiple SoCs (not all) - simply write them down separated with space: ``./build.sh -t `` - - - Example: ``./build.sh -t esp32 esp32-c3``