mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 23:06:31 +08:00
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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
Reference in New Issue
Block a user