freertos-smp: Updated the FreeRTOS SMP kernel source to the latest commit

This commit updates the FreeRTOS SMP source to the latest upstream
source at commit 8128208bdee1f997f83cae631b861f36aeea9b1f
This commit is contained in:
Sudeep Mohanty
2022-11-02 15:00:47 +01:00
parent 3c18cc482c
commit 4bc6b9ed7e
4 changed files with 18 additions and 1 deletions

View File

@@ -72,6 +72,14 @@
#include <reent.h>
#endif
#ifdef configNEWLIB_REENTRANT_IS_DYNAMIC
#if ( configUSE_NEWLIB_REENTRANT != 1 )
#error configUSE_NEWLIB_REENTRANT must be defined to 1 to enable configNEWLIB_REENTRANT_IS_DYNAMIC
#endif
#else /* configNEWLIB_REENTRANT_IS_DYNAMIC */
#define configNEWLIB_REENTRANT_IS_DYNAMIC 0
#endif /* configNEWLIB_REENTRANT_IS_DYNAMIC */
/*
* Check all the required application specific macros have been defined.
* These macros are application specific and (as downloaded) are defined