1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
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
2016-10-04 20:26:39 +02:00
..
include Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers 2016-07-05 15:20:21 +02:00
ldscripts cpu/stm32: use common CPUID implementation 2016-02-10 09:12:30 +01:00
periph periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
cpu.c cpu/stm32l1: Use {} notation for empty while loops 2016-03-03 16:31:27 +01:00
lpm_arch.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.include cpu/stm32l1: use common STM32 files 2016-02-10 09:12:30 +01:00
vectors.c cpu/stm32l1: remodel to new GPIO interface 2015-08-13 15:07:49 +02:00