From 104c9d5648013a1b552715a9ff342e481425b9ab Mon Sep 17 00:00:00 2001
From: Astro <astro@spaceboyz.net>
Date: Thu, 22 Aug 2019 18:55:20 +0200
Subject: [PATCH] README: add rustup instructions

---
 README.md | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b8cbe769..3fb9627e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,11 @@
 
 You need Rust nightly. Use rustup or NixOS.
 
+```shell
+rustup update nightly
+rustup target add thumbv7em-none-eabihf
+```
+
 ## Crates
 
 | Crate    | Description                                               |
@@ -16,5 +21,23 @@ You need Rust nightly. Use rustup or NixOS.
 
 ## TODO
 
-- [ ] generate `client.c` with nix
+- arkanoid
 - [ ] alloc
+
+
+# Talk
+
+- rust on the rad10, on the r0ket
+- prototype
+- ideal: everything in safe idiomatic rust with nice interfaces
+- too much work duplicating C effort
+- firmware (max PAC, card10, watchapp)
+- still need too learn many details
+
+- day 0: start looking at epicardium/pycardium
+- l0dables as most user-friendly way
+- example/main.rs
+- how built:
+  - .cargo/config
+  - l0dable/build.rs
+  - l0dable/lib.rs
-- 
GitLab