mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11021 from OpenNuvoton/nuvoton_lpticker_delay_ticks
Nuvoton: Enlarge LPTICKER_DELAY_TICKS for safepull/11188/head
commit
08ecbfcd46
|
@ -7484,7 +7484,7 @@
|
|||
}
|
||||
},
|
||||
"inherits": ["Target"],
|
||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
|
||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=4"],
|
||||
"device_has": [
|
||||
"USTICKER",
|
||||
"LPTICKER",
|
||||
|
@ -7614,7 +7614,7 @@
|
|||
}
|
||||
},
|
||||
"inherits": ["Target"],
|
||||
"macros_add": ["LPTICKER_DELAY_TICKS=3"],
|
||||
"macros_add": ["LPTICKER_DELAY_TICKS=4"],
|
||||
"progen": { "target": "numaker-pfm-m453" },
|
||||
"device_has": [
|
||||
"USTICKER",
|
||||
|
@ -7687,7 +7687,7 @@
|
|||
"CMSIS_VECTAB_VIRTUAL",
|
||||
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
|
||||
"MBED_FAULT_HANDLER_DISABLED",
|
||||
"LPTICKER_DELAY_TICKS=3"
|
||||
"LPTICKER_DELAY_TICKS=4"
|
||||
],
|
||||
"device_has": [
|
||||
"USTICKER",
|
||||
|
@ -8100,7 +8100,7 @@
|
|||
}
|
||||
},
|
||||
"inherits": ["Target"],
|
||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
|
||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=4"],
|
||||
"device_has": [
|
||||
"USTICKER",
|
||||
"LPTICKER",
|
||||
|
@ -8322,7 +8322,7 @@
|
|||
"macros": [
|
||||
"MBED_FAULT_HANDLER_DISABLED",
|
||||
"MBED_TZ_DEFAULT_ACCESS=1",
|
||||
"LPTICKER_DELAY_TICKS=3"
|
||||
"LPTICKER_DELAY_TICKS=4"
|
||||
],
|
||||
"trustzone": true,
|
||||
"is_disk_virtual": true,
|
||||
|
|
Loading…
Reference in New Issue