Add standard GPT config options for AVR demos

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5908 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2013-06-29 14:46:31 +00:00
parent 5c213deb01
commit 16707e6321
4 changed files with 36 additions and 0 deletions

View File

@ -39,6 +39,15 @@
* PWM driver system settings. * PWM driver system settings.
*/ */
/*
* GPT driver system settings.
*/
#define AVR_GPT_USE_GPT1 FALSE
#define AVR_GPT_USE_GPT2 FALSE
#define AVR_GPT_USE_GPT3 FALSE
#define AVR_GPT_USE_GPT4 FALSE
#define AVR_GPT_USE_GPT5 FALSE
/* /*
* SERIAL driver system settings. * SERIAL driver system settings.
*/ */

View File

@ -39,6 +39,15 @@
* PWM driver system settings. * PWM driver system settings.
*/ */
/*
* GPT driver system settings.
*/
#define AVR_GPT_USE_GPT1 FALSE
#define AVR_GPT_USE_GPT2 FALSE
#define AVR_GPT_USE_GPT3 FALSE
#define AVR_GPT_USE_GPT4 FALSE
#define AVR_GPT_USE_GPT5 FALSE
/* /*
* SERIAL driver system settings. * SERIAL driver system settings.
*/ */

View File

@ -39,6 +39,15 @@
* PWM driver system settings. * PWM driver system settings.
*/ */
/*
* GPT driver system settings.
*/
#define AVR_GPT_USE_GPT1 FALSE
#define AVR_GPT_USE_GPT2 FALSE
#define AVR_GPT_USE_GPT3 FALSE
#define AVR_GPT_USE_GPT4 FALSE
#define AVR_GPT_USE_GPT5 FALSE
/* /*
* SERIAL driver system settings. * SERIAL driver system settings.
*/ */

View File

@ -39,6 +39,15 @@
* PWM driver system settings. * PWM driver system settings.
*/ */
/*
* GPT driver system settings.
*/
#define AVR_GPT_USE_GPT1 FALSE
#define AVR_GPT_USE_GPT2 FALSE
#define AVR_GPT_USE_GPT3 FALSE
#define AVR_GPT_USE_GPT4 FALSE
#define AVR_GPT_USE_GPT5 FALSE
/* /*
* SERIAL driver system settings. * SERIAL driver system settings.
*/ */