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:
parent
5c213deb01
commit
16707e6321
|
@ -39,6 +39,15 @@
|
|||
* 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.
|
||||
*/
|
||||
|
|
|
@ -39,6 +39,15 @@
|
|||
* 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.
|
||||
*/
|
||||
|
|
|
@ -39,6 +39,15 @@
|
|||
* 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.
|
||||
*/
|
||||
|
|
|
@ -39,6 +39,15 @@
|
|||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue