mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 11:12:27 -05:00
Continue work on SH2A demo.
This commit is contained in:
parent
0978152144
commit
b25f24cb75
16 changed files with 4559 additions and 671 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue