blob: 25c6317ee358121fb8594a9cfe3409e609e63d38 [file] [log] [blame]
Miguel Young de la Sotad36c3e42022-03-28 12:56:09 -04001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
5load("//rules:opentitan.bzl", "OPENTITAN_CPU")
6
7package(default_visibility = ["//visibility:public"])
8
9cc_library(
10 name = "freertos",
11 srcs = ["@freertos//:srcs"],
12 deps = [
13 "//sw/device/lib/testing/test_framework:freertos_config",
14 "@freertos//:hdrs",
15 ],
16)