We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0072061 + a5f03a8 commit 0ad600eCopy full SHA for 0ad600e
.github/ISSUE_TEMPLATE/Issue-report.yml
@@ -41,6 +41,7 @@ body:
41
options:
42
- latest master (checkout manually)
43
- latest development Release Candidate (RC-X)
44
+ - v2.0.5
45
- v2.0.4
46
- v2.0.3
47
- v2.0.2
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
35
- ``esp32s3``
36
- Example: ``./build.sh -t esp32``
37
- A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory
38
- - **Option 3**: Build for multiple SoCs (not all) - simply write them down separated with space: ``./build.sh -t <soc1> <soc2> <soc3>``
39
-
40
- - Example: ``./build.sh -t esp32 esp32-c3``
0 commit comments