summaryrefslogtreecommitdiff
path: root/ao-bringup/test-easymini
Commit message (Collapse)AuthorAge
* ao-bringup: Don't wait for user when testing EasyMini ignitersKeith Packard2018-03-16
| | | | | | I always have the LEDs ready to go before starting the turnon process. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/ao-bringup: Switch turnon_easymini to v2.0Keith Packard2017-04-24
| | | | | | Not planning on buildin more v1.0 boards Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Improve EasyMini turnon and test scriptsKeith Packard2016-11-17
| | | | | | | | Wait less time before trying the test script. Have the test script wait for the device to appear. And then use colors to help make the results clear. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Improve igniter testing. Add TeleMega and TeleMetrum testing.Keith Packard2014-09-12
| | | | | | | | | | The script lets you re-try each one when they fail, which is nice if you're hand-holding the setup. The TeleMetrum and TeleMega tests are adapted from the EasyMega tests and are hooked up to the turnon scripts. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Use the C tools to test EasyMiniKeith Packard2014-06-22
| | | | | | | I think my USB driver in the kernel is broken; the nickle versions of these tools did very strange things and never worked. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Split out easymini test into separate scriptKeith Packard2014-04-05
This lets you run the easy mini testing code without also flashing the device. Signed-off-by: Keith Packard <keithp@keithp.com>