Commit 4132e0f
Merge #18
18: Add monotron r=jamesmunns a=TeXitoi
As discussed in thejpster/monotron#65 I propose to add Monotron to the embedded rust showcase. I think this project is needed in the showcase as one of the first embedded rust project.
@thejpster can you validate the content of the entry?
Hard requirement:
- run on a Texas Instruments TM4C123 microcontroller
- mostly rust, the base of the project is rust
- Apache2 or MIT licensed, project on github
Bonus points:
- Crazy things as VGA without dedicated hardware
- Instructions to build yours is available
- travis do a cargo build
- nightly only project (for ASM)
- "a massive race hazard and full of undefined behaviour"
- no unit test as far as I know
- some external useful crates have been created for this project as, for example, embedded-sdmmc
Penalties
- "a massive race hazard and full of undefined behaviour"
- Looks like there is quite a lot of unwrap.
Co-authored-by: Guillaume P <texitoi@users.noreply.github.com>1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments