Enable Arduino support for Nucleo-F446ZE board (#773)

This commit is contained in:
pmantoine
2024-04-26 18:56:34 +08:00
committed by GitHub
parent 0db877778b
commit 800994c40d

View File

@@ -4,7 +4,8 @@
"extra_flags": "-DSTM32F4 -DSTM32F446xx",
"f_cpu": "180000000L",
"mcu": "stm32f446zet6",
"product_line": "STM32F446xx"
"product_line": "STM32F446xx",
"variant": "STM32F4XX/F446Z(C-E)(H-J-T)"
},
"connectivity": [
"can"
@@ -22,6 +23,7 @@
"svd_path": "STM32F446x.svd"
},
"frameworks": [
"arduino",
"cmsis",
"mbed",
"stm32cube",