Skip to content

Releases: ARMmbed/mbed-ls

Add two new Nuvoton platforms: NUMAKER_PFM_NUC472 and NUMAKER_PFM_M453

20 Jul 16:01

Choose a tag to compare

Changes:

  • Add NUMAKER_PFM_NUC472 and NUMAKER_PFM_M453, see #110
  • Released to PyPI

Bug-fix: deadlock when accessing mock file using lockfile context mgr APIs

19 Jul 14:16

Choose a tag to compare

Changes:

  • Replace lockfile context mgr usage with lock.acquire() and lock.release(), see #111
  • Released to PyPI

Add new platform NUCLEO_F303ZE

12 Jul 14:28

Choose a tag to compare

Changes:

  • Add the detection of NUCLEO_F303ZE, see #109
  • Add mbed-ls version string to debug mode (switch -d), see #108
  • Released to PyPI

Add support for dummy platforms generation API

06 Jul 21:21

Choose a tag to compare

Changes:

  • Add support for dummy platforms generation, see #107
  • Released to PyPI

Updated version to v1.0.0

06 Jul 16:25

Choose a tag to compare

Changes:

  • Update version to v1.0.0
  • Release to PyPI

Add global mocking scope (switch -m)

06 Jul 16:23

Choose a tag to compare

Changes:

  • Add global $HOME/.mbed-ls/.mbedls-mock storage for mock file #106
  • Release to PyPI

Add new platform NUCLEO_F767ZI

05 Jul 21:59

Choose a tag to compare

Changes:

  • Add new platform NUCLEO_F767ZI, see #105
  • Add simple mbed-enabled documentation entry, see #104
  • Release to PyPI

Added new platform HEXIWEAR

25 Jun 09:58

Choose a tag to compare

Changes:

  • Updated lstools_base.py for adding HEXIWEAR, see #101
  • Released to PyPI.

Two new platforms

23 Jun 22:08

Choose a tag to compare

Changes:

  • Add new platform B96B_F446VE.
  • Add new platform NCS36510.
  • Released to PyPI.

Improve mbed.html parsing for DAPlink version and build strings

22 Jun 14:12

Choose a tag to compare

Changes:

  • Add extended support for DAPlink / mbed.htm file parsing, see #97
  • Released to PyPI