Skip to content

Commit 99a282c

Browse files
bors[bot]posborne
andcommitted
Merge #222
222: Transfer gpio-cdev repo ownership to embedded Linux team r=japaric a=posborne Currently hosted at https://github.com/posborne/rust-gpio-cdev. The repo would be migrated to rust-embedded/gpio-cdev. [`gpio-cdev`](https://crates.io/crates/gpio-cdev) is a new crate for interacting with GPIOs in Linux using the character device API (the sysfs interface is now deprecated and will be going away in future kernels [2020]). Differences from the old API are [covered in the project README](https://github.com/posborne/rust-gpio-cdev#sysfs-gpio-vs-gpio-character-device). Now that the initial work for the crate is done and an initial version of this crate, I want to transfer ownership over to the working group. I didn't see a documented process for this kind of transfer, so I'm winging it a bit and using the change to the team ownership as a review checkpoint for the overall inclusion decision. In this case, several (but not all) of the changes from the [Post Transfer TODO List](https://github.com/rust-embedded/wg/blob/master/ops/post-transfer.md) have already been done on the repo. The other would be done once moved over -- several of the other Linux repos which have been around for awhile need a refresh along the same lines (many of those date back to when I created this GH org a few years back). r? @rust-embedded/embedded-linux --- Since this crate is very new (0.1 was just published today), review and feedback on the APIs is, of course, greatly appreciated. Co-authored-by: Paul Osborne <osbpau@gmail.com>
2 parents c0ca4df + fac1423 commit 99a282c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ The embedded Linux team develops and maintains the core of the embedded Linux cr
201201

202202
Projects maintained by the embedded Linux team
203203

204+
- [`gpio-cdev`]
204205
- [`gpio-utils`]
205206
- [`i2cdev`]
206207
- [`linux-embedded-hal`]
@@ -402,6 +403,7 @@ https://mozilla.logbot.info/rust-embedded
402403
[`cortex-m`]: https://github.com/rust-embedded/cortex-m
403404
[`cross`]: https://github.com/rust-embedded/cross
404405
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
406+
[`gpio-cdev`]: https://github.com/rust-embedded/gpio-cdev
405407
[`gpio-utils`]: https://github.com/rust-embedded/gpio-utils
406408
[`i2cdev`]: https://github.com/rust-embedded/rust-i2cdev
407409
[`itm`]: https://github.com/rust-embedded/itm

0 commit comments

Comments
 (0)