Skip to content

Commit

Permalink
Enable Arduino framework for nucleo_f439zi
Browse files Browse the repository at this point in the history
Resolves #802
  • Loading branch information
valeros committed Sep 30, 2024
1 parent b534569 commit 54c6736
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions boards/nucleo_f439zi.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"build": {
"arduino": {
"variant_h": "variant_NUCLEO_F4x9ZI.h"
},
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F439xx",
"f_cpu": "180000000L",
"mcu": "stm32f439zit6",
"product_line": "STM32F439xx"
"product_line": "STM32F439xx",
"variant": "STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)"
},
"connectivity": [
"can",
Expand All @@ -23,14 +27,15 @@
"svd_path": "STM32F439x.svd"
},
"frameworks": [
"arduino",
"cmsis",
"mbed",
"stm32cube",
"libopencm3"
],
"name": "ST Nucleo F439ZI",
"upload": {
"maximum_ram_size": 262144,
"maximum_ram_size": 196608,
"maximum_size": 2097152,
"protocol": "stlink",
"protocols": [
Expand All @@ -41,6 +46,6 @@
"mbed"
]
},
"url": "https://developer.mbed.org/platforms/ST-Nucleo-F439ZI/",
"url": "https://www.st.com/en/evaluation-tools/nucleo-f439zi.html",
"vendor": "ST"
}

0 comments on commit 54c6736

Please sign in to comment.