zephyr/tests
Grzegorz Swiderski 85b03949e4 boards: nordic: Flatten shared_ramxx_region nodes
Update the default memory maps for `nrf54h20dk` and `nrf9280pdk` to
remove the `shared_ram20_region` and `shared_ram3x_region` nodes,
because their child nodes no longer need to be grouped together:

  * IPC buffers in RAM20 are statically allocated.
  * DMA buffers in RAM3x have separate access owners.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2024-10-15 04:11:21 -04:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch boards: nordic: Align with updated Nordic owned memory bindings 2024-10-15 04:11:21 -04:00
benchmarks tests: latency_measure: reduce the chance of cycles underflow 2024-10-08 18:10:11 -04:00
bluetooth tests: Bluetooth: CCID: Add unit testing of CCID 2024-10-15 04:10:28 -04:00
boards tests: boards: nrf: qdec: modify QDEC tests to match new api 2024-10-10 15:01:20 -04:00
boot boards: frdm_mcxw71: Enable mcuboot 2024-10-14 13:03:39 +02:00
bsim Bluetooth: Audio: Fix initial Broadcast source values 2024-10-14 13:04:31 +02:00
cmake cmake: change test message overwrite to macro 2024-09-30 17:12:23 +01:00
crypto tests/crypto: Don't test on native_posix 2024-09-25 04:04:36 -04:00
drivers boards: nordic: Flatten shared_ramxx_region nodes 2024-10-15 04:11:21 -04:00
integration/kernel
kconfig
kernel tests: kernel: smp: Test cpu affinity with custom ROM offset 2024-10-11 13:17:25 -04:00
lib tests: lib: cpp: cxx: ignore nRF54H20 DK 0.8.0 2024-10-07 18:42:14 +02:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2024-09-25 16:16:35 -05:00
modules
net net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
posix posix: device_io: use mode argument correctly in open() 2024-10-14 13:01:51 +02:00
robot
subsys net: openthread: make receive sensitivity configurable 2024-10-15 04:06:08 -04:00
unit tests: unit: crc: use `zassert_equal` for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest ztest: error_hook: Exclude cortex_r8_virtual from divide-by-zero tests 2024-10-01 09:58:22 +02:00
test_config.yaml