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 |
|
Cenk Gündoğan
|
8b7512f0bf
|
Merge pull request #5187 from Yonezawa-T2/i2c_debug
i2c: add missing #ifdef block
|
2016-03-30 09:34:40 +02:00 |
|
Yonezawa-T2
|
7271c928cc
|
i2c: add missing #ifdef block
|
2016-03-30 16:24:38 +09:00 |
|
Yonezawa-T2
|
dc9f769835
|
NEEDS SQUASHING i2c: revert partially
|
2016-03-29 17:37:50 +09:00 |
|
Yonezawa-T2
|
1ce140d910
|
debug: fix compilation error for %p formatter
|
2016-03-29 11:46:29 +09:00 |
|
Joakim Nohlgård
|
30ed36b236
|
cpu/cc2538: i2c: Make WARN_IF use {} to silence Clang warning when ENABLE_DEBUG=0
|
2016-03-13 08:14:39 +01:00 |
|
Ian Martin
|
9642f2531a
|
cpu/cc2538: add periph/i2c driver
|
2016-03-03 11:04:39 -05:00 |
|