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
fabian18 a3a1c160ee mtd: Change API to return 0 on success
Returning the number of bytes written/read could return a negative integer
because a uint32_t is expected for the length in read()/write() operations.
2020-05-06 20:24:27 +02:00
..
Makefile mtd_spi_nor: MTD interface driver for SPI NOR flash memory 2017-03-29 16:52:07 +02:00
mtd_spi_nor_configs.c mtd_spi_nor: add 4-byte address flash support 2018-05-14 15:05:24 +02:00
mtd_spi_nor.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00