1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/androidgcs
James Cotton 7eac1e2245 AndroidGCS Telemetry: Use more finely grained semaphores to fix a deadlock
between UAVTalk and Telemetry.

1. processInputStream -> updateObjReq (locks uavtalk) -> tranactionCompleted (locks transInfo)
2. transactionTimeout (locks transInfo) -> sendObjectRequest -> ? -> setupTransaction (locks uavtalk)
2012-10-14 16:03:23 -05:00
..
.metadata Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
.settings Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
assets Androidgcs: Symlink build/androidgcs/assets/uavo to the androidgcs directory to keep eclipse happy 2012-10-10 00:18:46 -05:00
Doc More work on the object browser/editor. Hard to make it resize itself though. 2012-08-06 16:54:53 -05:00
res AndroidGCS: Remove the old fake telemetry 2012-10-10 00:22:21 -05:00
src AndroidGCS Telemetry: Use more finely grained semaphores to fix a deadlock 2012-10-14 16:03:23 -05:00
.classpath AndroidGCS: Remove the unit tests since they break the dynamic loading of UAVObjects 2012-10-10 00:29:22 -05:00
.project Trying to get eclipse project right 2012-08-06 16:54:17 -05:00
AndroidManifest.xml makefile: add support for building androidgcs 2012-10-05 20:54:01 -04:00
lint.xml Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
proguard.cfg Small upgrades to teh android install 2012-08-06 16:54:54 -05:00
project.properties Update the sdk version 2012-08-06 16:54:56 -05:00