mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-10 08:52:48 +00:00
Merge branch 'feature/freertos_expose_list_integrity_check_option' into 'master'
feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES Closes IDF-8366 See merge request espressif/esp-idf!26960
This commit is contained in:
@@ -251,6 +251,9 @@
|
||||
#endif /* CONFIG_FREERTOS_SMP */
|
||||
#endif /* def __ASSEMBLER__ */
|
||||
|
||||
/* -------------- List Data Integrity Checks --------------- */
|
||||
#define configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES
|
||||
|
||||
/* ----------------------------------------------- Amazon SMP FreeRTOS -------------------------------------------------
|
||||
* - All Amazon SMP FreeRTOS specific configurations
|
||||
* ------------------------------------------------------------------------------------------------------------------ */
|
||||
|
Reference in New Issue
Block a user