ARMmbed / ci-test-shield

mbed CI Test Shield
Apache License 2.0
9 stars 36 forks source link

NCS36510 target overrides not released #71

Closed danclement closed 6 years ago

danclement commented 7 years ago

The target NCS36510 requires some overrides but they are not present in the current stable release.

Here is what was added:

        "NCS36510": {
            "AOUT": "NC",
            "DIO_7":"NC",
            "DIO_8":"NC",
            "DIO_9":"NC",
            "AIN_4": "NC",
            "AIN_5": "NC"
        },        

@maclobdell