summaryrefslogtreecommitdiff
path: root/src/telemega-v0.3
Commit message (Collapse)AuthorAge
* altos: Add a bunch of .gitignore filesKeith Packard2013-04-28
| | | | | | Ignore ao_product.h and built binaries Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Make telemega-v0.3 binary use the right nameKeith Packard2013-04-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/stm: Create per-product flash loadersKeith Packard2013-04-27
| | | | | | | Split the flash loader prototype into pieces so that each product can build a custom flash loader with very little code. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add ao_boot_chain to telemega v0.3Keith Packard2013-04-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: All STM ADC users need to declare HAS_ADC_TEMPKeith Packard2013-04-27
| | | | | | Otherwise we can't configure the ADC unit correctly at boot time Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add TeleMega v0.3 supportKeith Packard2013-04-25
Includes adding SPI support to the MPU6000 driver Signed-off-by: Keith Packard <keithp@keithp.com>