The Modified Dot Library for SX1272

This version has been restoring as initial changes.

Verify the following dependencies:

Mbed-os 5.11 libmdot 3.2.0 for Mbed OS5.11

mbed_lib.json

Committer:
Jenkins@KEILDM1.dc.multitech.prv
Date:
2018-08-23
Revision:
64:64982192a2af

File content as of revision 64:64982192a2af:

{
    "name": "mdot-library",
    "config": {
        "main-stack-size": {
            "macro_name": "MBED_CONF_APP_MAIN_STACK_SIZE",
            "value": 4096
        },
        "thread-stack-size": {
            "macro_name": "MBED_CONF_APP_THREAD_STACK_SIZE",
            "value": 2048
        }
    },
    "target_overrides": {
        "XDOT_L151CC": {
            "main-stack-size": 2048,
            "thread-stack-size": 256
        }
    }
}