Commit graph

7 commits

Author SHA1 Message Date
Sean Cross
c293f0e73f scriptic: Clean up debug output a bit
We can save a bit of space by not printing out command names twice.

Signed-off-by: Sean Cross <xobs@kosagi.com>
2015-02-05 12:05:29 +08:00
Sean Cross
f7f40242ac scriptic: Correct debug output format
Replace %004x with %04x and %008x with %08x.

Signed-off-by: Sean Cross <xobs@kosagi.com>
2015-02-02 17:27:48 +08:00
Sourcerer
f29a9e686d kbd: Add keypad support
This adds support for the Fernvale keypad.

Signed-off-by: Sourcerer <sourcerer@gmx.at>
2015-02-02 17:26:09 +08:00
Sean Cross
43a1517aec spi: Get basic SPI commands working 2014-09-12 16:46:11 +08:00
Sean Cross
4658e533c1 scriptic: Add more complete script debugging
This adds the ability to print out each command as it's executed.

This is a compile-time option.
2014-09-11 17:28:51 +08:00
Sean Cross
50dc503837 scriptic: Support searching by name
Rather than hardcoding scriptic scripts, we can look through all
known script names.
2014-09-11 16:44:42 +08:00
Sean Cross
555af9447c fernvale: Fully get PSRAM working
This uses scriptic to run scripts that do bringup of various systems.
2014-09-11 13:16:06 +08:00