1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/kinetis_common
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
..
dist all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
include cpu/kinetis_common: Update periph_timer to support both LPTMR and PIT 2016-07-07 13:38:27 +02:00
ldscripts kinetis_common: use cortexm_common ldscript 2015-10-23 12:01:22 +02:00
periph periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
doc.txt cpu/kinetis_common: s/TIMER_DEV/TIMER_BASE/ 2015-09-17 13:57:58 +02:00
fcfield.c cpu/kinetis_common: Add __attribute__((used)) to flash configuration field 2016-02-08 13:07:52 +01:00
Makefile cpu/kinetis_common: moved drivers to periph subdir 2016-02-09 16:20:03 +01:00
Makefile.include cpu/kinetis_common: Use a different module name to prevent linker races in Travis 2016-02-12 08:45:56 +01:00