We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1464ee1 commit 53e7766Copy full SHA for 53e7766
boards/nucleo_h753zi.json
@@ -5,7 +5,8 @@
5
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H753xx",
6
"f_cpu": "400000000L",
7
"mcu": "stm32h753zit6",
8
- "product_line": "STM32H753xx"
+ "product_line": "STM32H753xx",
9
+ "variant": "STM32H7xx/H742Z(G-I)T_H743Z(G-I)T_H747A(G-I)I_H747I(G-I)T_H750ZBT_H753ZIT_H757AII_H757IIT"
10
},
11
"connectivity": [
12
"can",
@@ -23,13 +24,14 @@
23
24
"svd_path": "STM32H753.svd"
25
26
"frameworks": [
27
+ "arduino",
28
"cmsis",
29
"stm32cube",
30
"zephyr"
31
],
32
"name": "ST Nucleo H753ZI",
33
"upload": {
- "maximum_ram_size": 884736,
34
+ "maximum_ram_size": 524288,
35
"maximum_size": 2097152,
36
"protocol": "stlink",
37
"protocols": [
0 commit comments