Releases: mbed-ce/fxload
Releases · mbed-ce/fxload
FXLoad 2.1.0
Changes:
- CLI now uses subcommands (
list
,load_ram
, andload_rom
) instead of having everything lumped together. This should make the CLI easier to use - New
list
feature allows listing devices without doing anything else - Improve help for
--type
option - Bugfix: selecting devices by bus/device number didn't work if there was a device with 0000:0000 vid:pid connected
- Bugfix: libusb warnings will no longer show up in the device list (warnings are ignored until we actually try to open the device now)
FXLoad 2.0
Initial release of FXLoad from Mbed CE.
Includes:
- New CMake-based build system
- MS Visual Studio compiler support
- Windows installer
- Github Actions CI jobs
- Rewritten, more robust CLI using the CLI11 library
- Improved error messages (esp. for failing to open USB devices)
- Improved device selection menu
- Bugfix: RAM size now correctly detected for FX2LP