Skip to content

Releases: intercreate/smpmgr

0.7.0

08 Apr 17:13
4168352
Compare
Choose a tag to compare

New Features

  • New command: terminal
    • Use smpmgr --port <serial port> terminal to open a simple serial terminal
    • Ctrl T to exit
    • Only supports the serial transport for now
    • Minimal implementation - feedback and bug reports welcome!

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

03 Apr 23:41
6c1d723
Compare
Choose a tag to compare

New Features

  • ic (Intercreate) group for uploading FW to arbitrary locations governed by the SMP servers handler

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

11 Mar 23:04
Compare
Choose a tag to compare

New Features

  • interactive shell: smpmgr shell
  • get version: smpmgr --version

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

03 Feb 01:17
642246c
Compare
Choose a tag to compare
  • Tests automated build of portable package release workflow

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

02 Feb 23:04
db4a883
Compare
Choose a tag to compare

Features

  • Added --mtu option that allows serial transport to specify MTU. The MTU specified should be compatible with the SMP server used. Default is 4096. This is required to be set to 127 for Zephyr Shell Transport, see #8.

Fixes

  • Fixed #5

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

09 Jan 04:17
58e2bdd
Compare
Choose a tag to compare

Features

  • adds standard python logging
  • adds option --loglevel
  • adds option --logfile

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

13 Dec 04:38
41867fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

03 Dec 02:36
Compare
Choose a tag to compare

Initial release

Full Changelog: 0.1.0...0.1.1