Releases: ARMmbed/mbed-ls
Releases · ARMmbed/mbed-ls
Release version 1.4.1
Fixes
- Null handler is used by default, removing the pesky "no logger installed" warnings
- Logging is documented in the readme
- Treat dropped devices just like unmounted devices. Prents tracebacks when reading from a device that just dropped off.
- Correct DISCO_L496G -> DISCO_L496AG
New targets
- NUCLEO_WB55RG
- MTB_RAK811
- MTB_USI_BN_BM_22
- UNO_81{A|C|AM}
Release version 1.4.0
Features
- JLink Detection
Bug fixes
- Overhall Windows detection
New Targets
- DISCO_F303VC
Release version 1.3.7
Fixes
- Allowing filtering on
daplink_*
details
New Targets
- MTB MTS_Dragonfly
- MTB MTS_xDOT
- DISCO_L496G
- MTB_LAIRD_BL600
- MTB CMWX1ZZABZ_078
- MTB WISE_1510
- MTB ADV_WISE_1570
- MTB ADV_WISE_1530
Release v1.3.6
New Targets
- MIMXRT1050 EVK
- UBLOX NINA B1 MTB
- MXCHIP EMW3166 MTB
Fixes
- Remove log calls to root logger
Release v1.3.5
New Targets
- ublox ODIN-W2 MTB
- NUCLEO_F413ZH
- SAKURAIO_EVB_01
Bug fixes
- Fix retargeting bug when using mbedls.json
- Correct traceback caused by None "target_id"
- Replace name filter with function
Release v1.3.4
Fixes
- correct drive detection on Windows with non-English languages
- left align columns in CLI output
- update platform database when it's out of date
New Targets
- NUCLEO_H743ZI
- DISCO_F407VG
- TMPM46B
Release v1.3.3
Fixes
- Startup without colorlog works
- Test that startup works without colorlog in CI
Release v1.3.2
Fixes
- Show unknown boards/devices
- Show devices as unknown in bootloader mode
- Run generic setup before anything else in main
- Prevent any use of the root logger
- Allow windows users to run the test suite
- Use "fsutil" to verify that the devices are connected on windows
Release v1.3.1
Fixes
- Make debug logs opt-in
Release v1.3.0
New Features
- The API supports a quality of service parameter that can trade
performance for better detection - A port is no longer expected to read the file system on the device or
interact with the platform database - Huge speedup of the Linux port.
- Possibly a speedup of the mac and windows port
New testing
- OS mocking for Linux, Windows and Mac
- At least a simple "K64F plugged in" test case for each OS
- Coverage 75% (up from 37%)