From 739124392b6fcede849e5af52e60d1eaa040b879 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 7 Mar 2018 16:02:46 -0800 Subject: [PATCH] sandbox: update READMEs for projects --- README.rst | 4 +++- blue-pill/README.txt | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 blue-pill/README.txt diff --git a/README.rst b/README.rst index 4cb3870..26b62f3 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,11 @@ topics. Projects -------- ++ ``blue-pill/``: blue pill experiments + ``lpn/``: `Learn Prolog Now `_ + ``misc/``: A scratchpad of random programs; a replacement for - `the basement `_. + `the basement `_ + ``ods/``: `Open Data Structures `_ + ``par/``: `A Pamphlet Against R `_ ++ ``practical_prolog/``: `The Practice of Prolog `_ + ``uc/``: `Understanding Computation `_ diff --git a/blue-pill/README.txt b/blue-pill/README.txt new file mode 100644 index 0000000..2d59538 --- /dev/null +++ b/blue-pill/README.txt @@ -0,0 +1,13 @@ +blue-pill: + +A small STM32 (Cortex-M0) development board. I bought five dev boards +and a JTAG programmer for sub-$20, and figured I'd mess around with it +and see what happens. + +Projects: + ++ blinky: the hello, world of software projects ++ draugr: a hardware abstraction layer, due to be renamed ++ skeleton: currently a skeleton for experiments, due to + be replaced by draugr ++ pins.txt: some useful hookup information