1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/samr30-xpro
Juergen Fitschen a9faac7218 boards/samr30-xpro: fix AT86RF212B communication
This board is driven by a 16MHz clock source. In this case, the baud rate generator is able to clock the SPI interface with 4MHz or 8MHz only.
Due to integer division and rounding, the interface is actually driven with 8MHz, which is too fast for the AT86RF212.
2020-03-02 18:38:04 +01:00
..
dist boards/samr30-xpro: add initial board support 2018-10-01 10:20:41 +02:00
include boards/samr30-xpro: fix AT86RF212B communication 2020-03-02 18:38:04 +01:00
board.c boards/samr30-xpro: add initial board support 2018-10-01 10:20:41 +02:00
Makefile boards/samr30-xpro: add initial board support 2018-10-01 10:20:41 +02:00
Makefile.dep boards/samr30-xpro: add initial board support 2018-10-01 10:20:41 +02:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards: remove EDBG_DEVICE_TYPE 2020-01-31 09:35:27 +01:00