Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Rework packet receive for cc1120 | Keith Packard | 2014-07-05 |
| | | | | | | | | | | Instead of blocking on PQT, just set up the receiver to start going and when the first bit interrupt comes in, grab the SPI bus if possible and configure it for reception. This improves sensitivity in the radio by a significant amount while making the code conceptually a bit nicer. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Rename 'core' to 'kernel' | Keith Packard | 2014-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> |