also added tickless option

pull/13849/head
Kalle-Gustav Kruus 2020-11-03 18:59:26 +02:00
parent 851eca4ddb
commit 3c848063f3
1 changed files with 3 additions and 2 deletions

View File

@ -7193,13 +7193,14 @@
], ],
"macros": [ "macros": [
"CORDIO_ZERO_COPY_HCI", "CORDIO_ZERO_COPY_HCI",
"USE_AMBIQ_DRIVER" "USE_AMBIQ_DRIVER",
"MBED_TICKLESS"
] ]
}, },
"AMA3B1KK": { "AMA3B1KK": {
"public": false, "public": false,
"inherits": ["FAMILY_Apollo3"], "inherits": ["FAMILY_Apollo3"],
"macros_add": ["AM_PACKAGE_BGA"] "macros_add": ["AM_PACKAGE_BGA", "MBED_TICKLESS"]
}, },
"SFE_ARTEMIS": { "SFE_ARTEMIS": {
"inherits": ["AMA3B1KK"] "inherits": ["AMA3B1KK"]