-
Couldn't load subscription status.
- Fork 8.1k
west.yml: segger: RTT control block init mode Kconfigs #81425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: segger: RTT control block init mode Kconfigs #81425
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
eefa07a to
17dc2cb
Compare
|
@nordicjm @carlescufi The PR #53569 is in v4.0.0 so it would be great to have the Segger PR (zephyrproject-rtos/segger#17) merged and the west.yml updated so this can all work together. Fingers crossed... |
|
Too late for 4.0, the release is today, but it can be merged to main after the release is finished and the 2 day review period has passed, and be in (early) for 4.1 |
|
Converted to draft; zephyrproject-rtos/segger#17 needs to be rebased to fix the build errors. Update: rebased and now passing tests. |
17dc2cb to
37a4558
Compare
|
@brycewilkins - the module pr has been merged. Please update this PR to include the correct commit in west.yml |
Kconfig options for RTT control block initialization and linker section were added in zephyrproject-rtos#53569, however the Zephyr west.yml was not updated to incorporate the Segger repository changes to make use of the new Kconfig options. This fixes that. Signed-off-by: Bryce Wilkins <[email protected]>
37a4558 to
638d26b
Compare
Kconfig options for RTT control block initialization and linker section were added in #53569, however the Zephyr west.yml was not updated to incorporate the Segger repository changes (zephyrproject-rtos/segger#17) required to make use of the new Kconfig options.
This fixes that by updating west.yml.
Segger repository changes by @giansta