Skip to content

Commit 0ad600e

Browse files
authored
Merge branch 'master' into feature/ide_2_debug
2 parents 0072061 + a5f03a8 commit 0ad600e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/Issue-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ body:
4141
options:
4242
- latest master (checkout manually)
4343
- latest development Release Candidate (RC-X)
44+
- v2.0.5
4445
- v2.0.4
4546
- v2.0.3
4647
- v2.0.2

docs/source/guides/core_debug.rst

-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building
3535
- ``esp32s3``
3636
- Example: ``./build.sh -t esp32``
3737
- 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``
4138

0 commit comments

Comments
 (0)