1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f4/periph
Kees Bakker bac5cda1e3 periph/i2c: convert char to uint8_t where applicapable
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.

Also convert uint8_t ptrs to void ptrs
2016-10-04 20:26:39 +02:00
..
adc.c cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
gpio.c cpu/stm32f4: adapted to GPIO changes 2016-03-17 14:55:30 +01:00
hwrng.c cpu/stm32f4: Use {} notation for empty while loops 2016-03-03 16:31:27 +01:00
i2c.c periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
Makefile cpu: Initial import of stm32f4 2014-07-16 17:20:46 +02:00
pwm.c cpu/stm32f4: adapted to PWM interface changes 2016-02-12 16:10:01 +01:00
spi.c cpu/stm32f4: Use {} notation for empty while loops 2016-03-03 16:31:27 +01:00
timer.c cpus: adapted timer implementations to API changes 2016-02-29 14:45:00 +01:00
uart.c core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00