mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6475 from SiliconLabs/feature/new/tickless
Enable tickless mode on Silicon Labs targetspull/6518/head
commit
eaa31dd66e
|
@ -2764,7 +2764,7 @@
|
|||
"EFM32": {
|
||||
"inherits": ["Target"],
|
||||
"extra_labels": ["Silicon_Labs", "EFM32"],
|
||||
"macros": ["MBEDTLS_CONFIG_HW_SUPPORT"],
|
||||
"macros": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
|
||||
"public": false
|
||||
},
|
||||
"EFM32GG990F1024": {
|
||||
|
|
Loading…
Reference in New Issue