deadprogram
0ec2f0818a
flashing: introduce flash method 'esp32jtag' for esp32c3/esp32s3 targets
...
This adds a new flash method 'esp32jtag' to explicitly define when this
reset method is needed. When flashing esp32c3/esp32s3 boards on Windows
this method of board reset is required, otherwise the reset does not
take place and the board cannot be flashed.
Signed-off-by: deadprogram <ron@hybridgroup.com >
2026-04-05 14:15:40 +02:00
deadprogram
8fbaffe56e
targets: modify esp32, esp32s3, esp32c3, & esp8266 targets to use built-in esp32flash
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2026-04-05 14:15:40 +02:00
Dima Jolkin
d364ac6024
esp32s3-usbserial: added usbserial printing
2026-04-05 14:15:40 +02:00
cjpeterson
fbbaa5e580
Add ESP32-S3 support ( #5091 )
...
* feat: add initial support for ESP32-S3 (#3442 )
* feat: add initial support for esp32-s3
* esp32s3: fix merge errors
* esp32s3: Fix Watchdog registers bad names
* esp32s3: fix linker relocation errors and support for ESP binary
* esp32s3: fix memory section overlap
* esp32s3: correct clock frequencies
* esp32s3: more stable cpu
* esp32s3: enable basic gpio support
* esp32s3: simplify loading and check extensions
* esp32s3: synchronize cpu features with clang
* esp32s3: correct iram origin
---------
Co-authored-by: Denys Vitali <denys@denv.it >
Co-authored-by: Olivier Fauchon <ofauchon2204@gmail.com >
2025-11-24 12:11:47 +01:00