1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f1
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 [SQUASH] Make PLL_DIV and PLL_MUL behave the same as for the F3 and F4 2016-04-05 23:51:55 +02:00
lpm_arch.c cpu stm32fX: fix pedantic compiler warnings 2015-12-07 20:28:52 +01:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.include cpu/stm32f1: use common STM32 files 2016-02-10 09:12:29 +01:00
vectors.c cpu/stm32f1: modernized the GPIO driver 2015-08-06 13:48:25 +02:00