Skip to content

Releases: ARMmbed/mbed-ls

Added six new great mbed platforms

20 Jun 17:42
Compare
Choose a tag to compare

Changes:

  • Add new platform UBLOX_C029.
  • Add new platform NUCLEO_F207ZG.
  • Add new platform NUCLEO_F429ZI.
  • Add new platform NUCLEO_L011K4.
  • Add new platform NUCLEO_L432KC.
  • Add new platform NRF52_DK.
  • Released to PyPI.

Add Pearl Gecko and update ARM Beetle

14 Jun 11:28
Compare
Choose a tag to compare

Changes:

  • Added Pearl Gecko (EFM32PG_STK3401), see #86
  • Modify ARM_BEETLE_SOC detection support, see #87
  • Released to PyPI.

Add --list switch to list all target_id -> platform_name mappings

13 Jun 18:12
Compare
Choose a tag to compare

Changes:

  • Add --list switch to list all target_id -> platform_name mappings, see #84
  • Released to PyPI v0.2.11

Add new plaform Nucleo F446ZE

01 Jun 08:42
Compare
Choose a tag to compare

Changes:

  • Add NUCLEO_F446ZE detection, see #82
  • Released to PyPI:
Submitting dist\mbed-ls-0.2.10.zip to https://pypi.python.org/pypi
Server response (200): OK

Nucleo platforms add-ons and updates

23 May 10:13
Compare
Choose a tag to compare

Changes:

  • Add NUCLEO_F042K6 detection.
  • Update DISCO_F469NI and add DISCO_F429ZI.
  • Released to PyPI.

New platform NUCLEO_F746ZG added

16 May 14:58
Compare
Choose a tag to compare

Changes:

  • Add NUCLEO_F746ZG TargetID, see #78
  • Minor README updates
  • Released to PyPI

Linux port improvements

06 May 12:55
Compare
Choose a tag to compare

Changes:

  • Add command execution feature with subprocess.communicate(), see #77
    • mbedls may block if calls to shell commands have more than 4kB or text in the
  • Unit tests updated for RPI2
  • Updates to README.md
  • Released to PyPI

Add NUCLEO_L031K6 + updates to documentation

25 Apr 14:07
Compare
Choose a tag to compare

Changes:

  • Add new target NUCLEO_L031K6, see #70 and here: #73
  • Documentation updates.
  • Released to PyPi:
Submitting dist\mbed-ls-0.2.6.zip to https://pypi.python.org/pypi
Server response (200): OK

Ubuntu 15 support

06 Apr 12:16
Compare
Choose a tag to compare

Changes:

  • Add support for Ubuntu 15, see here.
  • Released to PyPI.

Catch OSError when listing files in mount point

30 Mar 12:35
Compare
Choose a tag to compare

Changes:

  • Bug-fix: Catch OSError when listing files in mount point. See here: #65.
  • Released to PyPI.