Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,11 @@
"LPC"
],
"is_disk_virtual": true,
"macros": ["CPU_LPC54114J256BD64_cm4", "FSL_RTOS_MBED"],
"macros": [
"CPU_LPC54114J256BD64_cm4",
"FSL_RTOS_MBED",
"MBED_TICKLESS"
],
"inherits": ["Target"],
"detect_code": ["1054"],
"device_has": [
Expand All @@ -1997,6 +2001,10 @@
"FLASH",
"MPU"
],
"overrides": {
"tickless-from-us-ticker": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That switches the deep sleep off, so the gains from tickless are not amazing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This platform does not have an LPTICKER that matches the mbed requirements. What do you suggest?

"init-us-ticker-at-boot": true
},
"release_versions": ["2", "5"],
"post_binary_hook": { "function": "LPCTargetCode.lpc_patch" },
"device_name": "LPC54114J256BD64"
Expand All @@ -2012,7 +2020,11 @@
],
"is_disk_virtual": true,
"public": false,
"macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"],
"macros": [
"CPU_LPC54628J512ET180",
"FSL_RTOS_MBED",
"MBED_TICKLESS"
],
"inherits": ["Target"],
"device_has": [
"USTICKER",
Expand All @@ -2035,6 +2047,10 @@
"QSPI",
"MPU"
],
"overrides": {
"tickless-from-us-ticker": true,
"init-us-ticker-at-boot": true
},
"device_name": "LPC54628J512ET180",
"post_binary_hook": { "function": "LPCTargetCode.lpc_patch" },
"overrides": {
Expand Down Expand Up @@ -2084,7 +2100,8 @@
"MBED_FAULT_HANDLER_DISABLED",
"CMSIS_NVIC_VIRTUAL",
"MBED_MPU_CUSTOM",
"NXP_LPADC"
"NXP_LPADC",
"MBED_TICKLESS"
],
"components_add": ["FLASHIAP"],
"extra_labels_add": [
Expand Down Expand Up @@ -2120,7 +2137,9 @@
"secure-rom-start": "0x10000000",
"secure-rom-size": "0x28000",
"secure-ram-start": "0x30000000",
"secure-ram-size": "0x22000"
"secure-ram-size": "0x22000",
"tickless-from-us-ticker": true,
"init-us-ticker-at-boot": true
},
"OUTPUT_EXT": "hex",
"bootloader_supported": true
Expand Down Expand Up @@ -8560,7 +8579,7 @@
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"sectors": [[268435456, 512]],
"overrides": {
"network-default-interface-type": "WIFI"
},
Expand All @@ -8575,7 +8594,7 @@
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x200000",
"sectors": [[268435456, 512]]
"sectors": [[268435456, 512]]
},
"CY8CKIT_062S2_43012": {
"inherits": ["CY8CMOD_062S2_43012"],
Expand Down