Koki Mizumoto
Koki Mizumoto
Fixed a bug that the initial value of calibrationData might become an abnormal value when the calibrate function is called. It is necessary to execute the read function before calling...
I read this [issue](https://github.com/ch32-rs/wlink/issues/42) and implemented commands which controls IAP mode. ``` Commands: iap Enter or quit IAP mode ``` Example: ``` > wlink iap [WARN] This is an experimental...
Add CH32X035 and CH32L103 into TinyUSB. ### Pre-task - https://github.com/openwch/arduino_core_ch32/pull/176 ### Changelog - CH32X035's UEP0_TX_CTRL structure is different from the others boards.  - CH32X035's EP address map is divided...