diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-25 21:15:11 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-25 21:15:11 +0000 |
commit | f1410eb34b2800c3fd4a50cf7326b5d896d29742 (patch) | |
tree | ddce300bc262b6a437d70af51feb53d87bcf9d60 /demos/AVR/RT-TEENSY2-USB | |
parent | 2dc9bb8ed42c4128fb6c5677792182923951342d (diff) | |
download | ChibiOS-f1410eb34b2800c3fd4a50cf7326b5d896d29742.tar.gz ChibiOS-f1410eb34b2800c3fd4a50cf7326b5d896d29742.tar.bz2 ChibiOS-f1410eb34b2800c3fd4a50cf7326b5d896d29742.zip |
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
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB')
-rw-r--r-- | demos/AVR/RT-TEENSY2-USB/mcuconf.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/mcuconf.h b/demos/AVR/RT-TEENSY2-USB/mcuconf.h index c5a784bd1..4545f8db2 100644 --- a/demos/AVR/RT-TEENSY2-USB/mcuconf.h +++ b/demos/AVR/RT-TEENSY2-USB/mcuconf.h @@ -31,6 +31,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. */ |