aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-11-03 22:40:34 +0000
committeredolomb <none@example.com>2017-11-03 22:40:34 +0000
commitf01186616b1c829716ddf24325f7422a1fe9a8e7 (patch)
tree681561c29d31c8addaab1b4e267ff85e4531a491 /testhal
parent13a52c1cce53b28078d186f0dbd5e9402fd2cf6e (diff)
downloadChibiOS-f01186616b1c829716ddf24325f7422a1fe9a8e7.tar.gz
ChibiOS-f01186616b1c829716ddf24325f7422a1fe9a8e7.tar.bz2
ChibiOS-f01186616b1c829716ddf24325f7422a1fe9a8e7.zip
Added HAL_USE_TC
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10927 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/ATSAMA5D2/MATRIX/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/MATRIX/mcuconf.h b/testhal/ATSAMA5D2/MATRIX/mcuconf.h
index d963a7297..b4639f65e 100644
--- a/testhal/ATSAMA5D2/MATRIX/mcuconf.h
+++ b/testhal/ATSAMA5D2/MATRIX/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