1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stk3200/include
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
..
board.h boards/efm32: enable efm32_coretemp driver 2020-11-18 12:28:45 +01:00
gpio_params.h boards/efm32: update copyright year 2020-11-04 19:55:16 +01:00
periph_conf.h boards/stk3200: Fix spi config 2021-11-04 09:35:45 +01:00