You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade connection library to v1.0.0-beta.0 for serial fixes (#1238)
This contains the pre-1.0 breaking API changes and USB serial re-work.
We'll run this on Python beta for a bit to build confidence as the BLE code has
had far more real use than the USB changes.
This should improve serial issues after first physical connection + flash and
extra serial from previous programs leaking into subsequent ones.
Relevant fixes:
- Workaround for the bad response issue - microbit-foundation/microbit-connection#72
- Use DAPLink vendor command for serial number - microbit-foundation/microbit-connection#103
- Inline CMSIS-DAP code, fix and test serial issues - microbit-foundation/microbit-connection#110
- Fix UICR not updated during WebUSB partial flashing - microbit-foundation/microbit-connection#113
0 commit comments