zephyr/tests/drivers/flash/common
Andrzej Głąbek fb94343ce4 tests: drivers: flash: common: Fix page size when no erase is required
When no flash device requires erase, this test does not retrieve
flash page size with flash_get_page_info_by_offs(), but instead
it takes an arbitrary page size based on the test area length.
Since the test_flash_copy routine needs to use two pages, the test
area needs to be split into at least two parts. Correct the related
code and add a check if test_flash_copy requirements are met.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2025-06-25 14:06:07 +02:00
..
boards tests: drivers: flash: Add support "common" for Renesas OSPI_B 2025-06-06 08:41:46 +02:00
socs tests: esp32c3: Add USB variant 2025-01-10 18:57:07 +01:00
src tests: drivers: flash: common: Fix page size when no erase is required 2025-06-25 14:06:07 +02:00
CMakeLists.txt
Kconfig tests: drivers: flash testing stm32 flash size 2025-05-06 18:23:36 +02:00
prj.conf tests/flash/common: Increase ztest stack size 2024-10-17 09:43:40 +02:00
testcase.yaml tests: drivers: flash: Add support "common" for Renesas OSPI_B 2025-06-06 08:41:46 +02:00