espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
288 stars 108 forks source link

add esp32 p4 stub and target code #147

Closed brianignacio5 closed 4 months ago

brianignacio5 commented 4 months ago

Add ESP32 P4 support.

Test steps:

npm i
npm run build
cd examples/typescript
npm i
npm run dev

Open a browser and go to http://localhost:1234 to launch esptool-js website.

github-actions[bot] commented 4 months ago

Download the artifacts for this pull request:

brianignacio5 commented 4 months ago

PTAL @RushikeshPatange

adwait-esp commented 4 months ago

LGTM