1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/mtd_mapper
Benjamin Valentin 81b07895af mtd_mapper: count offset in sectors
The offset of MTD regions must be aligned with erase sectors.
So in order not to waste address space, avoid misconfiguration and
eventually support storage media > 4 GiB, give the offset in sectors
instead of bytes.
2020-05-12 12:02:05 +02:00
..
tests tests: use check_unittests func from testrunner 2020-03-19 10:39:34 +01:00
main.c mtd_mapper: count offset in sectors 2020-05-12 12:02:05 +02:00
Makefile mtd_mapper: add test 2020-03-04 10:47:54 +01:00
Makefile.ci mtd_mapper: add test 2020-03-04 10:47:54 +01:00