Skip to content

Commit 08ecbfc

Browse files
authored
Merge pull request #11021 from OpenNuvoton/nuvoton_lpticker_delay_ticks
Nuvoton: Enlarge LPTICKER_DELAY_TICKS for safe
2 parents 0056d8e + 21df0e0 commit 08ecbfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

targets/targets.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7484,7 +7484,7 @@
74847484
}
74857485
},
74867486
"inherits": ["Target"],
7487-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
7487+
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=4"],
74887488
"device_has": [
74897489
"USTICKER",
74907490
"LPTICKER",
@@ -7614,7 +7614,7 @@
76147614
}
76157615
},
76167616
"inherits": ["Target"],
7617-
"macros_add": ["LPTICKER_DELAY_TICKS=3"],
7617+
"macros_add": ["LPTICKER_DELAY_TICKS=4"],
76187618
"progen": { "target": "numaker-pfm-m453" },
76197619
"device_has": [
76207620
"USTICKER",
@@ -7687,7 +7687,7 @@
76877687
"CMSIS_VECTAB_VIRTUAL",
76887688
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
76897689
"MBED_FAULT_HANDLER_DISABLED",
7690-
"LPTICKER_DELAY_TICKS=3"
7690+
"LPTICKER_DELAY_TICKS=4"
76917691
],
76927692
"device_has": [
76937693
"USTICKER",
@@ -8100,7 +8100,7 @@
81008100
}
81018101
},
81028102
"inherits": ["Target"],
8103-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
8103+
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=4"],
81048104
"device_has": [
81058105
"USTICKER",
81068106
"LPTICKER",
@@ -8322,7 +8322,7 @@
83228322
"macros": [
83238323
"MBED_FAULT_HANDLER_DISABLED",
83248324
"MBED_TZ_DEFAULT_ACCESS=1",
8325-
"LPTICKER_DELAY_TICKS=3"
8325+
"LPTICKER_DELAY_TICKS=4"
83268326
],
83278327
"trustzone": true,
83288328
"is_disk_virtual": true,

0 commit comments

Comments
 (0)