Skip to content

Commit

Permalink
[board] syter boot support h618
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 29, 2023
1 parent adb0bb0 commit 81487a7
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 1 deletion.
4 changes: 3 additions & 1 deletion board/longanpi-3h/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ add_subdirectory(cli_test)

add_subdirectory(arm64_test)

add_subdirectory(smhc_test)
add_subdirectory(smhc_test)

add_subdirectory(syter_boot)
5 changes: 5 additions & 0 deletions board/longanpi-3h/syter_boot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

add_syterkit_app(syter_boot
main.c
)
Loading

0 comments on commit 81487a7

Please sign in to comment.