Commit Graph

10 Commits (961056548bfda8214db4a8d6697e6a57a5e94248)

Author SHA1 Message Date
smlng 7313e01e55 tests: set default board=samr21-xpro for tests/periph_i2c 6 years ago
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
Hauke Petersen 3bd01d7516 tests/periph_i2c: removed slave mode from test 8 years ago
Kaspar Schleiser 25f900e489 tests, examples: adapt to simplified shell 8 years ago
Kaspar Schleiser 448e90ba3a Revert "applications: only use uart0 for none-newlib boards"
This reverts commit 9c6ab1007b.
8 years ago
Kaspar Schleiser fe61811095 tests/periph_i2c: fix custom shell commands 8 years ago
Oleg Hahm 9c6ab1007b applications: only use uart0 for none-newlib boards 8 years ago
Hauke Petersen 8cbfaa8da2 tests: make use of uart0_[readc|putc] 8 years ago
kushalsingh007 9aae656be9 shell: Return-based error-handling for shell handlers
- Included the missing parts.
- Squashed with @authmillenon's commit
8 years ago
Hauke Petersen 4ef34af9b8 tests: added i2c driver test 9 years ago