nuttx/arch/risc-v
Ville Juven 22d6f97843 mpfs/mpfs_spi.c: Fix some logic errors in the driver
- putreg32() is used the wrong way around (reg, val) instead of (val, reg)
- MPFS_SPI_FRAMESIZE is not a register, FSIZE is the name
- Clear all interrupts _before_ writing the FIFO, this prevents a race
  condition where a short transmission completes before the interrupt is
  enabled.
2023-05-08 11:49:30 -03:00
..
include arch/risc-v: change up_saveusercontext to assembly code 2023-04-27 17:34:30 +08:00
src mpfs/mpfs_spi.c: Fix some logic errors in the driver 2023-05-08 11:49:30 -03:00
Kconfig litex: Support for kernel build with vexriscv-smp. 2023-04-22 01:40:32 +08:00