fix(ESP32-S3): Temporarily disable increasing CPU freq

Related to https://github.com/espressif/esptool/issues/848

Related to https://github.com/espressif/esptool/issues/842
This commit is contained in:
radim.karnis
2023-02-28 09:31:41 +01:00
parent 9c8c1f1a52
commit 23a509508b
3 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -56,7 +56,8 @@
#endif // ESP32H2
// Increase CPU freq to speed up read/write operations over USB
#define USE_MAX_CPU_FREQ (WITH_USB_JTAG_SERIAL || WITH_USB_OTG)
// Temporarily disabled on the S3 due to stability issues, will be fixed in the next minor release
#define USE_MAX_CPU_FREQ ((WITH_USB_JTAG_SERIAL || WITH_USB_OTG) && !ESP32S3)
/**********************************************************
* Per-SOC based peripheral register base addresses