mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-10 15:04:53 +00:00
feat(efuse): Support Linux target
This commit is contained in:
@@ -124,7 +124,7 @@ extern void vPortCancelThread( void *pxTaskToDelete );
|
||||
* are always a full memory barrier. ISRs are emulated as signals
|
||||
* which also imply a full memory barrier.
|
||||
*
|
||||
* Thus, only a compilier barrier is needed to prevent the compiler
|
||||
* Thus, only a compiler barrier is needed to prevent the compiler
|
||||
* reordering.
|
||||
*/
|
||||
#define portMEMORY_BARRIER() __asm volatile( "" ::: "memory" )
|
||||
@@ -140,4 +140,6 @@ extern unsigned long ulPortGetRunTime( void );
|
||||
// We need additional definitions for ESP-IDF code
|
||||
#include "portmacro_idf.h"
|
||||
|
||||
void vPortSetStackWatchpoint(void *pxStackStart);
|
||||
|
||||
#endif /* PORTMACRO_H */
|
||||
|
Reference in New Issue
Block a user