Skip to content

Commit

Permalink
Change CapDL branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Feb 14, 2024
1 parent 1f51c53 commit 0a47241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/sel4-capdl-initializer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ SEL4_PREFIX=$my_sel4_prefix \
```

Later, prepare the initializer by adding the CapDL spec. `sel4-capdl-initializer-add-spec` takes a
CapDL spec in JSON format. [This branch](https://github.com/coliasgroup/capdl/tree/coliasgroup) of
the parse-capDL tool is capable of translating a `.cdl` file to JSON.
CapDL spec in JSON format. [This branch](https://github.com/coliasgroup/capdl/tree/rust) of the
parse-capDL tool is capable of translating a `.cdl` file to JSON.

```bash
parse-capDL --object-sizes=$my_object_sizes --json=spec.json $my_capdl_spec
Expand Down
2 changes: 1 addition & 1 deletion hacking/nix/scope/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let

capdlCommon = {
url = "https://github.com/coliasgroup/capdl.git";
rev = "1bd2aa7596ba418be33f314f880682e4fb8ef679"; # branch coliasgroup
rev = "1bd2aa7596ba418be33f314f880682e4fb8ef679"; # branch rust-testing
local = localRoot + "/capdl";
};

Expand Down

0 comments on commit 0a47241

Please sign in to comment.