Update demo project for Tensilita - work in progres..

Add support for POSIX style errno - work in progress.
This commit is contained in:
Richard Barry 2018-08-21 19:37:04 +00:00
parent 78d20e2854
commit 722ca8fb2b
8 changed files with 279 additions and 328 deletions

View file

@ -78,6 +78,12 @@ typedef unsigned long UBaseType_t;
#define portBYTE_ALIGNMENT 8
/*-----------------------------------------------------------*/
/* Compiler directives. */
#define portWEAK_SYMBOL __attribute__( ( weak ) )
/*-----------------------------------------------------------*/
/* Scheduler utilities. */
#define portYIELD() \
{ \