aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/UART/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2/UART/mcuconf.h')
-rw-r--r--testhal/ATSAMA5D2/UART/mcuconf.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/UART/mcuconf.h b/testhal/ATSAMA5D2/UART/mcuconf.h
index 4466ef90b..2e50baab8 100644
--- a/testhal/ATSAMA5D2/UART/mcuconf.h
+++ b/testhal/ATSAMA5D2/UART/mcuconf.h
@@ -23,7 +23,7 @@
* HAL driver system settings.
*/
#define SAMA_HAL_IS_SECURE TRUE
-#define SAMA_NO_INIT FALSE
+#define SAMA_NO_INIT TRUE
#define SAMA_MOSCRC_ENABLED FALSE
#define SAMA_MOSCXT_ENABLED TRUE
#define SAMA_MOSC_SEL SAMA_MOSC_MOSCXT
@@ -36,6 +36,23 @@
#define SAMA_H64MX_H32MX_RATIO 2
/*
+ * ST driver settings.
+ */
+#define SAMA_ST_USE_PIT FALSE
+#define SAMA_ST_USE_TC0 FALSE
+#define SAMA_ST_USE_TC1 TRUE
+
+/*
+ * SECUMOD driver system settings.
+ */
+#define HAL_USE_SECUMOD FALSE
+
+/*
+ * SDMMC driver system settings.
+ */
+#define HAL_USE_SDMMC FALSE
+
+/*
* SPI driver system settings.
*/
#define SAMA_SPI_USE_SPI0 FALSE