|
1987 | 1987 | "LPC"
|
1988 | 1988 | ],
|
1989 | 1989 | "is_disk_virtual": true,
|
1990 |
| - "macros": ["CPU_LPC54114J256BD64_cm4", "FSL_RTOS_MBED"], |
| 1990 | + "macros": [ |
| 1991 | + "CPU_LPC54114J256BD64_cm4", |
| 1992 | + "FSL_RTOS_MBED", |
| 1993 | + "MBED_TICKLESS" |
| 1994 | + ], |
1991 | 1995 | "inherits": ["Target"],
|
1992 | 1996 | "detect_code": ["1054"],
|
1993 | 1997 | "device_has": [
|
|
2008 | 2012 | "FLASH",
|
2009 | 2013 | "MPU"
|
2010 | 2014 | ],
|
| 2015 | + "overrides": { |
| 2016 | + "tickless-from-us-ticker": true, |
| 2017 | + "init-us-ticker-at-boot": true |
| 2018 | + }, |
2011 | 2019 | "release_versions": ["2", "5"],
|
2012 | 2020 | "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" },
|
2013 | 2021 | "device_name": "LPC54114J256BD64"
|
|
2023 | 2031 | ],
|
2024 | 2032 | "is_disk_virtual": true,
|
2025 | 2033 | "public": false,
|
2026 |
| - "macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"], |
| 2034 | + "macros": [ |
| 2035 | + "CPU_LPC54628J512ET180", |
| 2036 | + "FSL_RTOS_MBED", |
| 2037 | + "MBED_TICKLESS" |
| 2038 | + ], |
2027 | 2039 | "inherits": ["Target"],
|
2028 | 2040 | "device_has": [
|
2029 | 2041 | "USTICKER",
|
|
2046 | 2058 | "QSPI",
|
2047 | 2059 | "MPU"
|
2048 | 2060 | ],
|
| 2061 | + "overrides": { |
| 2062 | + "tickless-from-us-ticker": true, |
| 2063 | + "init-us-ticker-at-boot": true |
| 2064 | + }, |
2049 | 2065 | "device_name": "LPC54628J512ET180",
|
2050 | 2066 | "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" },
|
2051 | 2067 | "overrides": {
|
|
2094 | 2110 | "MBED_FAULT_HANDLER_DISABLED",
|
2095 | 2111 | "CMSIS_NVIC_VIRTUAL",
|
2096 | 2112 | "MBED_MPU_CUSTOM",
|
2097 |
| - "NXP_LPADC" |
| 2113 | + "NXP_LPADC", |
| 2114 | + "MBED_TICKLESS" |
2098 | 2115 | ],
|
2099 | 2116 | "components_add": ["FLASHIAP"],
|
2100 | 2117 | "extra_labels_add": [
|
|
2130 | 2147 | "secure-rom-start": "0x10000000",
|
2131 | 2148 | "secure-rom-size": "0x28000",
|
2132 | 2149 | "secure-ram-start": "0x30000000",
|
2133 |
| - "secure-ram-size": "0x22000" |
| 2150 | + "secure-ram-size": "0x22000", |
| 2151 | + "tickless-from-us-ticker": true, |
| 2152 | + "init-us-ticker-at-boot": true |
2134 | 2153 | },
|
2135 | 2154 | "OUTPUT_EXT": "hex",
|
2136 | 2155 | "bootloader_supported": true
|
|
8457 | 8476 | "bootloader_supported": true,
|
8458 | 8477 | "mbed_rom_start": "0x10000000",
|
8459 | 8478 | "mbed_rom_size": "0x100000",
|
8460 |
| - "sectors": [[268435456, 512]], |
| 8479 | + "sectors": [[268435456, 512]], |
8461 | 8480 | "overrides": {
|
8462 | 8481 | "network-default-interface-type": "WIFI"
|
8463 | 8482 | },
|
|
8472 | 8491 | "bootloader_supported": true,
|
8473 | 8492 | "mbed_rom_start": "0x10000000",
|
8474 | 8493 | "mbed_rom_size": "0x200000",
|
8475 |
| - "sectors": [[268435456, 512]] |
| 8494 | + "sectors": [[268435456, 512]] |
8476 | 8495 | },
|
8477 | 8496 | "CY8CKIT_062S2_43012": {
|
8478 | 8497 | "inherits": ["CY8CMOD_062S2_43012"],
|
|
0 commit comments