Skip to content

Commit

Permalink
Bump CHERIoT RTOS version
Browse files Browse the repository at this point in the history
In particular this gives us the updated I2C driver that reflects the
FIFO changes.
  • Loading branch information
GregAC committed Oct 17, 2024
1 parent aef9bf0 commit a2b831b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/software.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
cheriotRtosSource = pkgs.fetchFromGitHub {
owner = "lowRISC";
repo = "CHERIoT-RTOS";
rev = "5668b9afd5d55ee750eed6077f72d3c2a6f35234";
rev = "34fc63bd6f11ba747b2e98e49f40eb5949809682";
fetchSubmodules = true;
hash = "sha256-u1yzvSj717AX2fY2C9zKRERBPCCcsNW6NaZpWac5DAg=";
hash = "sha256-sN0tkHTQBYUFs+5Ia83aTXzEvn5LiR+QCbeOcYy5eDk=";
};
in {
sonata-system-software = pkgs.stdenv.mkDerivation rec {
Expand Down
2 changes: 1 addition & 1 deletion sw/cheri/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FetchContent)

FetchContent_Declare(CHERIOT_RTOS
GIT_REPOSITORY https://github.com/lowRISC/CHERIoT-RTOS
GIT_TAG 5668b9afd5d55ee750eed6077f72d3c2a6f35234
GIT_TAG 34fc63bd6f11ba747b2e98e49f40eb5949809682
)

if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
Expand Down

0 comments on commit a2b831b

Please sign in to comment.