Skip to content

Commit

Permalink
Enable Arduino support for Nucleo-F446ZE board (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantoine authored Apr 26, 2024
1 parent 0db8777 commit 800994c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/nucleo_f446ze.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,6 +23,7 @@
"svd_path": "STM32F446x.svd"
},
"frameworks": [
"arduino",
"cmsis",
"mbed",
"stm32cube",
Expand Down

0 comments on commit 800994c

Please sign in to comment.