zephyr/tests/drivers/uart
Diego Elio Pettenò 762a1f8b42 ev11l78a: initial import of the UPD301C Basic Sink board.
This board is a relatively inexpensive development kit for USB-PD
controllers, using an UPD301C controller.

This Zephyr config includes support for:

 * UART (present on he debug header of the board), tested with the
   hello_world sample application;
 * the one standalone LED (CAP_MIS), tested with the blinky sample
   application;
 * the rotary encoder (PDO_SEL), via ADC, tested with the adc sample
   application;
 * the current sense amplifier (I_SENSE), currently untested;
 * the SPI bus, connected internally in the UPD301C to the UPD350;
 * the I2C bus, exposed on the debug header, currently untested.

Note that the drivers.uart.async_api.rtt has to be disabled, as it is
for other m0 boards with no dma or it fails to build.

Signed-off-by: Diego Elio Pettenò <flameeyes@meta.com>
2023-08-08 19:02:15 +00:00
..
uart_async_api ev11l78a: initial import of the UPD301C Basic Sink board. 2023-08-08 19:02:15 +00:00
uart_basic_api samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart_emul samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart_mix_fifo_poll samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart_pm samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00