Skip to content

Commit 81876a0

Browse files
committed
added disclaimers
1 parent 1ad23b8 commit 81876a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,8 @@
12571257
},
12581258
"lpticker_lptim_clock": {
12591259
"help": "Default value for LPTIM clock (lpticker_lptim == 1). Value is the dividing factor. Choose 1, 2, 4, 8, 16, 32, 64 or 128",
1260-
"value": 1
1260+
"value": 1,
1261+
"constraint": "Disclaimers : values from 8 to 128 have impacts on mbed-os timer precision and therefore on scheduling. It's not supported by mbed-os. Use it if you know what you're doing such as long low power sleep."
12611262
},
12621263
"gpio_reset_at_init": {
12631264
"help": "if value set, all GPIO are reset during init",

0 commit comments

Comments
 (0)