nuttx-apps/system/spi
Stuart Ianna cb7dd37f78 system/spi: Set SPI delay characteristics to zero when enabled.
Previously, when delay control was enabled, spi_transfer would pass junk
values down to the underlying driver because these values where not
initialized.

Setting them to zero provides a predictable result considering they are
not controlled by this tool.
2024-05-17 19:01:20 +08:00
..
Kconfig system/spi: Adopt CPHA as the abbreviation for clock phase 2021-05-06 00:24:43 -07:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
spi_bus.c system: update licenses to Apache 2021-06-11 02:42:05 -05:00
spi_common.c spitool: add support for 32-bit SPI BUS width 2023-05-06 03:23:02 +08:00
spi_devif.c system: nxstyle fixes 2021-06-11 02:42:05 -05:00
spi_exch.c system/spi: Set SPI delay characteristics to zero when enabled. 2024-05-17 19:01:20 +08:00
spi_main.c Revert "Revert "system/spi: improve alignment in array initialization"" 2022-10-24 01:13:27 +08:00
spitool.h Indent the define statement by two spaces 2023-05-21 07:39:53 +03:00