bronchip / bronchip

Browser-Based On-Chip Debugger.
MIT License
4 stars 1 forks source link

esp32 C3 serial protocol support #2

Open hasheddan opened 1 year ago

hasheddan commented 1 year ago

Given the popularity of esp32 devices, the esp32 C3 serial protocol is a good candidate for initial implementation. Definition of done will be support for all commands supported by ROM + Stub bootloaders (i.e. excluding stub-only commands). This includes:

hasheddan commented 1 year ago

This is good example of functionality that should be implemented on top of the common readable / writable streams substrate.