Skip to content

Commit acf4282

Browse files
committed
Turn off tickless for the NCS36510
The NCS36510 is not suitable for tickless, since its LP ticker cannot be scheduled fast enough. This is because it takes four 32KHz clock cycles before these writes take effect - ~120us.
1 parent 30450d4 commit acf4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3195,7 +3195,7 @@
31953195
},
31963196
"OUTPUT_EXT": "hex",
31973197
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
3198-
"macros": ["CM3", "CPU_NCS36510", "TARGET_NCS36510", "LOAD_ADDRESS=0x3000", "MBED_TICKLESS"],
3198+
"macros": ["CM3", "CPU_NCS36510", "TARGET_NCS36510", "LOAD_ADDRESS=0x3000"],
31993199
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
32003200
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER", "TRNG", "SPISLAVE"],
32013201
"release_versions": ["2", "5"]

0 commit comments

Comments
 (0)