You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
66
+
67
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
68
+
and performant abstractions for UEFI functionality.
69
+
70
+
We merged the following PRs this month:
71
+
72
+
-[Fix unused warnings if log-debugcon is not enabled](https://github.com/rust-osdev/uefi-rs/pull/1389)
73
+
-[Add uefi::{boot,runtime,system} modules to the prelude](https://github.com/rust-osdev/uefi-rs/pull/1390)
74
+
-[uefi: Add panic doc to uefi::helpers::init](https://github.com/rust-osdev/uefi-rs/pull/1391)
Thanks to [@dbydd](https://github.com/dbydd) for their contributions!
111
+
112
+
113
+
114
+
### [`acpi`](https://github.com/rust-osdev/acpi)
115
+
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
116
+
117
+
The `acpi` repository contains crates for parsing the ACPI tables – data structures that the firmware of modern computers use to relay information about the hardware to the OS. We merged the following changes this month:
118
+
119
+
-[aml_tester:Make cli print more pretty](https://github.com/rust-osdev/acpi/pull/221)
120
+
-[Ignore `MultiprocessorWakeup` when parse interrupt model](https://github.com/rust-osdev/acpi/pull/220)
121
+
122
+
Thanks to [@jokemanfire](https://github.com/jokemanfire), and [@Hsy-Intel](https://github.com/Hsy-Intel) for their contributions!
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
127
+
128
+
The `pci_types` library provides types for accessing and configuring PCI devices from Rust operating systems. We merged the following change this month:
129
+
130
+
-[Match the output of lspci in the PciAddress Display impl](https://github.com/rust-osdev/pci_types/pull/34)
131
+
132
+
Thanks to [@bjorn3](https://github.com/bjorn3) for their contributions!
0 commit comments