Skip to content

Commit 8645d80

Browse files
Ben Cookefelser
authored andcommitted
MTS_DRAGONFLY_F413RH - fix lpticker
1 parent 382ec89 commit 8645d80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

targets/targets.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4530,13 +4530,18 @@
45304530
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
45314531
"value": 1
45324532
},
4533+
"clock_source": {
4534+
"help": "USE_PLL_HSE_XTAL | USE_PLL_HSI",
4535+
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
4536+
"macro_name": "CLOCK_SOURCE"
4537+
},
45334538
"hse_value": {
45344539
"help": "HSE via 26MHz xtal",
45354540
"value": "26000000",
45364541
"macro_name": "HSE_VALUE"
45374542
}
45384543
},
4539-
"overrides": { "lpticker_delay_ticks": 4, "tickless-from-us-ticker": true},
4544+
"overrides": { "lpticker_delay_ticks": 4, "tickless-from-us-ticker": true, "lse_available": 0},
45404545
"detect_code": ["0316"],
45414546
"macros_add": [
45424547
"MBED_TICKLESS",

0 commit comments

Comments
 (0)