mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Update demo project for Tensilita - work in progres..
Add support for POSIX style errno - work in progress.
This commit is contained in:
parent
78d20e2854
commit
722ca8fb2b
8 changed files with 279 additions and 328 deletions
|
@ -78,6 +78,12 @@ typedef unsigned long UBaseType_t;
|
|||
#define portBYTE_ALIGNMENT 8
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Compiler directives. */
|
||||
#define portWEAK_SYMBOL __attribute__( ( weak ) )
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
/* Scheduler utilities. */
|
||||
#define portYIELD() \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue