blob: 0c78627205fd6ea2e4511e1025ecc036a3d0a4f0 [file] [log] [blame]
Armando Montanez70095662020-01-09 14:25:04 -08001# Copyright 2020 The Pigweed Authors
Armando Montaneza69244e2019-11-15 11:25:10 -08002#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may not
Wyatt Hepler1a960942019-11-26 14:13:38 -08004# use this file except in compliance with the License. You may obtain a copy of
5# the License at
Armando Montaneza69244e2019-11-15 11:25:10 -08006#
7# https://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
Wyatt Hepler1a960942019-11-26 14:13:38 -080012# License for the specific language governing permissions and limitations under
13# the License.
Armando Montaneza69244e2019-11-15 11:25:10 -080014
Armando Montanez70095662020-01-09 14:25:04 -080015package(default_visibility = ["//visibility:public"])
Armando Montaneza69244e2019-11-15 11:25:10 -080016
Armando Montanez70095662020-01-09 14:25:04 -080017licenses(["notice"]) # Apache License 2.0
Armando Montaneza69244e2019-11-15 11:25:10 -080018
Armando Montanez70095662020-01-09 14:25:04 -080019filegroup(
20 name = "pw_dumb_io_baremetal_stm32f429",
21 srcs = [
22 "core_init.c",
23 "public/pw_boot_armv7m/boot.h",
24 ],
25)