Skip to content

Conversation

@lstnl
Copy link
Contributor

@lstnl lstnl commented Jun 24, 2024

Added config option to delay start of DVFS handles task.

Upstream PR: TBD

rlubos added 30 commits May 25, 2024 10:02
This reverts commit ffbf62c.

Signed-off-by: Robert Lubos <[email protected]>
…_posix"

This reverts commit 1552882.

Signed-off-by: Robert Lubos <[email protected]>
…ore samples"

This reverts commit cce7219.

Signed-off-by: Robert Lubos <[email protected]>
…n nRF54L"

This reverts commit b320a9e.

Signed-off-by: Robert Lubos <[email protected]>
… devices"

This reverts commit f50ad41.

Signed-off-by: Robert Lubos <[email protected]>
…dc_api test"

This reverts commit 2da6498.

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]>
…n call"

This reverts commit 8e66a57.

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 d152f62.

Signed-off-by: Robert Lubos <[email protected]>
kl-cruz and others added 25 commits June 18, 2024 15:42
Adds support for first possible LED to be connected with HW PWM.

Signed-off-by: Karol Lasończyk <[email protected]>
(cherry picked from commit bb4c92a)
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 <[email protected]>
Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit c976657)
(cherry picked from commit e2b6a2d)
(cherry picked from commit eb71554)
(cherry picked from commit de7a6f8)
Sample must end to dump coverage data.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit e63c691)
…tion

Sample must end to dump coverage data.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit 1b3725e)
…utput on HW

Verify host console.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit 45aca35)
Verify host console.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit 3222f37)
…nsole

Extend automated testing on HW by veryfing console output.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit 83958eb)
Pins P0.06 and P0.07 are shorted on nRF5340 DKs prepared for on-target
tests because that is required for UART tests. That causes background
SPIM transfers in this sample to fail because SPIM is not able to drive
its SCK line configured as P0.06. Rearrange then the pins used in this
sample, so that SCK is not on a pin involved in a GPIO loopback.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit 9c874f0)
Allow for an additional buffer reference if callback is provided. This
can be used to extend lifetime of the net buffer until the data
transmission is confirmed by ACK of the remote.

Jira: NCSDK-27422

Signed-off-by: Marek Pieta <[email protected]>
By default, the BLE stack calls sent callback for ATT data when the data
is passed to BLE controller for transmission. Enabling this Kconfig
option delays calling the sent callback until data transmission is
finished by BLE controller (the callback is delayed until receiving the
num complete packets event).

Jira: NCSDK-27422

Signed-off-by: Marek Pieta <[email protected]>
…d is enabled

Change updates log level only if UART log backend is enabled in Kconfig
configuration. The log level update is not needed in case logs are
provided over other backend (e.g. RTT).

Change affects both USB stacks.

Upstream PR: zephyrproject-rtos/zephyr#74520

Signed-off-by: Marek Pieta <[email protected]>
…ith J-Links

The nrfutil runner calls "nrfutil --json device list" which outputs
information about all connected serial ports. The list includes not only
actual boards but also any ttyACM instance. If the ttyACM instance does
not have serial number, then the nrfutil runner will fail on matching
serial number regexp on NoneType.

Fix the issue by limiting nrfutil runner board output to only devices
that have trait jlink set.

Signed-off-by: Tomasz Moń <[email protected]>
(cherry picked from commit e136f02)
…lized

drivers/serial/uart_async_to_irq.c: In function 'get_rx_timeout':
drivers/serial/uart_async_to_irq.c:51:26:
warning: 'cfg.baudrate' may be used uninitialized
   51 |                 baudrate = cfg.baudrate;
      |                 ~~~~~~~~~^~~~~~~~~~~~~~
drivers/serial/uart_async_to_irq.c:45:28: note: 'cfg' declared here
   45 |         struct uart_config cfg;

Upstream PR: zephyrproject-rtos/zephyr#74530

Signed-off-by: Piotr Kosycarz <[email protected]>
In order for the --recover option to work properly on the nRF54H20, it
requires executing it for both cores, the radio and the application one.
Extend the recover_target() function so that it does so for both 53 and
54H20.

Upstream PR: zephyrproject-rtos/zephyr#74489

Signed-off-by: Carles Cufi <[email protected]>
This is implementation of ICBMsg endpoint deregistration.
The underlying ICMsg instance and blocks are not affected by
deregistration, so it is possible to reuse the same address
during the re-registration of the same endpoint.

Upstream PR: zephyrproject-rtos/zephyr#74243

Signed-off-by: Dominik Kilian <[email protected]>
Implementation is based on the section 6.1 of the RFC 4880.

Signed-off-by: Adrien Ricciardi <[email protected]>
(cherry picked from commit 863f6af)
Check CRC computation in a single step and in multiple steps.

Signed-off-by: Adrien Ricciardi <[email protected]>
(cherry picked from commit 19f645e)
This macro allows to know the size of a struct member at compile time.

Several parts of the Zephyr code are currently using directly the macro
code.

Also added a unit test.

Signed-off-by: Adrien Ricciardi <[email protected]>
(cherry picked from commit bf8b1d6)
Use the utility macro instead of bare code.

Signed-off-by: Adrien Ricciardi <[email protected]>
(cherry picked from commit 9f6451d)
…er rram

Erasing rram is very similar to partial erase on flash.
So we should use the same multiplier as there, 1.5.
0.1 multipler is way to low and was causing timeouts.

Upstream PR: zephyrproject-rtos/zephyr#74589

Signed-off-by: Martin Tverdal <[email protected]>
(cherry picked from commit 625e055cb1c24e456a6e0cca73f917708d540c45)
Time it takes to "erase" one "page" of rram is too low.
Where getting timeouts.
"erase" of rram is done by writing all the words.
one "page" is 4096 bytes meaning 1024 32bit words.
worstcase time it takes to write one 32bit word from
0x00000000 to 0xffffffff is about 42us, giving 42ms
to write 1024 words.

Upstream PR: zephyrproject-rtos/zephyr#74589

Signed-off-by: Martin Tverdal <[email protected]>
(cherry picked from commit 11599b2c52da541ae1bb7c1e8c41aeddbc3aa855)
Fixes an issue in the code that processes the output file of a
compiler to see which files should be watched, the compiler can
combine multiple files into a single line instead of putting them
each on separate lines if the length of the file paths is short,
therefore account for this and split it up into multiple elements

Upstream PR: zephyrproject-rtos/zephyr#74655

Signed-off-by: Jamie McCrae <[email protected]>
Fixes and simplifies the handling of how the dts watch file is
processed

Upstream PR: zephyrproject-rtos/zephyr#74655

Signed-off-by: Grzegorz Swiderski <[email protected]>
Signed-off-by: Jamie McCrae <[email protected]>
This reverts commit 33786b5.

Reverting it because the upstream PR has been abandoned, and
this extra CMake variable is causing the warning
"Manually-specified variables were not used by the project".

As of now the version warning doesn't come up.

Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit 2c57519)
Added config option to delay start of DVFS handles task.

Upstream PR: TBD

Signed-off-by: Lukasz Stepnicki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.