Add Pearl Gecko demo.

Fix build error when configSUPPORT_STATIC_ALLOCATION and configNUM_THREAD_LOCAL_STORAGE_POINTERS were greater than zero at the same time.
Allow the pdMS_TO_TICKS macro to be overridden by a definition in FreeRTOSConfig.h.
This commit is contained in:
Richard Barry 2016-03-02 16:03:25 +00:00
parent 780aa7e325
commit c0abb762ff
26 changed files with 9986 additions and 14 deletions

View file

@ -923,7 +923,7 @@ typedef struct xSTATIC_TCB
void *pxDummy14;
#endif
#if( configNUM_THREAD_LOCAL_STORAGE_POINTERS > 0 )
void pvDummy15[ configNUM_THREAD_LOCAL_STORAGE_POINTERS ];
void *pvDummy15[ configNUM_THREAD_LOCAL_STORAGE_POINTERS ];
#endif
#if ( configGENERATE_RUN_TIME_STATS == 1 )
uint32_t ulDummy16;