1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/nucleo64
Marian Buschsieweke 4524880581
boards/nucleo64: fix SPI Arduino mapping for most boards
Before, the Arduino SPI mapping for all Nucleo-64 boards was
incorrect. With this, the situation improves to the following:

- [x] nucleo-f030r8
- [ ] nucleo-f070rb
    - No SPI buses provided
- [x] nucleo-f072rb
- [x] nucleo-f091rc
- [x] nucleo-f103rb
- [ ] nucleo-f302r8
    - No SPI bus at D11, D12, D13 provided
- [x] nucleo-f303re
- [x] nucleo-f334r8
- [x] nucleo-f401re
- [x] nucleo-f410rb
- [x] nucleo-f411re
- [x] nucleo-f446re
- [x] nucleo-g070rb
- [x] nucleo-g071rb
- [x] nucleo-g431rb
- [x] nucleo-g474re
- [x] nucleo-l053r8
- [x] nucleo-l073rz
- [x] nucleo-l152re
- [ ] nucleo-l433rc
    - No SPI bus at D11, D12, D13 provided
- [x] nucleo-l452re
- [x] nucleo-l476rg
- [x] nucleo-wl55jc

The remaining offenders still need to be fixed, but that is better done
one PR at a time.
2023-09-20 10:49:40 +02:00
..
include boards/nucleo64: fix SPI Arduino mapping for most boards 2023-09-20 10:49:40 +02:00
Kconfig boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
Makefile boards/nucleo: factored out nucleo64 common 2018-01-24 10:23:17 +01:00
Makefile.dep boards: drop LED init 2022-02-18 14:35:43 +01:00
Makefile.features boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
Makefile.include boards/nucleo: factored out nucleo64 common 2018-01-24 10:23:17 +01:00