aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h')
-rw-r--r--demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h46
1 files changed, 30 insertions, 16 deletions
diff --git a/demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h b/demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h
index 28c352b63..9a3836408 100644
--- a/demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h
+++ b/demos/AVR/RT-ARDUINOLEONARDO/mcuconf.h
@@ -31,6 +31,31 @@
#define AVR_ADC_USE_ADC1 FALSE
/*
+ * EXT drivers system settings.
+ */
+#define AVR_EXT_USE_INT0 FALSE
+#define AVR_EXT_USE_INT1 FALSE
+#define AVR_EXT_USE_INT2 FALSE
+#define AVR_EXT_USE_INT3 FALSE
+#define AVR_EXT_USE_INT4 FALSE
+#define AVR_EXT_USE_INT5 FALSE
+
+/*
+ * PCINT driver system settings.
+ */
+#define AVR_EXT_USE_PCINT0 FALSE
+#define AVR_EXT_USE_PCINT1 FALSE
+#define AVR_EXT_USE_PCINT2 FALSE
+#define AVR_EXT_USE_PCINT3 FALSE
+#define AVR_EXT_USE_PCINT4 FALSE
+#define AVR_EXT_USE_PCINT5 FALSE
+#define AVR_EXT_USE_PCINT6 FALSE
+#define AVR_EXT_USE_PCINT7 FALSE
+#define AVR_EXT_USE_PCINT8 FALSE
+#define AVR_EXT_USE_PCINT9 FALSE
+#define AVR_EXT_USE_PCINT10 FALSE
+
+/*
* CAN driver system settings.
*/
@@ -56,21 +81,6 @@
#define AVR_ICU_USE_TIM5 FALSE
/*
- * PCINT driver system settings.
- */
-#define AVR_EXT_USE_PCINT0 FALSE
-#define AVR_EXT_USE_PCINT1 FALSE
-#define AVR_EXT_USE_PCINT2 FALSE
-#define AVR_EXT_USE_PCINT3 FALSE
-#define AVR_EXT_USE_PCINT4 FALSE
-#define AVR_EXT_USE_PCINT5 FALSE
-#define AVR_EXT_USE_PCINT6 FALSE
-#define AVR_EXT_USE_PCINT7 FALSE
-#define AVR_EXT_USE_PCINT8 FALSE
-#define AVR_EXT_USE_PCINT9 FALSE
-#define AVR_EXT_USE_PCINT10 FALSE
-
-/*
* GPT driver system settings.
*/
#define AVR_GPT_USE_TIM1 FALSE
@@ -96,6 +106,10 @@
#define AVR_SPI_USE_SPI1 FALSE
#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
-#define AVR_USB_USE_USB1 TRUE
+/*
+ * USB driver system settings.
+ */
+#define AVR_USB_USE_USB1 FALSE
+#define AVR_USB_USE_NAMED_ADDRESS_SPACES FALSE
#endif /* MCUCONF_H */