Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 13:46
1c0146e

Release notes

Added

  • bypass command, which can take any set of arguments that west command
    supports and pass them directly to west tool.
  • util connect and util rtt commands. With first you connect to the
    device, with second you can observe RTT logs while connected.
  • build and flash commands now support extra positional arguments after
    double dash --. Run them with --help string to learn what do they do.

Fixed

  • Incorrect no toolchain message.
  • --force flag was not set as flag by Click.
  • --jlink-id should be of type str but it was not.
  • No westdir related bug that came up in demonstration.