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
Support running pyOCD with cmsis-pack-manager not installed, in which case managed CMSIS packs are not supported. This is primarily for running on small platforms like Raspberry Pi. See installing_on_non_x86.md for more.
Note in readme about using libusb 1.0.21 on Windows to work around a pyusb issue that only appears on that platform.
Loading ELF files now uses the segments defined in the file rather than sections.
Fixes
Fixed regression on quit option for terminal probe selection prompt.
Gracefully handle cases where the "mbed.htm" file does not appear on STLink USB MSC volumes (#695).
Fix SVD model handling of unset derived attributes (#688).
Catching more USB related exceptions that can be caused by misbehaving devices.