From f1410eb34b2800c3fd4a50cf7326b5d896d29742 Mon Sep 17 00:00:00 2001 From: tfateba Date: Tue, 25 Apr 2017 21:15:11 +0000 Subject: Update AVR mcuconf.h file by adding PCINT driver system settings. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10182 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/ADC/mcuconf.h | 15 +++++++++++++++ testhal/AVR/EXT/mcuconf.h | 15 +++++++++++++++ testhal/AVR/GPT/mcuconf.h | 15 +++++++++++++++ testhal/AVR/I2C/mcuconf.h | 15 +++++++++++++++ testhal/AVR/ICU/mcuconf.h | 15 +++++++++++++++ testhal/AVR/PWM/mcuconf.h | 15 +++++++++++++++ 6 files changed, 90 insertions(+) (limited to 'testhal') diff --git a/testhal/AVR/ADC/mcuconf.h b/testhal/AVR/ADC/mcuconf.h index 2badb7022..3bff0d722 100644 --- a/testhal/AVR/ADC/mcuconf.h +++ b/testhal/AVR/ADC/mcuconf.h @@ -40,6 +40,21 @@ #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. */ diff --git a/testhal/AVR/EXT/mcuconf.h b/testhal/AVR/EXT/mcuconf.h index e1ad00fd8..ee5fa0a4f 100644 --- a/testhal/AVR/EXT/mcuconf.h +++ b/testhal/AVR/EXT/mcuconf.h @@ -40,6 +40,21 @@ #define AVR_EXT_USE_INT4 TRUE #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. */ diff --git a/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h index 99f88382a..f275fac82 100644 --- a/testhal/AVR/GPT/mcuconf.h +++ b/testhal/AVR/GPT/mcuconf.h @@ -40,6 +40,21 @@ #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. */ diff --git a/testhal/AVR/I2C/mcuconf.h b/testhal/AVR/I2C/mcuconf.h index 282bf17d4..0bc51727b 100644 --- a/testhal/AVR/I2C/mcuconf.h +++ b/testhal/AVR/I2C/mcuconf.h @@ -40,6 +40,21 @@ #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. */ diff --git a/testhal/AVR/ICU/mcuconf.h b/testhal/AVR/ICU/mcuconf.h index 721e0d900..5b0daebee 100644 --- a/testhal/AVR/ICU/mcuconf.h +++ b/testhal/AVR/ICU/mcuconf.h @@ -30,6 +30,21 @@ */ #define AVR_ADC_USE_ADC1 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. */ diff --git a/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h index 6412bdf92..be8922e6f 100644 --- a/testhal/AVR/PWM/mcuconf.h +++ b/testhal/AVR/PWM/mcuconf.h @@ -40,6 +40,21 @@ #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. */ -- cgit v1.2.3