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
17: Add Keyberon r=thejpster a=TeXitoi
Hard requirement:
- run on a STM32F103 microcontroller
- 100% pure rust
- MIT licensed, project on github
Bonus points:
- First fully functional USB device
- Full instruction to create the keyboard (case files, building and flashing instructions)
- travis do a cargo build and rustfmt
- travis build on stable, beta and nightly
- no unsafe code
- no unit test (yet)
- no support crate (yet)
Penalties
- no unsafe code, thus no doubtful memory safety
- `unwrap`s are always valid or in a macro implementing `dbg!` (not used in the committed code).
Co-authored-by: Guillaume P <[email protected]>
Copy file name to clipboardExpand all lines: data.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@
12
12
author_website: https://www.wezm.net/
13
13
description: A tri-color e-Paper display on a battery powered Raspberry Pi Zero W controlled by a Rust program using the embedded-hal ecosystem on Linux. The badge serves content over HTTP and allows people to increment a hello counter on the display.
0 commit comments