mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
feat(freertos): added POSIX/Linux simulator port to FreeRTOS SMP
* Added a POSIX/Linux simulator that is compatible with the Amazon FreeRTOS SMP API. Note that the simulator itself is still single core, like the IDF FreeRTOS POSIX/Linux simulator.
This commit is contained in:
@@ -73,8 +73,10 @@
|
||||
#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
|
||||
#if configNEWLIB_REENTRANT_IS_DYNAMIC == 1
|
||||
#if ( configUSE_NEWLIB_REENTRANT != 1 )
|
||||
#error configUSE_NEWLIB_REENTRANT must be defined to 1 to enable configNEWLIB_REENTRANT_IS_DYNAMIC
|
||||
#endif
|
||||
#endif
|
||||
#else /* configNEWLIB_REENTRANT_IS_DYNAMIC */
|
||||
#define configNEWLIB_REENTRANT_IS_DYNAMIC 0
|
||||
|
Reference in New Issue
Block a user