zephyr/tests/drivers/flash
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
common tests: drivers: flash: common: Fix page size when no erase is required 2025-06-25 14:06:07 +02:00
erase_blocks tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
negative_tests dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02:00
stm32 drivers: flash: stm32h7: add support for blocking registers 2025-02-06 14:45:06 +01:00