mirror of https://github.com/ARMmbed/mbed-os.git
M263: Enlarge LPTICKER_DELAY_TICKS for safe
On Nuvoton targets, lp_ticker_set_interrupt(...) needs around 3 lp-ticker ticks to take effect. It may miss when current tick and match tick are very close (see hal/LowPowerTickerWrapper.cpp). Enlarge LPTICKER_DELAY_TICKS to 4 from 3 to address this boundary case.pull/11380/head
parent
95fc8cfa2c
commit
2a48f54c1d
|
@ -9039,7 +9039,7 @@
|
|||
],
|
||||
"macros": [
|
||||
"MBED_FAULT_HANDLER_DISABLED",
|
||||
"LPTICKER_DELAY_TICKS=3"
|
||||
"LPTICKER_DELAY_TICKS=4"
|
||||
],
|
||||
"is_disk_virtual": true,
|
||||
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
|
||||
|
|
Loading…
Reference in New Issue