aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2c8500db9eed2ebadd9ec2669928c86a79802b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 ##

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

### features/_branch name_ ###
The latest, untested, development versions of new features and fixes. These are made available for silicon vendors to verify code changes on new parts/boards not yet available to ANT Wireless engineers.

### Third party submissions ###
If you have code changes (new features, improvements or bug fixes), you should submit a pull request to master. These will be considered, and added to master if accepted, or a features branch if further verification is required.