Releases: Misaka0x2730/MioLink
Development Build
Commits
- 9520812: Update README.md (Dmitry Rezvanov)
v0.0.2
v0.0.1
Finally, first release!
Supported all major features: SWD, JTAG, RTT, SWO, UART (second VCOM).
Supported all hardware platforms: MioLink rev.A and rev.B, MioLink_Pico, and standard Pico and Pico W.
Tested targets:
- STM32G030
- STM32F103
- STM32F401
- ATSAM3X8E
I have plans to test also the following targets (but I believe everything will be fine):
- nRF52
- RP2040
- RP2350
Known issues:
- Problems with STM32F103 in debug firmware, but only debug build is affected, so attached binary is not affected (because it's a release build).
Just flash attached .uf2 binary via RP2040's USB-MSC bootloader and enjoy!
v0.0.1-rc0
Candidate for the first release.
Supported all major features: SWD, JTAG, RTT, SWO, UART (second VCOM).
Supported hardware platforms: MioLink rev.A and rev.B, MioLink_Pico, and standard Pico and Pico W.
So far, testing has only been done on MioLink rev.A and on Pico / Pico W.
v0.0.1 release will be published once this PR (raspberrypi/pico-sdk#1979) is merged into the pico-sdk, which fixes the priority issue for Pico W, and once testing is completed on the MioLink rev.B and MioLink_Pico platforms, as well as functionality with nRF52, STM32F0, and STM32G0 targets.