kopia lustrzana https://github.com/espressif/esp-idf
freertos: upgrade to 10.4.3 - try to add portDONT_DISCARD
rodzic
e3e406b81b
commit
d37ed3e05b
components/freertos/include/freertos
tools/mocks/freertos/mock
|
@ -3346,7 +3346,7 @@ BaseType_t xTaskRemoveFromUnorderedEventList( ListItem_t * pxEventListItem,
|
||||||
* Sets the pointer to the current TCB to the TCB of the highest priority task
|
* Sets the pointer to the current TCB to the TCB of the highest priority task
|
||||||
* that is ready to run.
|
* that is ready to run.
|
||||||
*/
|
*/
|
||||||
void vTaskSwitchContext( void ) PRIVILEGED_FUNCTION;
|
portDONT_DISCARD void vTaskSwitchContext( void ) PRIVILEGED_FUNCTION;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THESE FUNCTIONS MUST NOT BE USED FROM APPLICATION CODE. THEY ARE USED BY
|
* THESE FUNCTIONS MUST NOT BE USED FROM APPLICATION CODE. THEY ARE USED BY
|
||||||
|
|
|
@ -18,3 +18,4 @@
|
||||||
# following function is disabled by configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS
|
# following function is disabled by configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS
|
||||||
- '(?:vTaskSetThreadLocalStoragePointerAndDelCallback\s*\([\s\w\*_,]*\))'
|
- '(?:vTaskSetThreadLocalStoragePointerAndDelCallback\s*\([\s\w\*_,]*\))'
|
||||||
- PRIVILEGED_FUNCTION
|
- PRIVILEGED_FUNCTION
|
||||||
|
- portDONT_DISCARD
|
||||||
|
|
Ładowanie…
Reference in New Issue