You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/cpu/stm32l1/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
7 years ago
..
Makefile stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu 9 years ago
gpio.c cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics 7 years ago
i2c.c periph/i2c: convert char to uint8_t where applicapable 7 years ago
rtc.c Implement rtc_poweron function 7 years ago
spi.c cpu/stm32l1: Use {} notation for empty while loops 7 years ago
timer.c stm32l1/timer: fix callback argument initialization 7 years ago
uart.c cpu/stm32l1: uart: make sure 'dev' is != NULL to avoid nullPointer errors 7 years ago