blob: 87d7764b2c2fb6cd63389e1828a8114f126aa81d [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "TinyFPGA-Bootloader",
target_dir: "tinyfpga_tinyfpga-bootloader",
patch_dir: "patches/tinyfpga_tinyfpga-bootloader",
upstream: {
url: "https://github.com/tinyfpga/TinyFPGA-Bootloader",
rev: "master",
},
// patch_repo: {
// url: "git@github.com:lowRISC/riscv-dbg.git",
// rev_base: "master",
// rev_patched: "local",
// },
// Only need files from the common subdir
exclude_from_upstream: [
"boards",
"programmer",
"tests",
"TinyFPGA-Bootloader.core",
]
}