sandbox: update READMEs for projects

This commit is contained in:
Kyle Isom 2018-03-07 16:02:46 -08:00
parent 75c0f46433
commit 739124392b
2 changed files with 16 additions and 1 deletions

View File

@ -7,9 +7,11 @@ topics.
Projects
--------
+ ``blue-pill/``: blue pill experiments
+ ``lpn/``: `Learn Prolog Now <http://lpn.swi-prolog.org/>`_
+ ``misc/``: A scratchpad of random programs; a replacement for
`the basement <https://github.com/kisom/the_basement>`_.
`the basement <https://github.com/kisom/the_basement>`_
+ ``ods/``: `Open Data Structures <http://opendatastructures.org>`_
+ ``par/``: `A Pamphlet Against R <https://panicz.github.io/pamphlet/>`_
+ ``practical_prolog/``: `The Practice of Prolog <https://mitpress.mit.edu/books/practice-prolog>`_
+ ``uc/``: `Understanding Computation <http://computationbook.com/>`_

13
blue-pill/README.txt Normal file
View File

@ -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