forked from forks/qmk_firmware
* Unite half-duplex and full-duplex serial driver. * Add full duplex operation mode to the interrupt based driver * Delete DMA UART based full duplex driver * The new driver targets #11930 * Fix freezes with failing transactions in half-duplex * Increase default serial TX/RX buffer size to 128 bytes * Correctly use bool instead of size_t Co-authored-by: Nick Brassel <nick@tzarc.org> |
||
|---|---|---|
| .. | ||
| analog.c | ||
| analog.h | ||
| i2c_master.c | ||
| i2c_master.h | ||
| serial.c | ||
| serial_usart.c | ||
| serial_usart.h | ||
| spi_master.c | ||
| spi_master.h | ||
| uart.c | ||
| uart.h | ||
| usbpd_stm32g4.c | ||
| ws2812.c | ||
| ws2812_pwm.c | ||
| ws2812_spi.c | ||