1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/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
..
Makefile mtd: add module for remapping MTD sectors 2020-03-04 10:47:50 +01:00
mtd_mapper.c mtd_mapper: count offset in sectors 2020-05-12 12:02:05 +02:00