litex-boards/litex_boards
Yoshimasa Niwa fc78c96444 FIX: OrangeCrab Feather SPI pad name
**Problems**

`SPIMaster` pad names are `clk`, `cs_n`, `mosi`, and `miso`.
However, `feather_spi` is using `sck` instead of `clk`, therefore
it is not able to use as-is for `SPIMaster`, for example,
with `add_spi` on Linux On LiteX VexRiscv.

**Solution**

In fact, `spisdcard` and other SPI related pad names are
using `clk`, only `feather_spi` is using `sck`.
Therefore, rename `sck` to `clk`.
2021-08-29 17:59:45 -07:00
..
platforms FIX: OrangeCrab Feather SPI pad name 2021-08-29 17:59:45 -07:00
prog Add target for LPDDR4 Test Board 2021-03-30 14:50:02 +02:00
targets targets: Fix SPI Flash mapping on target supporting --with-spi-flash. 2021-08-23 18:05:40 +02:00
tools
__init__.py __init__.py: Add muselab to vendors. 2021-05-07 09:10:51 +02:00