Skip to content

Commit

Permalink
pw_snapshot: Add RISCV CpuArchitecture to metadata
Browse files Browse the repository at this point in the history
Change-Id: Ia499fc438bd6cb8ec62375728412e202a5520f70
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/185630
Reviewed-by: Armando Montanez <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Kevin Zeng <[email protected]>
  • Loading branch information
zengkw authored and CQ Bot Account committed Dec 19, 2023
1 parent cf6b92b commit c06726f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pw_snapshot/pw_snapshot_protos/snapshot_metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ message CpuArchitecture {
ARMV6M = 1;
ARMV7M = 2;
ARMV8M = 3;
RVWMO = 4;
RV32I = 5;
RV64I = 6;
RV128I = 7;
}
}

Expand Down

0 comments on commit c06726f

Please sign in to comment.