aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-02-12 20:18:46 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-02-12 20:18:46 +0000
commit74346e204e4c09f741317f88af8b49a64d37c249 (patch)
tree1bbe92940e5655464dcb520dd2262c0a86749dca /os/hal/ports
parent80d929ebabd0663d9e9382ea6bc559e1f77ec6dd (diff)
downloadChibiOS-74346e204e4c09f741317f88af8b49a64d37c249.tar.gz
ChibiOS-74346e204e4c09f741317f88af8b49a64d37c249.tar.bz2
ChibiOS-74346e204e4c09f741317f88af8b49a64d37c249.zip
AVR: Add USART and SERIAL low level driver to the platform description file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11494 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
index 25a0095a7..5461317ef 100644
--- a/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
+++ b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
@@ -7,6 +7,7 @@ PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U
# Drivers compatible with the platform.
include $(CHIBIOS)/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/driver.mk
include $(CHIBIOS)/os/hal/ports/AVR/XMEGA/LLD/TIMv1/driver.mk
+include $(CHIBIOS)/os/hal/ports/AVR/XMEGA/LLD/USARTv1/driver.mk
# Shared variables
ALLCSRC += $(PLATFORMSRC)