mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
freertos: Remove xTaskRemoveFromUnorderedEventList compatibility define
xTaskRemoveFromUnorderedEventList is a scheduler internal function, thus will never be called by users. Therefore, the compatbility define is not necessary.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -271,9 +271,4 @@ Default values for trace macros added by ESP-IDF and are not part of Vanilla Fre
|
|||||||
#define configTASKLIST_INCLUDE_COREID 1
|
#define configTASKLIST_INCLUDE_COREID 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// -------------------- Compatibility ----------------------
|
|
||||||
|
|
||||||
// backward compatibility for 4.4
|
|
||||||
#define xTaskRemoveFromUnorderedEventList vTaskRemoveFromUnorderedEventList
|
|
||||||
|
|
||||||
#endif /* FREERTOS_CONFIG_SMP_H */
|
#endif /* FREERTOS_CONFIG_SMP_H */
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -312,9 +312,4 @@ extern volatile uint32_t port_switch_flag[portNUM_PROCESSORS];
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// -------------------- Compatibility ----------------------
|
|
||||||
|
|
||||||
// backward compatibility for 4.4
|
|
||||||
#define xTaskRemoveFromUnorderedEventList vTaskRemoveFromUnorderedEventList
|
|
||||||
|
|
||||||
#endif /* FREERTOS_CONFIG_SMP_H */
|
#endif /* FREERTOS_CONFIG_SMP_H */
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -283,11 +283,6 @@ extern void vPortCleanUpTCB ( void *pxTCB );
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// -------------------- Compatibility ----------------------
|
|
||||||
|
|
||||||
// backward compatibility for 4.4
|
|
||||||
#define xTaskRemoveFromUnorderedEventList vTaskRemoveFromUnorderedEventList
|
|
||||||
|
|
||||||
#endif // CONFIG_FREERTOS_SMP
|
#endif // CONFIG_FREERTOS_SMP
|
||||||
|
|
||||||
#endif /* FREERTOS_CONFIG_H */
|
#endif /* FREERTOS_CONFIG_H */
|
||||||
|
Reference in New Issue
Block a user