-
Notifications
You must be signed in to change notification settings - Fork 0
treewide: Zephyr v4.2 update #671
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
fb14b25
to
c97161a
Compare
Update Zephyr fork to branch based on `v4.2.0`. Signed-off-by: Jordan Yates <[email protected]>
Update `sdk-nrf` to be compatible with Zephyr v4.2.0. Signed-off-by: Jordan Yates <[email protected]>
Update workflows, primarily pinning actions dependencies, updating docker images and using the new `requirements-actions.txt` file from upstream. Temporarily add the `push: feature/zephyr_v4.2` trigger so we can test the updated workflows. Signed-off-by: Jordan Yates <[email protected]>
Fix various CI warnings introduced in Zephyr v4.2. Signed-off-by: Jordan Yates <[email protected]>
Update .clang-format with Zephyr v4.2 changes. Signed-off-by: Jordan Yates <[email protected]>
Update `bt_hci_cmd_create` to `bt_hci_cmd_alloc` in line with migration guide. Signed-off-by: Jordan Yates <[email protected]>
Enable `BT_CTLR_SCAN_UNRESERVED` by default to increase the radio utilisation in continuous scanning applications with the Zephyr split controller. Signed-off-by: Jordan Yates <[email protected]>
Update the default programmer to `nrfutil` from `nrfjprog` to align with upstream. Signed-off-by: Jordan Yates <[email protected]>
Common devicetree files have moved locations in upstream Zephyr. Signed-off-by: Jordan Yates <[email protected]>
Set `WIFI_USAGE_MODE_SCAN_ONLY` by default, its all the hardware can support in RAM. Signed-off-by: Jordan Yates <[email protected]>
`net_mgmt` callback event type is now `uint64_t`. Signed-off-by: Jordan Yates <[email protected]>
Re-order function parameters in line with what was merged upstream. Signed-off-by: Jordan Yates <[email protected]>
Use the new builtin function `flash_area_copy` and rename conflicting functions. Signed-off-by: Jordan Yates <[email protected]>
Rename `ETH_NATIVE_POSIX` to `ETH_NATIVE_TAP` in line with upstream changes. Signed-off-by: Jordan Yates <[email protected]>
Transition TF-M memory partitioning to use `fixed-subpartitions`. Signed-off-by: Jordan Yates <[email protected]>
Disable `DEBUG_OPTIMIZATIONS` by default, this causes some TF-M applications to expand beyond the available partitions. Signed-off-by: Jordan Yates <[email protected]>
HCI buffer types are now encoded into the buffers directly. Changes imported from upstream. Signed-off-by: Jordan Yates <[email protected]>
Gate the compilation of `infuse_work_q.c` behind a symbol. Signed-off-by: Jordan Yates <[email protected]>
Explicitly override MCUboot configurations for boards that are known to have bad configurations in MCUboot upstream, rather than for all Nordic ICs. Signed-off-by: Jordan Yates <[email protected]>
Fix a startup warning for applications using the Infuse-IoT SPI controller application. Signed-off-by: Jordan Yates <[email protected]>
c97161a
to
6ff3048
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade Infuse-SDK to a branch based on Zephyr tag
v4.2.0
: https://github.com/Embeint/zephyr/tree/embeint-v4.2.0