nuttx/boards/risc-v/esp32c3/esp32c3-devkit
Lee Lup Yuen 416ec42077 riscv/esp32c3: Remove check for LCD driver
## Summary

`esp32c3_spi2_cmddata()` implements SPI Cmd/Data `SPI_CMDDATA()` for only 3 LCD drivers: ST7735, ST7789 and GC9A01.

This patch removes the check for LCD drivers, so that SPI Cmd/Data will work for all LCD drivers.

More details: https://github.com/apache/incubator-nuttx/pull/5898

## Impact

This change impacts LCD drivers that call `SPI_CMDDATA()`.

Previously `SPI_CMDDATA()` would fail with `ENODEV` for LCD drivers other than ST7735, ST7789 and GC9A01.

After patching, `SPI_CMDDATA()` will work correctly with all LCD drivers.

## Testing

This is a minor patch so no testing is needed.
2022-03-29 23:09:57 -03:00
..
configs boards/risc-v/esp32c3: Fix mcuboot configs 2022-03-19 16:09:49 +02:00
include boards/esp32c3: Add romfs configuration 2021-07-06 05:25:14 -05:00
scripts boards: Remove -fno-builtin 2022-03-10 19:46:01 +02:00
src riscv/esp32c3: Remove check for LCD driver 2022-03-29 23:09:57 -03:00
Kconfig esp32c3-devkit: Restrict FS options when Flash Encryption is enabled 2022-01-01 20:37:44 +08:00