From 99b18665a4acfccdf873be295234de66c639d86d Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Thu, 8 Aug 2024 12:29:08 +0200 Subject: [PATCH] fix(freertos): Added freertos fragments to the exception list of ldgen mapping checks This commit adds freertos and esp_ringbuf linker fragment sections to the exception list of the ldgen mappings checker script. --- tools/ci/check_ldgen_mapping_exceptions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci/check_ldgen_mapping_exceptions.txt b/tools/ci/check_ldgen_mapping_exceptions.txt index 6d470c462d..6bd2d5330f 100644 --- a/tools/ci/check_ldgen_mapping_exceptions.txt +++ b/tools/ci/check_ldgen_mapping_exceptions.txt @@ -2,6 +2,9 @@ libc sha256_coredump gcc clang_rt_builtins +freertos_idf +freertos_smp freertos_common esp_psram esp_mm +esp_ringbuf