mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Continue 78K0R development.
This commit is contained in:
parent
7acae9e570
commit
46425b4099
3 changed files with 64 additions and 75 deletions
|
@ -123,12 +123,11 @@ extern volatile unsigned portSHORT usCriticalNesting; \
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Task utilities. */
|
||||
extern void vPortYield( void );
|
||||
extern void vPortStart( void );
|
||||
extern void portSAVE_CONTEXT( void );
|
||||
extern void portRESTORE_CONTEXT( void );
|
||||
#define portYIELD() vPortYield()
|
||||
#define portNOP() __asm ( "NOP" )
|
||||
#define portYIELD() __asm( "BRK" )
|
||||
#define portNOP() __asm( "NOP" )
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Hardwware specifics. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue