mirror of https://github.com/ARMmbed/mbed-os.git
also added tickless option
parent
851eca4ddb
commit
3c848063f3
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue