Conversation
add Flush Data cache function
modified macro for log::debug
update readme about crate_interface::impl_interface
* [wip] on lapic timer * [wip] in in handle_write * [wip] in write_icr * [wip] finish partial icr_write * [wip] calculate_dest * make timer somewhat and somehow work * migrate to `api` branch of `axaddrspace` and `axdevice_base` * remove generic parameters completely * update dependency version * use main-branch (merged) `axdevice_base` and `axvisor_api` * formatted * allow `clippy::mut_from_ref` on `get_mut_vlapic_regs` * replace `u32` operations with `LvtTimerRegisterLocal` in timer * import `arceos_api::<mod>` to reduce code length * update parameters type * formatted --------- Co-authored-by: hky1999 <976929993@qq.com>
* chore: fix formatting and linting, add README.md and test cases * feat: improve project configuration and documentation - Add unit_test CI job with doc quality checks - Refactor README: highlight timer-only support status - Add open source license - Add Cargo.toml metadata
…t `fxmac_rs` to use the new version in its configuration.
ZR233
approved these changes
Mar 21, 2026
This was referenced Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge arceos-hypervisor/axvisor#377