|
1976 | 1976 | "LPC" |
1977 | 1977 | ], |
1978 | 1978 | "is_disk_virtual": true, |
1979 | | - "macros": ["CPU_LPC54114J256BD64_cm4", "FSL_RTOS_MBED"], |
| 1979 | + "macros": [ |
| 1980 | + "CPU_LPC54114J256BD64_cm4", |
| 1981 | + "FSL_RTOS_MBED", |
| 1982 | + "MBED_TICKLESS" |
| 1983 | + ], |
1980 | 1984 | "inherits": ["Target"], |
1981 | 1985 | "detect_code": ["1054"], |
1982 | 1986 | "device_has": [ |
|
1997 | 2001 | "FLASH", |
1998 | 2002 | "MPU" |
1999 | 2003 | ], |
| 2004 | + "overrides": { |
| 2005 | + "tickless-from-us-ticker": true, |
| 2006 | + "init-us-ticker-at-boot": true |
| 2007 | + }, |
2000 | 2008 | "release_versions": ["2", "5"], |
2001 | 2009 | "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" }, |
2002 | 2010 | "device_name": "LPC54114J256BD64" |
|
2012 | 2020 | ], |
2013 | 2021 | "is_disk_virtual": true, |
2014 | 2022 | "public": false, |
2015 | | - "macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"], |
| 2023 | + "macros": [ |
| 2024 | + "CPU_LPC54628J512ET180", |
| 2025 | + "FSL_RTOS_MBED", |
| 2026 | + "MBED_TICKLESS" |
| 2027 | + ], |
2016 | 2028 | "inherits": ["Target"], |
2017 | 2029 | "device_has": [ |
2018 | 2030 | "USTICKER", |
|
2035 | 2047 | "QSPI", |
2036 | 2048 | "MPU" |
2037 | 2049 | ], |
| 2050 | + "overrides": { |
| 2051 | + "tickless-from-us-ticker": true, |
| 2052 | + "init-us-ticker-at-boot": true |
| 2053 | + }, |
2038 | 2054 | "device_name": "LPC54628J512ET180", |
2039 | 2055 | "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" }, |
2040 | 2056 | "overrides": { |
|
2084 | 2100 | "MBED_FAULT_HANDLER_DISABLED", |
2085 | 2101 | "CMSIS_NVIC_VIRTUAL", |
2086 | 2102 | "MBED_MPU_CUSTOM", |
2087 | | - "NXP_LPADC" |
| 2103 | + "NXP_LPADC", |
| 2104 | + "MBED_TICKLESS" |
2088 | 2105 | ], |
2089 | 2106 | "components_add": ["FLASHIAP"], |
2090 | 2107 | "extra_labels_add": [ |
|
2120 | 2137 | "secure-rom-start": "0x10000000", |
2121 | 2138 | "secure-rom-size": "0x28000", |
2122 | 2139 | "secure-ram-start": "0x30000000", |
2123 | | - "secure-ram-size": "0x22000" |
| 2140 | + "secure-ram-size": "0x22000", |
| 2141 | + "tickless-from-us-ticker": true, |
| 2142 | + "init-us-ticker-at-boot": true |
2124 | 2143 | }, |
2125 | 2144 | "OUTPUT_EXT": "hex", |
2126 | 2145 | "bootloader_supported": true |
|
8560 | 8579 | "bootloader_supported": true, |
8561 | 8580 | "mbed_rom_start": "0x10000000", |
8562 | 8581 | "mbed_rom_size": "0x100000", |
8563 | | - "sectors": [[268435456, 512]], |
| 8582 | + "sectors": [[268435456, 512]], |
8564 | 8583 | "overrides": { |
8565 | 8584 | "network-default-interface-type": "WIFI" |
8566 | 8585 | }, |
|
8575 | 8594 | "bootloader_supported": true, |
8576 | 8595 | "mbed_rom_start": "0x10000000", |
8577 | 8596 | "mbed_rom_size": "0x200000", |
8578 | | - "sectors": [[268435456, 512]] |
| 8597 | + "sectors": [[268435456, 512]] |
8579 | 8598 | }, |
8580 | 8599 | "CY8CKIT_062S2_43012": { |
8581 | 8600 | "inherits": ["CY8CMOD_062S2_43012"], |
|
0 commit comments