Skip to content

Conversation

@PerMac
Copy link
Owner

@PerMac PerMac commented Jan 12, 2022

asfasf

anangl added 30 commits March 5, 2021 10:58
…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 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]>
…zed host"

This reverts commit ef264bd.

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]>
… 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]>
…ted event"

This reverts commit 7317a1c.

Signed-off-by: Andrzej Głąbek <[email protected]>
anangl and others added 19 commits May 31, 2021 11:18
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.