- Portable runtime cli and gui now supports Example Emulated Device(EED) to test without actual hardware.
- Reference platform updated to Bookworm 64-bit based Raspberry Pi OS.
- Portable runtime gui enhanced to work with latest unify core.
- Portable runtime cli and gui now supports ZIGPC-NCP, AOXPC, Multiprotocol (ZIGPC-RCP). Further details about the cli and gui in-detail changes can be found in documentation.
- Added failure log when firmware image is not present at the given path during flash app command.
- Chip type option check validation is fixed.
- Portable runtime supports a new resource-path option. (defaults to local packaged resources placed in
resources_local folder)
- New flash applications (SensorPIR, Wall Controller, Power Strip) support added
Note : The binaries for these new applications must be added to the
resources/ app-binaries
directory manually, until they become publicly available in the next GSDK release list-devices
command now enhanced to show configured RF region, board number and application name- Refactored DSK reading and MFG token reading
- Made chip type optional for MFG token reading
- Moved
list-devices
old functionality tolist-devices-raw
- Refactored function
get_serialnum
- Docker containers are now all specifically named
unify-%service-name%
.
- Added
flash-app
andread-dsk
subcommands, for flashing application FW files to a board and to read out the DSK. - Include a platform specific version of the Silicon Labs tools
Commander
, for providing the above feature. - Changed the shorthand argument for chip-type, from
-d
to-c
, as there was a clash between that option and the--device
option.