1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stk3200
MrKevinWeiss 9d2647ec8b
boards/stk3200: Fix spi config
The spi bus for the stk3200 doesn't actually work.
Other efm32 based boards do work.
After some guessing and some checking it turns out that the .loc is wrong.
The original was USART_ROUTE_LOCATION_LOC1, which appears in other periph_conf.
After changing it to USART_ROUTE_LOCATION_LOC2 the spi bus actually outputs data.
2021-11-04 09:35:45 +01:00
..
include boards/stk3200: Fix spi config 2021-11-04 09:35:45 +01:00
board.c boards: drop cpu_init() 2021-10-13 23:36:41 +02:00
doc.txt boards/efm32: update documentation 2020-11-04 22:26:53 +01:00
Kconfig boards: stk3200: add support 2020-10-06 16:43:47 +02:00
Makefile boards: stk3200: add support 2020-10-06 16:43:47 +02:00
Makefile.dep boards/efm32: enable efm32_coretemp driver 2020-11-18 12:28:45 +01:00
Makefile.features boards/common/silabs: define CPU=efm32 2020-11-11 00:24:53 +01:00
Makefile.include boards: remove not need PORT_LINUX/PORT_DARWIN 2020-12-02 09:20:57 +01:00