Tidy up and prepare for release.

This commit is contained in:
Richard Barry 2009-01-31 14:47:50 +00:00
parent 4e1b587af3
commit 7a83c44856
4 changed files with 66 additions and 28 deletions

View file

@ -80,7 +80,7 @@ the ComTest tasks will be included in place of the trace task. */
* FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 1
#define configUSE_IDLE_HOOK 0
#define configUSE_TICK_HOOK 0
#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 180 ) /* This can be greatly reduced when using the small or medium memory model. */
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 56000000 ) /* Clock setup from start.asm in the demo application. */