Releases: ARMmbed/mbed-ls
Releases · ARMmbed/mbed-ls
Add two new Nuvoton platforms: NUMAKER_PFM_NUC472 and NUMAKER_PFM_M453
Changes:
- Add
NUMAKER_PFM_NUC472
andNUMAKER_PFM_M453
, see #110 - Released to PyPI
Bug-fix: deadlock when accessing mock file using lockfile context mgr APIs
Changes:
- Replace
lockfile
context mgr usage withlock.acquire()
andlock.release()
, see #111 - Released to PyPI
Add new platform NUCLEO_F303ZE
Add support for dummy platforms generation API
Changes:
- Add support for dummy platforms generation, see #107
- Released to PyPI
Updated version to v1.0.0
Changes:
- Update version to
v1.0.0
- Release to PyPI
Add global mocking scope (switch -m)
Changes:
- Add global
$HOME/.mbed-ls/.mbedls-mock
storage for mock file #106 - Release to PyPI
Add new platform NUCLEO_F767ZI
Added new platform HEXIWEAR
Changes:
- Updated
lstools_base.py
for addingHEXIWEAR
, see #101 - Released to PyPI.
Two new platforms
Changes:
- Add new platform
B96B_F446VE
. - Add new platform
NCS36510
. - Released to PyPI.
Improve mbed.html parsing for DAPlink version and build strings
Changes:
- Add extended support for DAPlink / mbed.htm file parsing, see #97
- Released to PyPI