Skip to content

Commit f7f1392

Browse files
Add December PRs for uefi-rs project (#83)
1 parent edb1875 commit f7f1392

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/this-month/2021-12/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ month = "December 2021"
77
authors = [
88
"phil-opp",
99
"IsaacWoods",
10+
"GabrielMajeri",
1011
# add yourself here
1112
]
1213
+++
@@ -49,6 +50,26 @@ hardcoded object. We now treat these objects correctly as control methods, suppo
4950

5051
Thanks to [@Dentosal](https://github.com/Dentosal) for this contribution!
5152

53+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
54+
55+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
56+
57+
We merged the following PRs this month:
58+
59+
- [Implement `open_protocol`, use it to fix flaky screenshot test](https://github.com/rust-osdev/uefi-rs/pull/318)
60+
- [Change `memory_map_size` to return entry size as well](https://github.com/rust-osdev/uefi-rs/pull/326)
61+
- [Document how to publish new versions of the crates](https://github.com/rust-osdev/uefi-rs/pull/322)
62+
- [Improve clippy linting in `build.py` and CI](https://github.com/rust-osdev/uefi-rs/pull/319)
63+
- [`build.py`: fix `clippy --verbose`](https://github.com/rust-osdev/uefi-rs/pull/323)
64+
- [`build.py`: deny warnings when running clippy](https://github.com/rust-osdev/uefi-rs/pull/324)
65+
- [Move `build.py` to the root of the repo](https://github.com/rust-osdev/uefi-rs/pull/334)
66+
- [Fix unused use warning that shows up with some build configs](https://github.com/rust-osdev/uefi-rs/pull/330)
67+
- [Fix build error on latest nightly](https://github.com/rust-osdev/uefi-rs/pull/328)
68+
- [Update the version of `qemu-exit`](https://github.com/rust-osdev/uefi-rs/pull/331)
69+
- [Add missing `#[must_use]` marker attributes](https://github.com/rust-osdev/uefi-rs/pull/332)
70+
71+
Thanks to [@StevenDoesStuffs](https://github.com/StevenDoesStuffs) and [@toku-sa-n](https://github.com/toku-sa-n) for their contributions!
72+
5273
## Call for Participation
5374

5475
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)