Skip to content

Stable: New APIs to list available platforms

Compare
Choose a tag to compare
@PrzemekWirkus PrzemekWirkus released this 30 Jul 14:13
· 834 commits to master since this release

Changes:

  • New Python API:
    • mbedls.list_platforms() lists available platforms' names (unique list).
    • mbedls.list_platforms_ext() lists platforms and their count in the system.
  • CLI options updated to reflect Python API changes:
    • Option -p shows available platforms in JSON indented format.
    • Option -P shows platform count information in indented JSON format.
  • v0.1.16 documentation update (APIs examples).