From 3dc035d8d6c348af0102f89edb3f862c260f8e1d 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 c192068064..c2125e6b39 100644 --- a/tools/ci/check_ldgen_mapping_exceptions.txt +++ b/tools/ci/check_ldgen_mapping_exceptions.txt @@ -2,4 +2,7 @@ libc sha256_coredump gcc clang_rt_builtins +freertos_idf +freertos_smp freertos_common +esp_ringbuf