https://github.com/rustsbi/clic
Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture Extensions Rust crate support
https://github.com/rustsbi/clic
Last synced: 11 months ago
JSON representation
Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture Extensions Rust crate support
- Host: GitHub
- URL: https://github.com/rustsbi/clic
- Owner: rustsbi
- License: other
- Created: 2023-10-31T07:25:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T07:43:21.000Z (over 2 years ago)
- Last Synced: 2025-06-11T04:53:13.885Z (12 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `clic`
[](https://crates.io/crates/clic)
[](https://docs.rs/clic)

Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture support crate.
## License
`clic` is licensed under MIT or Mulan PSL v2.
```
Copyright (c) 2023 RustSBI Team
`clic` is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details.
```