-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sync with Zephyr upstream v4.0.99 (ongoing v4.1 development) #289
Conversation
This file contains 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
This HAL is needed by Zephyr upstream test suite to build all sensor drivers. Signed-off-by: Stephan Linz <[email protected]>
This reverts commit add2b4b. Signed-off-by: Stephan Linz <[email protected]>
Follow the wider directory convention of dts/<arch>/<vendor>/<family>. This is foundation work ahead of introducing support for the RP2350. Signed-off-by: Stephan Linz <[email protected]>
Use a string for the mipi-mode property over an integer value, as this significantly improves the readability of the MIPI DBI device binding. Signed-off-by: Stephan Linz <[email protected]>
In all STM32 ADC nodes, update the st,adc-clock-source properties so they are strings. Signed-off-by: Stephan Linz <[email protected]>
Switch from using revisions for hyperflash/qspi to using variants, by popular demand. Signed-off-by: Stephan Linz <[email protected]>
Convert qspi and hyperflash to variants instead of revisions by popular demand. And convert evkb into a revision instead of a different board. Signed-off-by: Stephan Linz <[email protected]>
The `depends_on` entry have to be a mutli-line list when more than one element must be defined. Signed-off-by: Stephan Linz <[email protected]>
Add `integration_platforms` to the watchdoc basic API testcase copy. Signed-off-by: Stephan Linz <[email protected]>
Synchronize with Zephyr upstream. Signed-off-by: Stephan Linz <[email protected]>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
tobiaskaestner
approved these changes
Dec 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
drivers: sensor: icm42670: supports icm42670-P and icm42670-S zephyrproject-rtos/zephyr#71374
mimxrt1060_evk
andmimxrt1050_evk
to use variants for qspi/hyperflash instead of revisions. Also for themimxrt1060_evkb
, change EVK Rev. B to a Zephyr board revision. Related to:Change mimxrt1060_evk and mimxrt1050_evk to use variants for qspi/hyperflash instead of revisions zephyrproject-rtos/zephyr#79517
dts/<arch>/<vendor>/<family>
for Raspberry Pi Pico and respect the moved location of the DTS includes for RP2040; now inraspberrypi/rpi_pico/rp2040.dtsi
. Related to:Raspberry Pi Pico smorgasboard of bugfixes and improvements zephyrproject-rtos/zephyr#80707
mipi-mode
property over an integer value. Related to:drivers: mipi-dbi: use string for mipi-mode property zephyrproject-rtos/zephyr#81293
st,adc-clock-source
properties so they are strings. Related to:ADC STM32: Various fixes and enhancements zephyrproject-rtos/zephyr#82955