zero_ghost
/
ghostdragonzero
/
axdriver_crates
Public
to search
Type
to search
0
0
Login
Code
Issues
Pull requests
Events
Packages
Insights
main
axdriver_crates
/
README.md
Yuekai Jia<equation618@gmail.com>
Initial commit
78686a7e
Preview
Code view
Blame
Raw
axdriver_crates
Crates for building device driver subsystems in the
no_std
environment:
axdriver_base
: Common interfaces for all kinds of device drivers.
axdriver_block
: Common traits and types for block storage drivers.
axdriver_net
: Common traits and types for network device (NIC) drivers.
axdriver_display
: Common traits and types for graphics device drivers.
axdriver_pci
: Structures and functions for PCI bus operations.
axdriver_virtio
: Wrappers of some devices in the
virtio-drivers
crate, that implement traits in the
axdriver
-series crates.