Skip to content

Commit aaf7a13

Browse files
mmahadevan108adbridge
authored andcommitted
NXP: Enable MBED_TICKLESS on various NXP platforms
Enable for K22F, K64F, K66F, K82F, KL82Z, KW24D, KW41Z, MIMXRT1050, HEXIWEAR Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent e7716ae commit aaf7a13

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

targets/targets.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@
12201220
],
12211221
"is_disk_virtual": true,
12221222
"public": false,
1223-
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
1223+
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED", "MBED_TICKLESS"],
12241224
"inherits": ["Target"],
12251225
"detect_code": ["0231"],
12261226
"device_has": [
@@ -1321,7 +1321,7 @@
13211321
"core": "Cortex-M0+",
13221322
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
13231323
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
1324-
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED"],
1324+
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED", "MBED_TICKLESS"],
13251325
"is_disk_virtual": true,
13261326
"inherits": ["Target"],
13271327
"detect_code": ["0218"],
@@ -1363,7 +1363,7 @@
13631363
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13641364
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
13651365
"is_disk_virtual": true,
1366-
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],
1366+
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED", "MBED_TICKLESS"],
13671367
"inherits": ["Target"],
13681368
"detect_code": ["0250"],
13691369
"device_has": [
@@ -1401,7 +1401,7 @@
14011401
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
14021402
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM", "FRAMEWORK_5_3_3", "NXP"],
14031403
"is_disk_virtual": true,
1404-
"macros": ["CPU_MKW41Z512VHT4", "FSL_RTOS_MBED"],
1404+
"macros": ["CPU_MKW41Z512VHT4", "FSL_RTOS_MBED", "MBED_TICKLESS"],
14051405
"inherits": ["Target"],
14061406
"detect_code": ["0201"],
14071407
"device_has": [
@@ -1497,7 +1497,8 @@
14971497
"PSA"
14981498
],
14991499
"is_disk_virtual": true,
1500-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBED_SPLIT_HEAP"],
1500+
1501+
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBED_SPLIT_HEAP", "MBED_TICKLESS"],
15011502
"inherits": ["Target"],
15021503
"detect_code": ["0240"],
15031504
"device_has": [
@@ -1652,7 +1653,7 @@
16521653
"MCU_K64F"
16531654
],
16541655
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
1655-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
1656+
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F", "MBED_TICKLESS"],
16561657
"is_disk_virtual": true,
16571658
"default_toolchain": "ARM",
16581659
"detect_code": ["0214"],
@@ -1789,7 +1790,7 @@
17891790
"PSA"
17901791
],
17911792
"is_disk_virtual": true,
1792-
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBED_SPLIT_HEAP"],
1793+
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBED_SPLIT_HEAP", "MBED_TICKLESS"],
17931794
"inherits": ["Target"],
17941795
"detect_code": ["0311"],
17951796
"device_has": [
@@ -1829,7 +1830,7 @@
18291830
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
18301831
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
18311832
"is_disk_virtual": true,
1832-
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
1833+
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED", "MBED_TICKLESS"],
18331834
"inherits": ["Target"],
18341835
"detect_code": ["0217"],
18351836
"device_has": [
@@ -1941,7 +1942,8 @@
19411942
"XIP_BOOT_HEADER_DCD_ENABLE=1",
19421943
"SKIP_SYSCLK_INIT",
19431944
"FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE",
1944-
"MBED_MPU_CUSTOM"
1945+
"MBED_MPU_CUSTOM",
1946+
"MBED_TICKLESS"
19451947
],
19461948
"inherits": ["Target"],
19471949
"detect_code": ["0227"],

0 commit comments

Comments
 (0)