summaryrefslogtreecommitdiff
path: root/cc1111.h
Commit message (Collapse)AuthorAge
* Discard usb output before connection. Handle USB reset.0.2Keith Packard2009-05-13
| | | | | | | | | | | | Discarding output before USB is plugged in allows threads that send output and do other things to work without a USB connection. Unfortuantely, there doesn't appear to be any way to detect when the USB link is disconnected, which means that once USB is enabled, future writes will continue to block. USB reset causes the USB interrupts to all be reconfigured back to power-on state. Signed-off-by: Keith Packard <keithp@keithp.com>
* Place CPU in P0 state while idleKeith Packard2009-04-25
|
* Add radio support. Build separate executables for TeleMetrum and the TI dongleKeith Packard2009-04-20
| | | | | | | | | Ok, way too big a patch, but things were in rough shape. This patch adds support for the radio, both transmit and receive. Then, because I could no longer run the TeleMetrum code on the TI dongle, I ended up building a separate image for the TI board, which involved creating a mechanism for having multiple command sets and splitting code for different functions into different files.
* GPL Version 2 onlyKeith Packard2009-04-12
|
* Initial AltOS importKeith Packard2009-04-12