Skip to content

Commit fd666ff

Browse files
author
Cruz Monrreal
authored
Merge pull request #7143 from jeromecoutant/PR_LPTICKER_REMOVE
STM32 : few targets does not support LPTICKER
2 parents 835d38d + 202fc8a commit fd666ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

targets/targets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@
811811
"detect_code": ["0725"],
812812
"macros_add": ["CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
813813
"device_has_add": ["CRC", "SERIAL_FC"],
814+
"device_has_remove": ["LPTICKER"],
814815
"default_lib": "small",
815816
"release_versions": ["2"],
816817
"device_name": "STM32F030R8"
@@ -832,6 +833,7 @@
832833
"overrides": {"lse_available": 0},
833834
"macros_add": ["CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
834835
"device_has_add": ["CRC", "SERIAL_FC"],
836+
"device_has_remove": ["LPTICKER"],
835837
"default_lib": "small",
836838
"release_versions": ["2"],
837839
"device_name": "STM32F031K6"
@@ -853,6 +855,7 @@
853855
"overrides": {"lse_available": 0},
854856
"macros_add": ["CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
855857
"device_has_add": ["CAN", "CRC", "SERIAL_FC"],
858+
"device_has_remove": ["LPTICKER"],
856859
"default_lib": "small",
857860
"release_versions": ["2"],
858861
"device_name": "STM32F042K6"
@@ -1738,6 +1741,7 @@
17381741
},
17391742
"macros_add": ["CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
17401743
"device_has_add": ["CRC", "SERIAL_FC"],
1744+
"device_has_remove": ["LPTICKER"],
17411745
"device_name": "STM32F051R8"
17421746
},
17431747
"DISCO_F100RB": {
@@ -3768,7 +3772,7 @@
37683772
"extra_labels_add": ["STM32F1", "STM32F103C8"],
37693773
"supported_toolchains": ["GCC_ARM"],
37703774
"device_has_add": [],
3771-
"device_has_remove": ["STDIO_MESSAGES"]
3775+
"device_has_remove": ["STDIO_MESSAGES", "LPTICKER"]
37723776
},
37733777
"NUMAKER_PFM_NUC472": {
37743778
"core": "Cortex-M4F",

0 commit comments

Comments
 (0)