diff options
author | edolomb <none@example.com> | 2017-11-03 22:41:25 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-11-03 22:41:25 +0000 |
commit | 854190efe47e92be705d8b83b65897c22b677b2b (patch) | |
tree | 2c09a8eb07b041e8d6624db11881e210c1fef699 /testhal/ATSAMA5D2/UART | |
parent | dbf06c138df29a0915480a1e8babe6122956a4cc (diff) | |
download | ChibiOS-854190efe47e92be705d8b83b65897c22b677b2b.tar.gz ChibiOS-854190efe47e92be705d8b83b65897c22b677b2b.tar.bz2 ChibiOS-854190efe47e92be705d8b83b65897c22b677b2b.zip |
Added HAL_USE_TC
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10930 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/UART')
-rw-r--r-- | testhal/ATSAMA5D2/UART/mcuconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/UART/mcuconf.h b/testhal/ATSAMA5D2/UART/mcuconf.h index b2eec8203..3324bccd9 100644 --- a/testhal/ATSAMA5D2/UART/mcuconf.h +++ b/testhal/ATSAMA5D2/UART/mcuconf.h @@ -80,6 +80,15 @@ #define SAMA_SERIAL_FLEXCOM4_IRQ_PRIORITY 4
/*
+ * TC driver system settings.
+ */
+#define HAL_USE_TC FALSE
+#define SAMA_USE_TC0 FALSE
+#define SAMA_USE_TC1 FALSE
+#define SAMA_TC0_IRQ_PRIORITY 2
+#define SAMA_TC1_IRQ_PRIORITY 2
+
+/*
* UART driver system settings.
*/
#define SAMA_UART_USE_UART0 FALSE
|