aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-21 18:00:21 +0100
committerGitHub <noreply@github.com>2020-05-21 18:00:21 +0100
commit65150984bd1f9c301b080652fe60b181765bb9be (patch)
tree7f714fa864ba58a7c89a97170bad94319c39ff98 /docs/_summary.md
parent205321c37740caaffbca69e626a8432fd369d20c (diff)
downloadfirmware-65150984bd1f9c301b080652fe60b181765bb9be.tar.gz
firmware-65150984bd1f9c301b080652fe60b181765bb9be.tar.bz2
firmware-65150984bd1f9c301b080652fe60b181765bb9be.zip
ARM split - Add uart half duplex transport support (#7987)
* ARM split - Add uart half duplex transport support * Fix for f103 * initial full duplex pass * partially remove full duplex * Correct speeds within driver docs Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index b711ab7d9..0e82ab4f0 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -128,6 +128,7 @@
* [SPI Driver](spi_driver.md)
* [WS2812 Driver](ws2812_driver.md)
* [EEPROM Driver](eeprom_driver.md)
+ * ['serial' Driver](serial_driver.md)
* [GPIO Controls](internals_gpio_control.md)
* [Keyboard Guidelines](hardware_keyboard_guidelines.md)