zephyr/tests
Dominik Ermel d7765ccae7 tests/stream_flash: Disable SPI_NOR on nrf54l devices
The stream flash test has been written with SoC internal
storage in mind and its simplified structure does not take
into account possibility of existence of devices with
different erase characteristics, at run time.
The commit fixes the test failing with Nordic bords that
have CONFIG_SPI_NOR=y set by default, which made test
to behave like device with erase capability has been tested.

The commit sets CONFIG_SPI_NOR=n for nrf54l devices.

Fixes #79181

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-10-30 14:29:13 -05:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
benchmarks boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
bluetooth tests: Bluetooth: tester: Add logging of messages for BTP 2024-10-30 14:27:23 -05:00
boards tests: wifi: esp32c2: esp8684: RAM adjustment config 2024-10-29 14:19:06 -05:00
boot tests: mcuboot: remove twr_kv58f220m from allowed list. 2024-10-25 08:52:44 +02:00
bsim samples: Bluetooth: broadcaster_multiple: Refactor for reuse 2024-10-27 20:26:35 +00:00
cmake tests: add twister tests for CMake board and SoC extension 2024-10-26 17:14:06 +02:00
crypto yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
drivers tests: adc: adc_api: add overlay for Nucleo-WB05KZ 2024-10-27 01:08:25 +02:00
integration/kernel
kconfig
kernel tests/kernel/device: add missing #power-domain-cells in overlays 2024-10-30 08:53:49 -05:00
lib boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2024-09-25 16:16:35 -05:00
modules tests: thrift: Remove 'newlib' from test identifiers 2024-10-22 20:40:20 +02:00
net tests: net: wifi: Disable native/64 from tests 2024-10-25 22:42:28 +01:00
posix tests: posix: net: fix missing clock_t and clockid_t with newlib 2024-10-18 09:17:33 +02:00
robot
subsys tests/stream_flash: Disable SPI_NOR on nrf54l devices 2024-10-30 14:29:13 -05:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest tests: Support targeting unit_testing with and without qualifier 2024-10-25 18:51:10 +01:00
test_config.yaml