mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user