UART driver refactor (#11637)

This commit is contained in:
Ryan
2021-01-27 17:42:49 +11:00
committed by GitHub
parent be897cbc2f
commit 30b46fad57
12 changed files with 287 additions and 39 deletions

View File

@ -138,6 +138,7 @@
* [WS2812 Driver](ws2812_driver.md)
* [EEPROM Driver](eeprom_driver.md)
* ['serial' Driver](serial_driver.md)
* [UART Driver](uart_driver.md)
* [GPIO Controls](internals_gpio_control.md)
* [Keyboard Guidelines](hardware_keyboard_guidelines.md)