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