Adding ability to set priority of the Rx thread

Dependencies:   ublox-at-cellular-interface

Fork of ublox-at-cellular-interface-ext by u-blox

TESTS/unit_tests/cell-locate/template_mbed_app.txt

Committer:
amq
Date:
2018-10-30
Revision:
15:6f0a1ecc8cec
Parent:
11:3631f62bb359

File content as of revision 15:6f0a1ecc8cec:

{
    "config": {
        "cell-locate-mga-token": {
            "help": "Your Cell Locate MGA token, required for TCP testing.  A tokane can be obtained from https://www.u-blox.com/en/assistnow-service-registration-form",
            "value": "\"mymgatoken\""
        },
        "run-cell-locate-tcp-server-test": {
            "help": "Set to true to run tests over TCP as well as over UDP",
            "value": 1
        }
     },
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-convert-newlines": true
        }
    }
}