forked from nrfconnect/sdk-zephyr
-
Couldn't load subscription status.
- Fork 0
Update sample.yaml #2
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
Open
PerMac
wants to merge
448
commits into
main
Choose a base branch
from
PerMac-patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…ent" This reverts commit edeeebc. Signed-off-by: Andrzej Głąbek <[email protected]>
…efore engage" This reverts commit 861871f. Signed-off-by: Andrzej Głąbek <[email protected]>
…ss abort" This reverts commit c916001. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 3b3f0c5. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit c0dbb81. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 92e598e. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit c2feee4. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 028c223. Signed-off-by: Andrzej Głąbek <[email protected]>
…warnings" This reverts commit 73a419c. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 9ae8e24. Signed-off-by: Andrzej Głąbek <[email protected]>
…s from ..." This reverts commit 60a9e7c. Signed-off-by: Andrzej Głąbek <[email protected]>
…NAME_GET." This reverts commit 5627192. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 17948b7. Signed-off-by: Andrzej Głąbek <[email protected]>
…zed host" This reverts commit ef264bd. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 2f5ed5f. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 85b46fb. Signed-off-by: Andrzej Głąbek <[email protected]>
…river" This reverts commit 1650798. Signed-off-by: Andrzej Głąbek <[email protected]>
…ith nrfx" This reverts commit a86ac1f. Signed-off-by: Andrzej Głąbek <[email protected]>
…ublic key" This reverts commit 21713af. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit e18c99d. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit cc47c54. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 009b065. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit a7c1078. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit a4e4399. Signed-off-by: Andrzej Głąbek <[email protected]>
… TFM..." This reverts commit a7ebc9d. Signed-off-by: Andrzej Głąbek <[email protected]>
…n nrf" This reverts commit b94fc2b. Signed-off-by: Andrzej Głąbek <[email protected]>
…f91" This reverts commit a6c6ced. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit 8d7fe0b. Signed-off-by: Andrzej Głąbek <[email protected]>
…ted event" This reverts commit 7317a1c. Signed-off-by: Andrzej Głąbek <[email protected]>
This reverts commit a2dfd93. Signed-off-by: Andrzej Głąbek <[email protected]>
…ability Serial Wire Output functionality is not implemented in nRF9160. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 797aa8b) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Fix regression in PPIs use for nRF52805 SoC, which has fewer of them. And the regression was introduced in commit e603b9d ("Bluetooth: controller: Adjust PPI used for nRF51x and nRF52x"). Fixes #35204. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 7897eae) Signed-off-by: Andrzej Puzdrowski <[email protected]>
... trusted_firmware_build Follow-up: #34868 The CMAKE_ARGS was accidentally lost during work on #34868. This commit fixes that by re-adding `CMAKE_ARGS` as multi value arg. Signed-off-by: Torsten Rasmussen <[email protected]>
… commit Fix deadlock when db_hash_commit has to wait for the delayed work to finish. This creates a deadlock if the delayed work for database hash calculation needs to store the hash since the settings API is locked when calling the commit callback. Remove call to k_work_cancel_delayable_sync from db_hash_commit in order to avoid the deadlock. Instead move comparing of the stored hash to the delayed work and reschedule the work with no wait. Signed-off-by: Joakim Andersson <[email protected]> (cherry picked from commit 7986cae) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Add missing log_strdup to %s parameters. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit 8c4bffa) Signed-off-by: Andrzej Puzdrowski <[email protected]>
…nfiguration File was failing to compile when multithreading was off. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit 951e72b) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Change fixes a build warning related to attribute ignored in declaration of struct. The __packed attribute is removed. Signed-off-by: Marek Pieta <[email protected]> (cherry picked from commit 9bdc2d25a772bfb670478653cfb1518b2851e4ad) Signed-off-by: Andrzej Puzdrowski <[email protected]>
… file system One of subtests had been supposed to check if log files are numbered properly and in continuous manner, but due to logic error it would also count non-log files. Fixes: #33629 Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit ca0f31e) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Make custom RTT locking configurable and select it where it is needed. When using RTT for tracing we want to use the default locking. Update both segger and tracerecorder modules to support that. Signed-off-by: Anas Nashif <[email protected]> (cherry picked from commit 108129c) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Avoid calling k_sleep when multithreading is disabled. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit 909fbb2) Signed-off-by: Andrzej Puzdrowski <[email protected]>
Update segger with RTT version that support no multithreading. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit 9b69036) Signed-off-by: Andrzej Puzdrowski <[email protected]>
RTT_LOCK/UNLOCK in certain configuration creates code block (curly braces). In that case variables declared inside are local to that block. Moved declaration of ret variable before the block. Updated code to ensure that RTT_LOCK/UNLOCK are in the same code block. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit f98bc0c) Signed-off-by: Andrzej Puzdrowski <[email protected]>
A few language fixes to the install dependencies section. Also adding IDs to be able to link directly. Signed-off-by: Ruth Fuchss <[email protected]> (cherry picked from commit 268247c) Signed-off-by: Andrzej Puzdrowski <[email protected]>
A few language fixes to the "Installing the documentation processors" section. Also adding comments to be able to include this section in other locations. Signed-off-by: Ruth Fuchss <[email protected]> (cherry picked from commit b07356d) Signed-off-by: Andrzej Puzdrowski <[email protected]>
…mpilation Fixing error introduced in 951e72b where ifdef was converted to IS_ENABLED. Ifdef was required because element in the struct does not exist when multithreading is disabled. Signed-off-by: Krzysztof Chruscinski <[email protected]> (cherry picked from commit 8e6898e) Signed-off-by: Andrzej Puzdrowski <[email protected]>
This commit fixes a bug where incorrect pointer passed to publish_sent in access.c caused bus fault. Signed-off-by: Pavel Vasilyev <[email protected]> (cherry picked from commit 8717a0f) Signed-off-by: Andrzej Puzdrowski <[email protected]>
pull_request
74c7bca to
60166d9
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.
asfasf