Skip to content

Commit a37755d

Browse files
committed
feat(README): remove debug version
1 parent 9a62f07 commit a37755d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ If you want to directly use the precompiled SDK based on the branches below, ple
1111
- [Feature](#feature)
1212
- [Branches](#branches)
1313
- [Release Versions](#release-versions)
14-
- [Debug Versions](#debug-versions)
1514
- [High Performance Versions](#high-performance-versions)
1615
- [How to Use](#how-to-use)
1716
- [Compilation in Github](#compilation-in-github)
@@ -22,7 +21,6 @@ If you want to directly use the precompiled SDK based on the branches below, ple
2221
In comparison to the original [esp32-arduino-lib-builder](https://github.com/espressif/esp32-arduino-lib-builder), this repository is used for recompiling specific versions of the SDK in `arduino-esp32` and has the following branches:
2322

2423
* `release/*` is used to recompile the original SDK for a specified version.
25-
* `debug/*` is used to recompile debug versions based on a specified SDK version.
2624
* `high_perf/*` is used to recompile high performance versions based on a specified SDK version. It changes some configurations (as below) and can achieve higher performance in some cases, especially for avoiding [screen drifting](https://docs.espressif.com/projects/esp-faq/en/latest/software-framework/peripherals/lcd.html#why-do-i-get-drift-overall-drift-of-the-display-when-esp32-s3-is-driving-an-rgb-lcd-screen) when using RGB LCDs. (Only available for v3.x and above versions)
2725

2826
* For ESP32-S3 SoCs:
@@ -40,13 +38,6 @@ In comparison to the original [esp32-arduino-lib-builder](https://github.com/esp
4038
* [release/v3.0.0-alpha3](https://github.com/esp-arduino-libs/esp32-arduino-lib-builder/tree/release/v3.0.0-alpha3)
4139
* [release/v3.0.0](https://github.com/esp-arduino-libs/esp32-arduino-lib-builder/tree/release/v3.0.0)
4240

43-
### Debug Versions
44-
45-
Due to the support of specifying the LOG level when compiling v3.x and above versions in esp32-arduino-lib-builder, the branches here are only used to compile debug versions of v2.x.
46-
47-
* [debug/v2.0.13](https://github.com/esp-arduino-libs/esp32-arduino-lib-builder/tree/debug/v2.0.13)
48-
* [debug/v3.0.0](https://github.com/esp-arduino-libs/esp32-arduino-lib-builder/tree/debug/v3.0.0)
49-
5041
### High Performance Versions
5142

5243
As only v3.x and above versions support the required high-performance configurations, the branches here are only used for compiling the high_perf version of v3.x.

0 commit comments

Comments
 (0)