Skip to content

Commit

Permalink
Moved back onto upstream CHERIoT RTOS
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Jul 31, 2024
1 parent 69a5df4 commit 461e1a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ includes("../libraries")
includes("../common.lua")

option("board")
set_default("sonata")
set_default("sonata-prerelease")

includes("all")

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
fileset = fs.unions [./cheriot-rtos ./scripts/elf2uf2.sh];
};
buildPhase = ''
xmake config -P cheriot-rtos/tests/ --board=sonata
xmake config -P cheriot-rtos/tests/ --board=sonata-prerelease
xmake -P ./cheriot-rtos/tests/
./scripts/elf2uf2.sh build/cheriot/cheriot/release/test-suite
'';
Expand Down
2 changes: 1 addition & 1 deletion tests/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ includes(path.join(sdkdir, "lib"))
includes("../common.lua")

option("board")
set_default("sonata")
set_default("sonata-prerelease")

library("uart_tests")
set_default(false)
Expand Down

0 comments on commit 461e1a9

Please sign in to comment.