|
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": {
|
|
2095 | 2111 | "MBED_FAULT_HANDLER_DISABLED",
|
2096 | 2112 | "CMSIS_NVIC_VIRTUAL",
|
2097 | 2113 | "MBED_MPU_CUSTOM",
|
2098 |
| - "NXP_LPADC" |
| 2114 | + "NXP_LPADC", |
| 2115 | + "MBED_TICKLESS" |
2099 | 2116 | ],
|
2100 | 2117 | "components_add": ["FLASHIAP"],
|
2101 | 2118 | "extra_labels_add": [
|
|
2131 | 2148 | "secure-rom-start": "0x10000000",
|
2132 | 2149 | "secure-rom-size": "0x28000",
|
2133 | 2150 | "secure-ram-start": "0x30000000",
|
2134 |
| - "secure-ram-size": "0x22000" |
| 2151 | + "secure-ram-size": "0x22000", |
| 2152 | + "tickless-from-us-ticker": true, |
| 2153 | + "init-us-ticker-at-boot": true |
2135 | 2154 | },
|
2136 | 2155 | "OUTPUT_EXT": "hex",
|
2137 | 2156 | "bootloader_supported": true
|
|
8581 | 8600 | "bootloader_supported": true,
|
8582 | 8601 | "mbed_rom_start": "0x10000000",
|
8583 | 8602 | "mbed_rom_size": "0x100000",
|
8584 |
| - "sectors": [[268435456, 512]], |
| 8603 | + "sectors": [[268435456, 512]], |
8585 | 8604 | "overrides": {
|
8586 | 8605 | "network-default-interface-type": "WIFI"
|
8587 | 8606 | },
|
|
8596 | 8615 | "bootloader_supported": true,
|
8597 | 8616 | "mbed_rom_start": "0x10000000",
|
8598 | 8617 | "mbed_rom_size": "0x200000",
|
8599 |
| - "sectors": [[268435456, 512]] |
| 8618 | + "sectors": [[268435456, 512]] |
8600 | 8619 | },
|
8601 | 8620 | "CY8CKIT_062S2_43012": {
|
8602 | 8621 | "inherits": ["CY8CMOD_062S2_43012"],
|
|
0 commit comments