This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
5bb1f4f230
zephyr
/
boards
/
riscv
/
rv32m1_vega
/
CMakeLists.txt
5 lines
89 B
CMake
Raw
Normal View
History
Unescape
Escape
license: cleanup: add SPDX Apache-2.0 license identifier Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-06 21:08:09 +08:00
# SPDX-License-Identifier: Apache-2.0
boards: riscv32: add rv32m1_vega This board directory supports the RV32M1 Vega board when targeting a RISC-V CPU core on the main SoC. Currently, only RI5CY support is provided via the rv32m1_vega_ri5cy board name. Signed-off-by: Marti Bolivar <marti@foundries.io> Signed-off-by: Michael Scott <mike@foundries.io>
2018-11-29 05:23:51 +08:00
zephyr_library
(
)
zephyr_library_sources
(
pinmux.c
)