zephyr/tests/drivers/flash/common
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: drivers: flash: Add non-Quad mode test for nrf52 and nrf53 2025-03-27 14:01:54 +01:00
socs tests: esp32c3: Add USB variant 2025-01-10 18:57:07 +01:00
src tests: drivers: flash: common: Fixing the overlap case 2025-04-23 10:04:02 +02:00
CMakeLists.txt
Kconfig tests/drivers/flash: Add test case for flash_get_size 2024-11-23 15:30:10 +01:00
prj.conf
testcase.yaml dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02:00