blob: 7661c52c23900c80c0838010286698acfefaf237 [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_spi_device,
sw_lib_uart,
sw_lib_base_log,
],
)
)
subdir('hello_usbdev')
subdir('hello_world')