Skip to content

Commit

Permalink
Add FreeRTOS (#2434)
Browse files Browse the repository at this point in the history
Eventually I would like to add the `BUILD.bazel` and `MODULE.bazel`
files directly to FreeRTOS. Started the conversation with maintainers
here:
https://forums.freertos.org/t/bazel-build-file-for-the-freertos-kernel/20963
  • Loading branch information
tpudlik authored Jul 16, 2024
1 parent d4edec9 commit dc5de5a
Show file tree
Hide file tree
Showing 5 changed files with 576 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/freertos/10.5.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "freertos",
version = "10.5.1",
compatibility_level = 0,
)

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

0 comments on commit dc5de5a

Please sign in to comment.