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
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
..
include Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers 7 years ago
ldscripts cpu/stm32: use common CPUID implementation 7 years ago
periph periph/i2c: convert char to uint8_t where applicapable 7 years ago
Makefile cpu: build cortexm vectors.c without LTO 7 years ago
Makefile.include cpu/stm32l1: use common STM32 files 7 years ago
cpu.c cpu/stm32l1: Use {} notation for empty while loops 7 years ago
lpm_arch.c everything: Remove filename from @file Doxygen command 8 years ago
vectors.c cpu/stm32l1: remodel to new GPIO interface 8 years ago