aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-65150984bd1f9c301b080652fe60b181765bb9be.tar.gz
qmk_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 @@
128 * [SPI Driver](spi_driver.md) 128 * [SPI Driver](spi_driver.md)
129 * [WS2812 Driver](ws2812_driver.md) 129 * [WS2812 Driver](ws2812_driver.md)
130 * [EEPROM Driver](eeprom_driver.md) 130 * [EEPROM Driver](eeprom_driver.md)
131 * ['serial' Driver](serial_driver.md)
131 * [GPIO Controls](internals_gpio_control.md) 132 * [GPIO Controls](internals_gpio_control.md)
132 * [Keyboard Guidelines](hardware_keyboard_guidelines.md) 133 * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
133 134