Skip to content

Commit 2f7e82f

Browse files
committed
Fix manifest config for VCCGND F407ZGT6 Mini
1 parent 020c56a commit 2f7e82f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/vccgnd_f407zg_mini.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build": {
33
"core": "stm32",
4-
"cpu": "cortex-m3",
4+
"cpu": "cortex-m4",
55
"extra_flags": "-DSTM32F407xx -DSTM32F4",
6-
"f_cpu": "72000000L",
6+
"f_cpu": "168000000L",
77
"framework_extra_flags": {
88
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
99
},
@@ -25,7 +25,7 @@
2525
"name": "VCCGND F407ZGT6 Mini",
2626
"upload": {
2727
"maximum_ram_size": 131072,
28-
"maximum_size": 524288,
28+
"maximum_size": 1048576,
2929
"protocol": "stlink",
3030
"protocols": [
3131
"blackmagic",

0 commit comments

Comments
 (0)