-
Notifications
You must be signed in to change notification settings - Fork 623
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
Pull adc tests #1690
Closed
Closed
Pull adc tests #1690
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
…handling" This reverts commit 1fffbd9. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 117bb08. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…support" This reverts commit 9e79564. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… nrf54h20dk" This reverts commit 53ca205. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… nrf54l15" This reverts commit a105c37. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…_rx_reset" This reverts commit eac6c47. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…x_enable" This reverts commit c080d93. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…the RX" This reverts commit 8fd1556. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 100646f. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit b85b85b. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…y mode" This reverts commit f46813e. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…xt-flash" This reverts commit 849d51f. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit dbea773. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… DTS" This reverts commit 113f05c. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit c22c9c2. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…PDK 0.3.0" This reverts commit 5647467. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…for BLE" This reverts commit dd3931a. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… backend" This reverts commit 2f52b92. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 700870d. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…ct` command" This reverts commit 57e7884. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… get opt parsing" This reverts commit 5554127. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit edb5148. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…ptions" This reverts commit 512023e. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
… platform allow" This reverts commit d4ee5b3. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 3ae7585. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 70729fc. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 2cad7ad. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…ices" This reverts commit 66fec84. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
…rted" This reverts commit ecdf156. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This reverts commit 3b0c038. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Configuration allows DFU with serial transport using mcumgr and over BT using nRF Connect. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
This adds temporary entropy driver simulation for nRF54h20 device since final entropy source is not available yet. TODO: Remove this commit when proper solution will be available. Jira: NCSDK-25947 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no> (cherry picked from commit c976657)
All changes in nrf54 boards will trigger low-level testing. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no> (cherry picked from commit 3c68e19)
This commit adds the nRF54l15//nrf54l15/cpuapp/ns board variant to sdk-zephyr. It allows to build nRF54l15pdk with TF-M in nRF Connect SDK. This is done as a nrf noup patch as the out-of-tree board extension feature is not available. When zephyrproject-rtos/zephyr#69548 is completed, then this commit can be reverted and the variant be placed in sdk-nrf repository. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Define RTS and CTS pins. This commit can be dropped when those upstream changes will be included: zephyrproject-rtos/zephyr#70892 zephyrproject-rtos/zephyr#71605 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no> (cherry picked from commit c22c9c2)
Added description of sample testcase for building smp_svr with support of secondary partition in on PDK spi_nor flash. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> (cherry picked from commit 849d51f)
We have our own psa crypto samples to show how to used PSA crypto with NCS. This sample still uses CONFIG_MBEDTLS_BUILTIN which is not supported anymore, therefore removing the support for it in NCS. Ref: NCSDK-17944 Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
Added DTS of PDK's mx25r64 flash memory. Memory is described under spi00 peripheral and can be controlled used flash spi_nor driver. To be reverted once upstream PR can be applied cleanly zephyrproject-rtos/zephyr#71425 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Sets up default for builds with partition manager. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no> Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
Simple enabling adc node. Upstream PR: zephyrproject-rtos/zephyr#68692 Applied as noup because it can't be applied cleanly. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no> (cherry picked from commit 88adda3b14f726645c0a3ebac6d6fab571144f11)
Adds support for first possible LED to be connected with HW PWM. Upstream PR: zephyrproject-rtos/zephyr#72010 Merged as noup because of conflicts. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no> (cherry picked from commit 382a1ee791e3637b5b7d25f22905017c24997438)
There was unneeded check for enter_4byte_addr_exist, that would be set by existence of enter-4byte-addr property, as the function is generic DTS/SFPD implementation and parsed parameter to obtain the information. The check was breaking usage of SFDP as with SFDP the parameter may never be provided. The commit removes the check and the enter_4byte_addr_exist, as it does not seem needed for anything. The incorrectly placed conditional compilation for DPD exit sequence has broken DPD exit in case where such sequence is not needed. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
Fixes an issue whereby the board name was missing Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 23551eb)
Fixes an issue with zephyr modules not being listed in sysbuild if they did not have a Kconfig file set Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit acd14f8)
…yr_build_string Fixes a missed entry and a wrong named variable in the documentation for this function Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 43c323a)
Adds support for a new ``socs`` folder that can be placed in application folders and functions similar to the ``boards`` folder, but works for SoCs instead of boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 6f58159)
…oc overlays Adds support for SoC overlay files which go in a ``socs`` folder in application folders and functions similar to the ``boards`` folder, but works for SoCs instead of boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 6ed5ac7)
Adds a testcase for the new ``socs`` folder using Kconfig fragments Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 1ed6d89)
Adds a testcase for the new ``socs`` folder, with overlays Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit da3007e)
Adds details about Kconfig fragments and devicetree overlay files that will be included in a build if they are found in the ``socs`` folder Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit af46765)
This adds supports for flashing images with sysbuild where there are multiple images per board to prevent using the same command per image flash which might cause issues if they are not ran just once per flash per unique board name. A deferred reset feature is also introduced that prevents a board (or multiple) from being reset if multiple images are to be flashed until the final one has been flashed which prevents issues with e.g. security bits being enabled that then prevent flashing further images. These options can be set at a board level (in board.yml) or a SoC level (in soc.yml), if both are present then the board configuration will be used instead of the SoC, and regex can be used for matching of partial names which allows for matching specific SoCs or CPU cores regardless of the board being used Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit a0267d2)
Reformats the soc.yml file to have uniform 2-space indentation Upmerge warning: this commit has been modified to remove cpuflpr Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 8b62a16)
…tion Adds configuration that allows nRF53 and nRF91-based boards to be flashed through west using sysbuild for multiple images with the recover or erase options and prevent running those commands for each image being flash, which would make the device unbootable. Also defers reset whilst all images for the cores of these SoCs are flashed. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 4b2d19f)
Adds documentation on the new flashing configuration system Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit ff823c6)
…alidity Adds checking that qualifiers listed in a soc.yml file are valid for the socs and cpuclusters defined in that file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 5033399)
Makes the boot banner function weak, this resolves an issue when building with llext enabled which uses different build options than a normal zephyr build Upstream PR: zephyrproject-rtos/zephyr#72400 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
The adc sample was in the root directory of the adc samples. Move all the files to a subdirectory adc_dt. Signed-off-by: Paulo Santos <pauloroberto.santos@edge.ufal.br> Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
Add sequence usage sample for adc driver. Signed-off-by: Paulo Santos <pauloroberto.santos@edge.ufal.br> Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
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.
No description provided.