summaryrefslogtreecommitdiff
path: root/src/easymini-v0.1
Commit message (Collapse)AuthorAge
* altos/easymini: Initialize beep and ADC. Declare use of igniter bits.Keith Packard2013-05-19
| | | | | | This makes easymini actually work! Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/easymini: Use different pins for igniter outputsKeith Packard2013-05-19
| | | | | | | Was using the I2C outputs which are open drain, which makes it impossible to force them high as needed to driver our igniters. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/easymini: MS5607 chip select bits were defined wrongKeith Packard2013-05-19
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/easymini: Easymini doesn't have USB connect or VBUS wiringKeith Packard2013-05-19
| | | | | | Disable these in ao_pins.h Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lpc: Allow for alternate SPI SCLK0 pin usageKeith Packard2013-05-19
| | | | | | | SPI SCLK0 can appear on three different pins; let the application configure which one it wants. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: ignore built files in easymini-v0.1Keith Packard2013-05-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Initialize SPI for easyminiKeith Packard2013-05-18
| | | | | | Doesn't work very well without this Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add easymini-v0.1 productKeith Packard2013-05-18
Signed-off-by: Keith Packard <keithp@keithp.com>