Skip to content

Releases: ARMmbed/mbed-ls

Stable: Add support for boards without serial port under Linux

26 Jan 16:35
Compare
Choose a tag to compare

Changes:

  • Linux: Add support for boards without serial port.
  • Small documentation updates.

Stable: Linux mbed enumeration issue fix

06 Jan 10:11
Compare
Choose a tag to compare

Changes/bugfixes:

  • Bugfix: [Linux] Linux detection ignores undefined target ids
  • Add unit tests to LinuxGeneric port
  • Add basic unit tests for Ubuntu specific platform
  • Code polishing

Stable: Add support for Nuvoton NUC472 NuTiny

04 Jan 14:50
Compare
Choose a tag to compare

Changes:

  • Add support for Nuvoton NUC472 NuTiny

Stable: Generic Linux support

23 Dec 14:13
Compare
Choose a tag to compare

Changes:

  • Add Linux generic support, Thanks @dubek .
  • Add unit tests for Generic Linux implementation.
  • Add additional '-' and '_' to mount point name regex.
    • We want to scan names of mount points like this:
      • /media/MBED_xxx
      • /media/MBED__xxx
      • /media/MBED-xxx

Stable: BBC micro:bit support

19 Nov 08:13
Compare
Choose a tag to compare

Changes:

  • Add BBC micro:bit support
  • Update .travis.yml with new Coverage CLI semantics
  • README polishing

Stable: pre-TechCon release

04 Nov 13:06
Compare
Choose a tag to compare

Changes:

  • Improvements for DISCOVERY-F429ZI STMicro platform used by stm32f429i-disco-gcc yotta target
  • Add CONTRIBUTING.md

Stable: Small improvements for Ubuntu

22 Oct 12:50
Compare
Choose a tag to compare

Changes:

  • Fix problems on Ubuntu: Allow devices with missing a serial port to show up on Ubuntu.
  • Update README.md with --mock functionality
  • Update information regarding pip installation

Stable: Mac supoprt improvements and mocking mechanism for prototyping

28 Sep 08:05
Compare
Choose a tag to compare

Changes:

  • Add new switch --mock used to map not existing platforms, see #23
  • Add check to ensure disk exists in both volumes and mounts, see #21
  • Add pylint facilities (also for ci system):
    • pylintrc configuration file
    • lintme.sh script to locally check pylint issues
    • lintme_ci.sh script to check pylint issues in CI systems (helps integrate with e.g. Jenkins)

Stable: Removed pip issue

11 Sep 18:55
Compare
Choose a tag to compare

Bugfix:

  • Removed issue with pip install related to MANIFEST.in missing README.md and LICENSE files.

Stable: Support ftr older Macs (and VMs) that only support USB 2.0 and below

09 Sep 13:05
Compare
Choose a tag to compare

Changes:

  • Instead of just checking the XHCI USB controller on Mac, mbed-ls now checks XHCI, UHCI, EHCI, and OHCI controllers