nuttx-update/drivers/spi
guoshichao cd52edd6d7 greenhills: fix enumerated type mixed with another type warning
"net/netdev_upperhalf.c", line 133: warning #188-D: enumerated type mixed with
          another type
        total += netdev_lower_quota_load(lower, type);

CC:  dirent/lib_alphasort.c "spi/spi_transfer.c", line 83: warning #188-D: enumerated type mixed with
          another type
    SPI_SETMODE(spi, seq->mode);
    ^

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-08-24 20:43:53 +08:00
..
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
ice40.c drivers/spi: Add support for FPGA iCE40 bitstream loading. 2024-04-12 10:19:58 -03:00
Kconfig drivers/spi: Add support for FPGA iCE40 bitstream loading. 2024-04-12 10:19:58 -03:00
Make.defs drivers/spi: Add support for FPGA iCE40 bitstream loading. 2024-04-12 10:19:58 -03:00
qspi_flash.c Fix error: spi/qspi_flash.c:576:45: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] 2023-09-12 10:02:50 +08:00
spi_bitbang.c spi: Remove useless restrictions 2024-08-07 12:13:38 -03:00
spi_driver.c spi: Optimize access to private data 2024-08-07 12:13:38 -03:00
spi_flash.c c89: get rid of designated initializers in common code 2022-03-28 13:39:27 +08:00
spi_slave_driver.c spi: Optimize access to private data 2024-08-07 12:13:38 -03:00
spi_transfer.c greenhills: fix enumerated type mixed with another type warning 2024-08-24 20:43:53 +08:00