Categories
Embedded Development
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

zig-sbi

Zig wrapper around the RISC-V SBI specification.

Compatible with SBI Specification v3.0-rc1.

Installation

Add the dependency to build.zig.zon:

zig fetch --save git+https://github.com/leecannon/zig-sbi

Then add the following to build.zig:

const sbi = b.dependency("sbi", .{});
exe.root_module.addImport("sbi", sbi.module("sbi"));
About
Zig wrapper around the RISC-V SBI specification
Owner
Last Commit
2025-03-02
Latest Release
Latest Release Date
Created
2022-03-03