Merge pull request #6475 from SiliconLabs/feature/new/tickless

Enable tickless mode on Silicon Labs targets
pull/6518/head
Jimmy Brisson 2018-03-29 11:59:49 -05:00 committed by GitHub
commit eaa31dd66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2764,7 +2764,7 @@
"EFM32": { "EFM32": {
"inherits": ["Target"], "inherits": ["Target"],
"extra_labels": ["Silicon_Labs", "EFM32"], "extra_labels": ["Silicon_Labs", "EFM32"],
"macros": ["MBEDTLS_CONFIG_HW_SUPPORT"], "macros": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
"public": false "public": false
}, },
"EFM32GG990F1024": { "EFM32GG990F1024": {