Add Full build configuration to the Kinetis demo. Still a work in progress.

This commit is contained in:
Richard Barry 2011-07-08 21:02:03 +00:00
parent 862f99832d
commit 9d181af847
10 changed files with 2803 additions and 221 deletions

View file

@ -73,11 +73,10 @@
* See http://www.freertos.org/a00110.html.
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#define configCPU_CLOCK_HZ ( 75000000UL )
#define configCPU_CLOCK_HZ ( 96000000UL )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 90 )