Added ST driver settings
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11258 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ad1b45c9bd
commit
2fb47b79c1
|
@ -79,6 +79,13 @@
|
|||
#define SAMA_SERIAL_FLEXCOM3_IRQ_PRIORITY 4
|
||||
#define SAMA_SERIAL_FLEXCOM4_IRQ_PRIORITY 4
|
||||
|
||||
/*
|
||||
* ST driver settings.
|
||||
*/
|
||||
#define SAMA_ST_USE_PIT TRUE
|
||||
#define SAMA_ST_USE_TC0 FALSE
|
||||
#define SAMA_ST_USE_TC1 FALSE
|
||||
|
||||
/*
|
||||
* TC driver system settings.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue