Skip to content

Commit

Permalink
third_party/freertos: Add missing CM33_NTZ header
Browse files Browse the repository at this point in the history
Change-Id: I0401e32efb0c5004899cb407e8e6624ca3bcec45
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/222574
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Jul 11, 2024
1 parent 8abeae9 commit cca41e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions third_party/freertos/freertos.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,9 @@ cc_library(
hdrs = select({
":port_ARM_CM0": ["portable/GCC/ARM_CM0/portmacro.h"],
":port_ARM_CM3": ["portable/GCC/ARM_CM3/portmacro.h"],
":port_ARM_CM33_NTZ": [
"portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h",
"portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h",
],
# TODO: https://pwbug.dev/352591911 - Decide if we should support older
# versions that are missing portmacrocommon.h.
":port_ARM_CM33_NTZ": glob(["portable/GCC/ARM_CM33_NTZ/non_secure/*.h"]),
":port_ARM_CM4F": ["portable/GCC/ARM_CM4F/portmacro.h"],
":port_ARM_CM7": ["portable/GCC/ARM_CM7/r0p1/portmacro.h"],
":port_Xtensa": [
Expand Down

0 comments on commit cca41e3

Please sign in to comment.