Skip to content

Releases: brondani/devtools

tools/projmgr/2.12.0-dev1

Pre-release

Choose a tag to compare

Set `zephyr` output subfolder and hex generation flag

tools/projmgr/2.12.0-dev0

Pre-release

Choose a tag to compare

Initial zephyr/west integration support

tools/projmgr/2.11.0-dev0

Pre-release

Choose a tag to compare

@brondani brondani released this 13 Aug 09:02
f6d41f8
Update projmgr.yml

tools/projmgr/2.9.0-dev1

Pre-release

Choose a tag to compare

@brondani brondani released this 12 May 08:28
Use appropriate strip tool based on architecture and target

tools/projmgr/2.9.0-dev0

Pre-release

Choose a tag to compare

@brondani brondani released this 12 May 08:24
Release dev-drop

tools/projmgr/2.9.0-jsonrpc4

Pre-release

Choose a tag to compare

Updated googletest version to v1.6.0 (#2031)

Failure occurred due to the deprecation of support for CMake versions
earlier than 3.10. Since the Ubuntu GitHub runner uses CMake 3.31.6,
which no longer supports versions prior to 3.10 in many cases, our
pinned version of GoogleTest needed an update. Additionally, other
dependencies, such as JSON and JSON Schema Validators, were updated to
the minimum compatible versions, with 3.5 being the lowest supported.


https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features

The change includes:
- Pin googletest to latest v1.16.0
- yaml-cpp patch update `cmake_minimum_required(VERSION 3.10)`
- json patch update `cmake_minimum_required(VERSION 3.10)`
- json-schema-validator patch update `cmake_minimum_required(VERSION
3.10)`
- Updated ubuntu-20.04 to ubuntu-22.04. **GitHub Actions is deprecating
the ubuntu-20.04 runner**.

tools/projmgr/2.9.0-jsonrpc3

Pre-release

Choose a tag to compare

Add `GetLogMessages` requests

tools/projmgr/2.9.0-jsonrpc2

Pre-release

Choose a tag to compare

Add `GetPacksInfo` and `ValidateComponents` requests

tools/projmgr/2.9.0-jsonrpc1

Pre-release

Choose a tag to compare

Add `GetComponentsInfo` request

tools/projmgr/2.9.0-cproto0

Pre-release

Choose a tag to compare

Disable `windows-arm64`