Skip to main content

New Features

  • lager install --version now accepts a release tag (e.g. v0.15.0) in addition to a git branch, so you can install a box at a pinned version directly: lager install --ip <BOX_IP> --version v0.15.0. This replaces the old --branch flag, which only accepted branches.

Bug Fixes

  • Reverted DA1469x post-flash reset to use J-Link Commander register writes (restores 0.15.0 behavior). The GDB-based reset introduced in 0.15.1 caused regressions on DA1469x targets.

Installation

To install this version:
pip install lager-cli==0.15.2
To upgrade from a previous version:
pip install --upgrade lager-cli

Resources

View Release on PyPI