aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-11-03 22:40:49 +0000
committeredolomb <none@example.com>2017-11-03 22:40:49 +0000
commit9f91e508f14bf1b7f500f97c688d14dd8dc7e39a (patch)
tree599ec3d6d368b361e548b376e2b9ca940b49bd87
parentf01186616b1c829716ddf24325f7422a1fe9a8e7 (diff)
downloadChibiOS-9f91e508f14bf1b7f500f97c688d14dd8dc7e39a.tar.gz
ChibiOS-9f91e508f14bf1b7f500f97c688d14dd8dc7e39a.tar.bz2
ChibiOS-9f91e508f14bf1b7f500f97c688d14dd8dc7e39a.zip
Added HAL_USE_TC
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10928 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/ATSAMA5D2/SPI/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/SPI/mcuconf.h b/testhal/ATSAMA5D2/SPI/mcuconf.h
index cc1258a06..f04ef793f 100644
--- a/testhal/ATSAMA5D2/SPI/mcuconf.h
+++ b/testhal/ATSAMA5D2/SPI/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