1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/samr21-xpro
Kees Bakker 2a4655b6f8 cpu/samd21: rewrite i2c_init_master to make use of gpio_init_sercom
The former i2c_init_master was too complicated. It was trying to set IN/OUT
mode of the pins, but all that is needed is to set the proper MUX.

Also the configuration for the boards was incomplete (no MUX, no pad
setting).

It was tested on a SODAQ Autonomo, but not on a samr21-xpro
2016-09-21 20:34:22 +02:00
..
dist board/samr21-xpro: use unified openocd script 2015-02-10 14:27:45 +01:00
include cpu/samd21: rewrite i2c_init_master to make use of gpio_init_sercom 2016-09-21 20:34:22 +02:00
board.c boards: adapted LED initialization calls 2016-03-17 14:55:31 +01:00
Makefile boards: changed module name to 'board' 2015-12-07 17:53:22 +01:00
Makefile.dep make: introduce netif_default pseudomodule 2016-03-24 16:47:30 +01:00
Makefile.features CI: split up Cortex-M0 in two groups 2015-12-07 11:38:34 +01:00
Makefile.include cpu/samd21: introduce sam0.h so that we can select samr21.h or other 2016-09-21 19:43:30 +02:00