Commit 1f05a8d
Merge #17
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 <texitoi@users.noreply.github.com>1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
| |||
0 commit comments