1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mtd_spi_nor
Benjamin Valentin 628855fead drivers/mtd_spi_nor: fix Atmel size calculation
Lower bits of the device ID are not the capacity in bytes but in sectors:

 4 - 4 Mb -> 32k << 4
 5 - 8 Mb -> 32k << 5
 …
2022-03-27 23:01:14 +02:00
..
Makefile mtd_spi_nor: MTD interface driver for SPI NOR flash memory 2017-03-29 16:52:07 +02:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
mtd_spi_nor_configs.c drivers/mtd_spi_nor: prevent data corruption on 'sector erase' 2020-10-26 13:48:26 +01:00
mtd_spi_nor.c drivers/mtd_spi_nor: fix Atmel size calculation 2022-03-27 23:01:14 +02:00