zephyr/tests/drivers/flash
Khoa Nguyen 5d0f4e3677 tests: drivers: flash: common: Fixing the overlap case
For the flash with the block size equal to or smaller than 64 bytes,
using a specific "32" bytes for adding for destination_offset and "32"
bytes for subtracting the size that need to copy is not correct.

As a solution, I will add one-fourth of a block size for the
destination_offset and modify the size that need to copy to
[block size + one-fourth of a block size].

Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
2025-04-23 10:04:02 +02:00
..
boards tests: enable flash tests for mr_canhubk3 board 2023-07-26 09:44:14 +02:00
common tests: drivers: flash: common: Fixing the overlap case 2025-04-23 10:04:02 +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