From: Keith Packard Date: Tue, 21 Apr 2009 06:33:41 +0000 (-0700) Subject: Add radio support. Build separate executables for TeleMetrum and the TI dongle X-Git-Tag: 0.1~45 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=43c8f7012102cdb591ace899420c10e4a78385ad;hp=43c8f7012102cdb591ace899420c10e4a78385ad Add radio support. Build separate executables for TeleMetrum and the TI dongle 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. ---