Commit Graph

6 Commits (e26997d815fb8f37fcfaf519c2d53fc0ec98f2ef)

Author SHA1 Message Date
Kyle Brown b69fed1199 Teensy 3.1 support 2018-09-03 17:32:42 -07:00
Kyle Brown 5c55ffd790 Add micropython vendor 2018-09-03 17:32:42 -07:00
Josh Klar 96368c4632 Stop complaining about changed files in the vendor folder we knowingly do terribad things to 2018-09-03 13:53:45 -07:00
Josh Klar d9b909d841 Event dispatching, super simply 2018-09-03 04:22:52 -07:00
Josh Klar 4ea5fcd004 Make builds a bit more robust and reusable
- Lock our vendored dependencies (also pull in some new ones I will be
needing soon)

- Ensure we have a sane way of pulling those vendored dependencies into
the DFU-flashable images (upy-freeze.txt)

- Break up the Makefile into a bunch of smaller, sometimes reusable
chunks

- Add a noop keyboard that simply exits, so we can flash a "keyboard"
that just dumps us straight to REPL

- Remove my personal ampy config since that's not portable at all
2018-09-03 01:23:15 -07:00
Josh Klar e9d448af44 A basic 2x2 matrix that can auto-flash to a Feather with a compatible bootloader 2018-09-02 20:07:07 -07:00