Skip to content

Commit 932ceb5

Browse files
committed
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 2b354a4 commit 932ceb5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

targets/targets.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@
12081208
],
12091209
"is_disk_virtual": true,
12101210
"public": false,
1211-
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
1211+
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED", "MBED_TICKLESS"],
12121212
"inherits": ["Target"],
12131213
"detect_code": ["0231"],
12141214
"device_has": [
@@ -1309,7 +1309,7 @@
13091309
"core": "Cortex-M0+",
13101310
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
13111311
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
1312-
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED"],
1312+
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED", "MBED_TICKLESS"],
13131313
"is_disk_virtual": true,
13141314
"inherits": ["Target"],
13151315
"detect_code": ["0218"],
@@ -1351,7 +1351,7 @@
13511351
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13521352
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
13531353
"is_disk_virtual": true,
1354-
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],
1354+
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED", "MBED_TICKLESS"],
13551355
"inherits": ["Target"],
13561356
"detect_code": ["0250"],
13571357
"device_has": [
@@ -1389,7 +1389,7 @@
13891389
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13901390
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM", "FRAMEWORK_5_3_3", "NXP"],
13911391
"is_disk_virtual": true,
1392-
"macros": ["CPU_MKW41Z512VHT4", "FSL_RTOS_MBED"],
1392+
"macros": ["CPU_MKW41Z512VHT4", "FSL_RTOS_MBED", "MBED_TICKLESS"],
13931393
"inherits": ["Target"],
13941394
"detect_code": ["0201"],
13951395
"device_has": [
@@ -1485,7 +1485,7 @@
14851485
"PSA"
14861486
],
14871487
"is_disk_virtual": true,
1488-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
1488+
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C", "MBED_TICKLESS"],
14891489
"inherits": ["Target"],
14901490
"detect_code": ["0240"],
14911491
"device_has": [
@@ -1638,7 +1638,7 @@
16381638
"MCU_K64F"
16391639
],
16401640
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
1641-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
1641+
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F", "MBED_TICKLESS"],
16421642
"is_disk_virtual": true,
16431643
"default_toolchain": "ARM",
16441644
"detect_code": ["0214"],
@@ -1773,7 +1773,7 @@
17731773
"PSA"
17741774
],
17751775
"is_disk_virtual": true,
1776-
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
1776+
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C", "MBED_TICKLESS"],
17771777
"inherits": ["Target"],
17781778
"detect_code": ["0311"],
17791779
"device_has": [
@@ -1813,7 +1813,7 @@
18131813
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
18141814
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
18151815
"is_disk_virtual": true,
1816-
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
1816+
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED", "MBED_TICKLESS"],
18171817
"inherits": ["Target"],
18181818
"detect_code": ["0217"],
18191819
"device_has": [
@@ -1919,7 +1919,8 @@
19191919
"XIP_BOOT_HEADER_DCD_ENABLE=1",
19201920
"SKIP_SYSCLK_INIT",
19211921
"FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE",
1922-
"MBED_MPU_CUSTOM"
1922+
"MBED_MPU_CUSTOM",
1923+
"MBED_TICKLESS"
19231924
],
19241925
"inherits": ["Target"],
19251926
"detect_code": ["0227"],
@@ -4265,7 +4266,7 @@
42654266
"SERIAL_FC",
42664267
"TRNG",
42674268
"FLASH",
4268-
"QSPI",
4269+
"QSPI",
42694270
"MPU"
42704271
],
42714272
"release_versions": ["2", "5"],

0 commit comments

Comments
 (0)