summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altosdroid: remove old commented codeMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add handling when restarting BT. delay start after stop.Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: set devicename and pass on to clientsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Send current state to client on connectMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add missing break; (just in case!)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: debugging statementsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: forgot change to IncomingHandler constructor call. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Strings and Layout changesMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: lots of debugging statementsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: need sendMessageToClients() for setState().. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Need access to handler inside AltosBluetoothMike Beattie2012-08-26
| | | | | | | | | | | | * Also move add_monitor() call Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: reflect change in message nameMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding state supportMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: init device variable... oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Rename Connect message, add connected messageMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: init telem blocking list.. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: disable NotificationManager stuff for nowMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Convert handlers to use weakreferencesMike Beattie2012-08-26
| | | | | | | | | | | | * Also renamed bluetooth start/stop methods Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Remove Binder import from TelemetryServiceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add State constants for future usageMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding IPC to TelemetryServiceMike Beattie2012-08-26
| | | | | | | | | | | | * And add imports for LinkedBlockingQueue... oops! Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove old Binder from TelemetryServiceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding IPC to main threadMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add TBT initialisation to AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add debugging statements to AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add input thread for reading from TBTMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Move constructor for AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: clean up stub functions in AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | | | | | * clean up variables/comments Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | | | | | | | | | | | | | * Clean up imports * Convert from reflection to using Well Known UUID for SPP. * clean up local variables * Add debug conditionals to logging * remove references to socket type Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Clean up imports in TelemetryServiceMike Beattie2012-08-26
| | | | | | | | | | | | * Begin adding AltosLib usage Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add service start/bind/unbind to AltosDroidMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Remove AltosLib import from main threadMike Beattie2012-08-26
| |
| * altosdroid: whitespaceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Re-locate TextView initialisationMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove UI components/imports no longer usedMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: excise BluetoothChatService example codeMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove TelemetryService activitiesMike Beattie2012-08-26
| | | | | | | | | | | | service start/stop will be handled by AltosDroid/itself now. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace (spaces to tabs) (part2)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace (spaces to tabs) (part1)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Update copyrightsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | altos: spiradio debug serial is port 1, not port 0Keith Packard2012-08-29
| | | | | | | | | | | | | | The SPI link uses port 0; it seems like the having the two try to share the same wires is a bad plan. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: SPI radio - use 1->0 for 'done' and 0->1 for 'ready'Keith Packard2012-08-29
| | | | | | | | | | | | | | | | | | | | This changes how the SPI radio protocol uses the interrupt line. Instead of a pulse indicating operation done, this now uses a 0 value for done and a 1 value for ready. The key distinction is that the master can tell when the slave is waiting for the next command instead of hoping that it got done 'soon enough'. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: fix ao_pad debug output for query commandKeith Packard2012-08-29
| | | | | | | | | | | | Igniter status is an array these days. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Use updated pad protocol for lco commandsKeith Packard2012-08-29
| | | | | | | | | | | | | | Stop using the older single-channel protocol and switch to the new multi-channel protocol Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Note changes to configured AES key for SPI radio convenienceKeith Packard2012-08-29
| | | | | | | | | | | | | | Keep a sequence number to mark when the AES key is changed so that the radio code can avoid sending the key before every CMAC radio operation. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Wait for IN dma complete on slave SPI sendKeith Packard2012-08-29
| | | | | | | | | | | | | | SPI send double buffered, so the DMA completes one byte too early. Use the recv DMA to know when the SPI transfer is complete. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Oops. forgot ao_data.cKeith Packard2012-08-28
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Add spiradio MakefileKeith Packard2012-08-28
| | | | | | | | | | | | git add doesn't add Makefile by default. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Mostly working SPI radio linkKeith Packard2012-08-28
| | | | | | | | | | | | | | | | This includes long delays to avoid overrunning the cc1111 input, otherwise it works pretty well. The delays mean that we can't capture the reply to a cmac command though, so more work is needed. Signed-off-by: Keith Packard <keithp@keithp.com>