1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf51
Marian Buschsieweke e407460243
cpu/nrf51: fix periph_i2c driver
The `i2c_read_bytes()` and `i2c_write_bytes()` function return the
number of bytes written / read, instead of `0` as the API contract
says. This fixes the issue.
2023-11-24 10:03:07 +01:00
..
include cpu/nrf51: use nrfxx_peripherals.h vendor header 2022-06-02 14:59:50 +02:00
periph cpu/nrf51: fix periph_i2c driver 2023-11-24 10:03:07 +01:00
cpu.c cpu/nrfxx: simplify LFCLK source selection 2023-07-06 15:47:22 +02:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile cpu/nrf5x: moved nrfmin driver to nrf5x_common 2017-01-10 11:54:49 +01:00
Makefile.dep cpu/cortexm_common: Move common modules to Makefile.dep 2020-04-01 09:46:21 +02:00
Makefile.features cpu/nrf51: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
Makefile.include cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
vectors.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00