Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Discard usb output before connection. Handle USB reset.0.2 | Keith Packard | 2009-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 idle | Keith Packard | 2009-04-25 |
| | |||
* | Add radio support. Build separate executables for TeleMetrum and the TI dongle | Keith Packard | 2009-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 only | Keith Packard | 2009-04-12 |
| | |||
* | Initial AltOS import | Keith Packard | 2009-04-12 |