Skip to content

Commit 684181c

Browse files
Add targets.json definition for STM32F412xE
1 parent bdaa4a4 commit 684181c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

targets/targets.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,22 @@
19141914
"0320"
19151915
]
19161916
},
1917+
"MCU_STM32F412xE": {
1918+
"inherits": [
1919+
"MCU_STM32F4"
1920+
],
1921+
"public": false,
1922+
"extra_labels_add": [
1923+
"STM32F412xE"
1924+
],
1925+
"macros_add": [
1926+
"STM32F412Zx"
1927+
],
1928+
"device_has_add": [
1929+
"CAN",
1930+
"TRNG"
1931+
]
1932+
},
19171933
"MCU_STM32F412xG": {
19181934
"inherits": [
19191935
"MCU_STM32F4"

0 commit comments

Comments
 (0)