Refactored qualcomm uart changes on pre-release to qualcomm-uart, also refactored old qualcomm code to qualcomm-smd

qualcomm-uart builds should now set BOARD_ANT_WIRELESS_DEVICE to
"qualcomm-uart"
13 files changed
tree: 0c050e70bceb7d2cf2287d91c1bc1211ee1b56fc
  1. app/
  2. src/
  3. Android.mk
  4. LICENSE
  5. NOTICE
  6. README.md
README.md

Linux ANT HAL library

This repository contains the source to build the ANT HAL library (antradio_library.so) for use on Linux based platforms, including Android. Android makefiles are included to configure the build for a specific ANT part which is set in the board config.

Branches

Note: Development versions 1.6.1 and 1.6.2 were previously available on the master branch. Any working branches created since version 1.6.0 (18 July 2013) must be rebased to the development branch. While this may be irritating, it forces everyone on these branches to realise they are not using code which is "safe for release".

master

Versions that have been tested and are suitable for consumer devices.

development

The latest, untested, development versions. These are made available for silicon vendors to verify code changes on parts/boards not available to ANT Wireless engineers.

_debug

Unmaintained, unsupported and untested code. These branches are purely used as a means of distributing in-progress work between engineers at different sites. They generally contain features and fixes developed by third parties.