| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | altos: Replace __critical usage with ao_arch_critical as needed | Keith Packard | 2012-10-25 |
| | | | | | | | | | | | | | | sdcc offers __critical as a machine-independent way to block interrupts, but as gcc doesn't, we need to use a compiler-independent construct instead. ao_arch_critical has been around since the AVR port, but some old __critical usages remained. This fixes a bunch of random hangs when communicating with MM over USB or the radio as the various stdio loops were running without interrupts blocked between the test and the sleep. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Report RSSI values in monitor idle UI (trac #44) | Keith Packard | 2012-07-11 |
| | | | | | | | | | This adds a new 's' command to TeleDongle to report RSSI value from last received packet, and then has AltosUI request that value when closing the remote link. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | altos: Starting to write cc1120 driver | Keith Packard | 2012-04-17 |
| This does "something" in radio test mode, appearing to generate a 730MHz signal. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
