blob: f2e2f362037d3ab24eb3e31df7be5b98ad6bcb8c [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
sw_examples_demos = declare_dependency(
link_with: static_library(
'sw_examples_demos',
sources: ['demos.c'],
dependencies: [
sw_lib_runtime_hart,
sw_lib_dif_gpio,
sw_lib_dif_spi_device,
sw_lib_uart,
sw_lib_runtime_log,
],
)
)
subdir('hello_usbdev')
subdir('hello_world')