Skip to content

Commit

Permalink
Add submodule for sonata-system
Browse files Browse the repository at this point in the history
The automotive demo runs on both CHERIoT and non-CHERIoT, and to support
the build flow for this, requires access to some of the definitions in
`sonata-system` to be able to compile for a legacy baremetal
environment. This commit adds a submodule for `sonata-system` so that
these files can be used, without code duplication.
  • Loading branch information
AlexJones0 committed Sep 18, 2024
1 parent af92486 commit 7c4d2c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
path = third_party/display_drivers
url = https://github.com/engdoreis/display_drivers
branch = main
[submodule "sonata-system"]
path = third_party/sonata-system
url = https://github.com/lowRISC/sonata-system
branch = main
1 change: 1 addition & 0 deletions third_party/sonata-system
Submodule sonata-system added at 275eaa

0 comments on commit 7c4d2c2

Please sign in to comment.