Skip to content

Tags: brondani/devtools

Tags

tools/projmgr/2.12.0-dev1

Toggle tools/projmgr/2.12.0-dev1's commit message
Set `zephyr` output subfolder and hex generation flag

tools/projmgr/2.12.0-dev0

Toggle tools/projmgr/2.12.0-dev0's commit message
Initial zephyr/west integration support

tools/projmgr/2.11.0-dev0

Toggle tools/projmgr/2.11.0-dev0's commit message

Unverified

We had a problem verifying this signature. Please try again later.
Update projmgr.yml

tools/projmgr/2.9.0-dev1

Toggle tools/projmgr/2.9.0-dev1's commit message
Use appropriate strip tool based on architecture and target

tools/projmgr/2.9.0-dev0

Toggle tools/projmgr/2.9.0-dev0's commit message
Release dev-drop

tools/projmgr/2.9.0-jsonrpc4

Toggle tools/projmgr/2.9.0-jsonrpc4's commit message
Updated googletest version to v1.6.0 (Open-CMSIS-Pack#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

Toggle tools/projmgr/2.9.0-jsonrpc3's commit message
Add `GetLogMessages` requests

tools/projmgr/2.9.0-jsonrpc2

Toggle tools/projmgr/2.9.0-jsonrpc2's commit message
Add `GetPacksInfo` and `ValidateComponents` requests

tools/projmgr/2.9.0-jsonrpc1

Toggle tools/projmgr/2.9.0-jsonrpc1's commit message
Add `GetComponentsInfo` request

tools/projmgr/2.9.0-cproto0

Toggle tools/projmgr/2.9.0-cproto0's commit message
Disable `windows-arm64`