From c2be14c80f31bbcc10712d38d94ca135144369c4 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci/check_ldgen_mapping_exceptions.txt b/tools/ci/check_ldgen_mapping_exceptions.txt index eebfb1cd7c..a473dd04c4 100644 --- a/tools/ci/check_ldgen_mapping_exceptions.txt +++ b/tools/ci/check_ldgen_mapping_exceptions.txt @@ -1,3 +1,7 @@ libc sha256_coredump gcc +freertos_idf +freertos_smp +freertos_common +esp_ringbuf