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
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
testcase.yaml tests: drivers: flash: Add support "common" for Renesas OSPI_B 2025-06-06 08:41:46 +02:00