blob: d69a9b494edf25b820f8537c34d109e6504fc30b [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_base_log,
],
)
)
subdir('hello_usbdev')
subdir('hello_world')