Skip to content

Releases: ARMmbed/mbed-ls

Release 1.2.6

06 Oct 09:18
Compare
Choose a tag to compare

Changes:

  • Add 3 new platforms : NUCLEO_F439ZI, NUCLEO_F756ZG, NUCLEO_L486RG
  • Fixing tid detection in Windows

Version v1.2.5

04 Oct 14:18
Compare
Choose a tag to compare

Changes:

  • Allow serial numbers to be alphanumeric when deducing the tid.
  • Add MultiTech XDOT_L151CC

v1.2.4

03 Oct 10:33
Compare
Choose a tag to compare

Changes:

Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2         

v1.2.3

21 Sep 08:38
Compare
Choose a tag to compare

Added Delta DFBM-NQ620 and Toshiba BlueNinja TZ1000 target detection.

v1.2.2

09 Sep 10:42
Compare
Choose a tag to compare

Fixes & enhancements:

  • Removing reference to non-existent function get_mbed_fw_version
  • Adding exception message to debug
  • Add KL27Z, KL43Z and K66F to the list of boards
  • Use dir command on Windows for checking mount points
  • Add check for USB ID when getting COM port
  • Remove duplicate logic

Fix mbed-ls to read platform mocks when imported used

22 Aug 10:45
Compare
Choose a tag to compare

Fixes:

  • mbed-ls does not read mocks via import API create(). Issue #120

Add support for OS X El Captain

29 Jul 10:29
Compare
Choose a tag to compare

Changes:

  • Fix listing connected mbeds on OS X El Captain, see #115 (Thanks @bulislaw)
  • Released to PyPI

Release notes for Q2.2016 (Summary)

25 Jul 11:50
Compare
Choose a tag to compare

Release notes for Q2.2016

  • Add support for Ubuntu 15
  • Add global $HOME/.mbed-ls/.mbedls-mock storage for mock file
  • Add command execution feature with subprocess.communicate()
    • mbedls may block if calls to shell commands have more than 4kB or text in the
  • Add --list switch to list all target_id -> platform_name mappings
  • Add extended support for DAPlink: mbed.htm file parsing
  • Add support for dummy platforms generation
  • Add mbed-ls version string to debug mode (switch -d)
  • Add new target NUMAKER_PFM_NUC472
  • Add new target NUMAKER_PFM_M453
  • Add new target NUCLEO_F303ZE
  • Add new target NUCLEO_F767ZI
  • Add new target HEXIWEAR
  • Add new target B96B_F446VE
  • Add new target NCS36510
  • Add new target UBLOX_C029
  • Add new target NUCLEO_F207ZG
  • Add new target NUCLEO_F429ZI
  • Add new target NUCLEO_L011K4
  • Add new target NUCLEO_L432KC
  • Add new target NRF52_DK
  • Add new target EFM32PG_STK3401
  • Add new target NUCLEO_F446ZE
  • Add new target NUCLEO_F042K6
  • Add new target DISCO_F429ZI
  • Add new target NUCLEO_F746ZG
  • Add new target NUCLEO_L031K6
  • Updates for DISCO_F469NI
  • Updates for ARM_BEETLE_SOC
  • Add basic unit tests for MbedLsToolsBase class
  • Documentation updates
    • Updates to README.md

Bug-fixes and code coverage improvements

22 Jul 10:09
Compare
Choose a tag to compare

Changes:

  • Replace os.mkdir() with recursive directory creation function, see #114
  • Add basic unit tests for MbedLsToolsBase class, see #113
  • Released to PyPI

Bug-fixes around file lock for $HOME mock feature

21 Jul 10:02
Compare
Choose a tag to compare

Changes:

  • Bug-fixes around file lock for $HOME mock data, see #112
  • Released to PyPI