mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
Merge branch 'contrib/github_pr_8597' into 'master'
minor typo fix (GitHub PR) Closes IDFGH-6977 See merge request espressif/esp-idf!17509
This commit is contained in:
@@ -4,7 +4,7 @@ Migrate FreeRTOS to ESP-IDF 5.0
|
|||||||
Legacy API and Data Types
|
Legacy API and Data Types
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Previously, the `configENABLE_BACKWARD_COMPATIBILITY` option was set by default, thus allowed pre FreeRTOS v8.0.0 function names and data types bo be used. The `configENABLE_BACKWARD_COMPATIBILITY` is now disabled by default, thus legacy FreeRTOS names/types are no longer supportd by default. Users should either:
|
Previously, the `configENABLE_BACKWARD_COMPATIBILITY` option was set by default, thus allowed pre FreeRTOS v8.0.0 function names and data types to be used. The `configENABLE_BACKWARD_COMPATIBILITY` is now disabled by default, thus legacy FreeRTOS names/types are no longer supportd by default. Users should either:
|
||||||
|
|
||||||
- Update their code to remove usage of legacy FreeRTOS names/types
|
- Update their code to remove usage of legacy FreeRTOS names/types
|
||||||
- Enable the :ref:`CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY` to explicitly allow the usage of legacy names/types
|
- Enable the :ref:`CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY` to explicitly allow the usage of legacy names/types
|
||||||
|
Reference in New Issue
Block a user