Marti Bolivar
Marti Bolivar
This fixes the issue reported by @permac. If .west/config says `manifest.path` is `foo` and we read `foo/west.yml`, but that file says `self: path: bar`, then we should ignore it when...
The goal of this PR is to add a regression test for #545. I'm starting with a regression test that I think captures all the cases: - a project with...
As of west 0.11.x, you cannot combine `groups` with `import` in a single project definition. The documentation says: > As a restriction, no project may use both import: and groups:....
Currently, `west update` prints a message whenever a checked out branch is left behind that recommends rebasing onto the new HEAD with `git -C relative/path/to/repo rebase NEW_HEAD left-behind-branch-name`. This doesn't...
If manifest.path/west.yml points at a nonexistent file, west should print a warning.
**Describe the bug** The point of a devicetree binding is to describe hardware and its initial configuration. We have carved out a few exceptions for driver-specific property names prefixed with...
Placeholder for discussing updated release criteria in future releases.
This issue covers a process discussion for introducing support tiers for hardware and "leaf" modules. The introduction of "tier 2" support would create a body of code not tested in...
Related discussion: https://github.com/zephyrproject-rtos/zephyr/discussions/48837 I got another report about this on Discord today, so it looks like it may really be a west bug. Hypothesis: special characters when doing things like...
In general, investigate and benchmark using .git/objects/info/alternates to point to the cache repository instead of cloning the cache repository. This may be faster when the clone has to cross a...