Skip to content

Releases: intercreate/smpmgr

0.11.0

05 Mar 22:54
791b4dd
Compare
Choose a tag to compare

What's Changed

  • add UDP support by @looran in #44
    smpmgr --loglevel INFO --ip 10.9.9.2 upgrade --slot 1 zephyr.signed.bin
    smpmgr --ip 10.9.9.2 image state-read
    
    • Future rework to the transport system will allow for setting mtu, port, or other transport specific options (for example, the UART transport would have a lot of options)

New Contributors

Full Changelog: 0.10.4...0.11.0

0.10.4

12 Feb 06:25
5b4dc52
Compare
Choose a tag to compare

Fixes

  • Windows portable contains BLE requirements
  • Linux portable build on Ubuntu 20.04 for better GLIBC compatibility
  • macOS portables renamed "darwin" -> "macos"
  • Added macOS x86 (intel) portable

What's Changed

Full Changelog: 0.10.2...0.10.4

0.10.2

30 Jan 21:28
Compare
Choose a tag to compare

Just to fix the pipx release.

Full Changelog: 0.10.1...0.10.2

0.10.1

30 Jan 21:09
1b582e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

09 Dec 19:18
d7cf405
Compare
Choose a tag to compare

What's Changed

  • feat: add image state-write by @M1cha in #36

New Contributors

  • @M1cha made their first contribution in #36

Full Changelog: 0.9.0...0.10.0

0.9.0

16 Nov 03:24
9284a1f
Compare
Choose a tag to compare

What's New

  • Added --ble transport option. Usage is smpmgr --ble <name or address> <command and args>, e.g. smpmgr --ble MyBLEDevice os echo Hello!. Thanks, @tormodvolden!
  • The --timeout arg will be used for the transport connection timeout as well as SMP request timeout. This may not be ideal in the long run, but it was necessary for it to be a bit longer than the default 2 seconds when testing BLE on Windows! So, if BLE doesn't connect quickly, try --timeout 5.

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1

13 Oct 20:13
Compare
Choose a tag to compare

New

  • Add File Management group (thanks @sgfeniex)
  • Upgrade Rich for faster startup times
  • Add macOS (Arm) portable

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.1

0.8.0

13 Oct 19:11
40fe93d
Compare
Choose a tag to compare

pipx only - builds fixed in 0.8.1

Full Changelog: 0.7.0...0.8.0

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