From b03d90c453c5c187aeb6a0c0f473ce370d840bda Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 10 Oct 2021 22:26:25 +0200 Subject: Add README --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..1fc37c2 --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +* teensy-env + +This repository provides a basic Nix flake for building the Teensy 4.0 core library as well as a convenient builder for single-file C++ programs targeting this platform. + +e.g. =nix run .#flash-blink= is all that is needed to reproducibly build and flash the canonical Arduino blink example to a Teensy board attached via USB. + +[[http://www.ulisp.com/][uLisp]] is also packaged and ready to flash in the same fashion (albeit using an fixed-output derivation to transform the uLisp sketch into valid and compilable C++ code). -- cgit v1.2.3