summaryrefslogtreecommitdiff
path: root/src/spiradio-v0.1
Commit message (Collapse)AuthorAge
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Rename 'core' to 'kernel'Keith Packard2014-04-05
| | | | | | | core remains a bad name to use -- dirvish skips files (and directories, it seems) with that name. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Stop copying cc1111 binaries to the altos/src dirKeith Packard2013-09-15
| | | | | | Just clutters up that directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Call ao_task_init before initializing any driversKeith Packard2013-05-07
| | | | | | | | When using task queues, the sleep queues must be initialized before any invocation of ao_wakeup or the OS will crash. Just make sure ao_task_init is always invoked early in the task process to get that done. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/spiradio: Label LEDs so that the radio code can use themKeith Packard2012-09-09
| | | | | | Mark which should be on for TX and which for RX Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add a bunch of .gitignore entriesKeith Packard2012-08-30
| | | | | | Clean up the git status output Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: spiradio debug serial is port 1, not port 0Keith Packard2012-08-29
| | | | | | | The SPI link uses port 0; it seems like the having the two try to share the same wires is a bad plan. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add spiradio MakefileKeith Packard2012-08-28
| | | | | | git add doesn't add Makefile by default. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add spiradio productKeith Packard2012-08-27
Implements the SPI radio protocol Signed-off-by: Keith Packard <keithp@keithp.com>