summaryrefslogtreecommitdiff
path: root/src/telefireeight-v2.0
Commit message (Collapse)AuthorAge
* altos: Switch all main() to return 'int'Keith Packard2019-09-23
| | | | | | Makes gcc happy Signed-off-by: Keith Packard <keithp@keithp.com>
* Add .gitignore files for new projectsKeith Packard2019-08-28
| | | | | | | | | EasyMega v2.0 TeleFireEight v2.0 TeleFireOne v1.0 TeleLco v0.2 with cc1200 radio Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
| | | | | | | | This cleans up the build process for all architectures, providing a common place to specify vpath, cflags and build rules for various common files. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2019-01-28
|\
| * altos/telefireeight-v2.0: Add flash loader MakefileKeith Packard2019-01-28
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Delete unused config bits for telefireeight-v2.0. Add MakefileKeith Packard2019-01-28
| | | | | | | | | | | | Clean up the config and set the copyright year. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Makefiles, tooBdale Garbee2019-01-28
|/
* altos: add support for telefireeight-v2.0Bdale Garbee2019-01-27