1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp_common/periph
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
..
flash.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00
hwrng.c cpu/esp*: move periph/hwrng to cpu/esp_common 2020-02-21 09:09:34 +01:00
i2c_sw.c cpu/esp*: move periph/i2c_sw to esp/common 2020-02-21 09:09:34 +01:00
Makefile esp/esp*: move common code to cpu/esp_common 2020-02-21 09:09:34 +01:00
spi.c cpu/esp*: move perioph/spi to cpu/esp_common 2020-02-21 09:09:34 +01:00
uart.c cpu/esp*: move periph/uart to cpu/esp_common 2020-02-21 09:09:34 +01:00