Skip to content

Commit

Permalink
Add label flag for FreeRTOS heap implementation (#3222)
Browse files Browse the repository at this point in the history
This adds the `@freertos//:freertos_heap` label flag to complement the
`@freertos//:freertos_malloc` constraint setting. As noted in
https://pwbug.dev/326625641, a label flag is preferable. The constraint
setting is not removed at this time as there are external projects using
it in the constraint values of platform definitions.
  • Loading branch information
nopsledder authored Dec 6, 2024
1 parent 45f7c9b commit 36eb180
Show file tree
Hide file tree
Showing 9 changed files with 1,534 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/freertos/10.5.1.bcr.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "freertos",
version = "10.5.1.bcr.3",
compatibility_level = 0,
)

bazel_dep(name = "platforms", version = "0.0.9")
Loading

0 comments on commit 36eb180

Please sign in to comment.