-
Notifications
You must be signed in to change notification settings - Fork 720
[nrf fromlist] drivers: adc: saadc: Extend gains support for nRF54L15 #1854
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
Closed
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
… devices" This reverts commit f50ad41. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 253ee08. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 63c8c9d. Signed-off-by: Robert Lubos <[email protected]>
…dc_api test" This reverts commit 2da6498. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 51f7968. Signed-off-by: Robert Lubos <[email protected]>
…54L15 device" This reverts commit 57de7d1. Signed-off-by: Robert Lubos <[email protected]>
…s output set high" This reverts commit 3733e70. Signed-off-by: Robert Lubos <[email protected]>
…54 TWIS" This reverts commit 28e2f57. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit f706d53. Signed-off-by: Robert Lubos <[email protected]>
…54h20" This reverts commit 5660de7. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit a412cab. Signed-off-by: Robert Lubos <[email protected]>
…n call" This reverts commit 8e66a57. Signed-off-by: Robert Lubos <[email protected]>
…ting" This reverts commit f5c0d31. Signed-off-by: Robert Lubos <[email protected]>
…in suspend" This reverts commit 6e61c5e. Signed-off-by: Robert Lubos <[email protected]>
…d nrf54h20" This reverts commit 09df3e0. Signed-off-by: Robert Lubos <[email protected]>
…futil." This reverts commit ddca511. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit c90430f. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 5c48490. Signed-off-by: Robert Lubos <[email protected]>
…nings" This reverts commit 1155e53. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit d152f62. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 05ff843. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 2aba137. Signed-off-by: Robert Lubos <[email protected]>
…um version" This reverts commit 22df05a. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 920b9fc. Signed-off-by: Robert Lubos <[email protected]>
…ER_XXX" This reverts commit ecb16c7. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit e6f8064. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 5579010. Signed-off-by: Robert Lubos <[email protected]>
… network core" This reverts commit d931964. Signed-off-by: Robert Lubos <[email protected]>
… test_plan.py script" This reverts commit 38b93c8. Signed-off-by: Robert Lubos <[email protected]>
Regular upmerge. Signed-off-by: Robert Lubos <[email protected]>
…r nRF54L There was an error in calculation of LFXO INTCAP code that prevented obtaining desired XTAL accuracy below 50PPM. The error was fixed the accuracy should be within expected range. Upstream PR: zephyrproject-rtos/zephyr#74668 Signed-off-by: Piotr Pryga <[email protected]>
…e beacon server Commit add extension of configuration server by private beacon server. Mesh Protocol v1.1 specification 4.4.11.1 The Mesh Private Beacon Server model is a main model that extends the Configuration Server model. Configuration server and private beacon server shall always exist together since they have bound states. Signed-off-by: Aleksandr Khromykh <[email protected]> (cherry picked from commit 3e2b44a)
…rver Commit add extension of configuration server by large composition data server. Mesh Protocol v1.1 specification 4.4.21.1 The Large Composition Data Server is a main model that extends the Configuration Server model. Signed-off-by: Aleksandr Khromykh <[email protected]> (cherry picked from commit f9d7385)
Turn off suspending MRAM for NRF54H20 DK This change is required so sections of code depending on critical timings will not have unacceptable latency. Signed-off-by: Jan Zyczkowski <[email protected]>
Add support for gains: 1/2, 1/3, 2/5, 1/4. Upstream PR: zephyrproject-rtos/zephyr#74929 Signed-off-by: Karol Lasończyk <[email protected]>
a232cbe to
7988105
Compare
jaz1-nordic
approved these changes
Jun 25, 2024
|
L15 not in scope of 2.7.0 so moving out |
|
already included |
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.
Add support for gains: 1/2, 1/3, 2/5, 1/4.
Upstream PR: zephyrproject-rtos/zephyr#74929