Skip to content

Commit 4132e0f

Browse files
bors[bot]TeXitoi
andcommitted
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>
2 parents 1f05a8d + 8672d46 commit 4132e0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
of any size. The firmware allow you to customize each key as you wish:
2323
a layer change, a key combo or a regular key.
2424
image: https://raw.githubusercontent.com/TeXitoi/keyberon/master/images/keyberon.jpg
25+
- name: Monotron
26+
website: https://github.com/thejpster/monotron
27+
author: theJPster
28+
author_website: https://thejpster.org.uk/
29+
description: A simple 1980's home computer style application for the Tiva-C Launchpad
30+
image: https://raw.githubusercontent.com/thejpster/monotron/master/screenshot.jpg
2531

2632
# Template for new entries
2733

0 commit comments

Comments
 (0)