Continue work on SH2A demo.

This commit is contained in:
Richard Barry 2010-02-15 17:13:58 +00:00
parent 0978152144
commit b25f24cb75
16 changed files with 4559 additions and 671 deletions

View file

@ -105,8 +105,12 @@ to exclude the API function. */
#define INCLUDE_uxTaskGetStackHighWaterMark 1
#define INCLUDE_xTaskGetSchedulerState 1
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS()
#define portGET_RUN_TIME_COUNTER_VALUE() 0
void vSetupClockForRunTimeStats( void );
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vSetupClockForRunTimeStats()
extern unsigned long ulRunTime;
#define portGET_RUN_TIME_COUNTER_VALUE() ulRunTime
/*-----------------------------------------------------------
* Ethernet configuration.