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 020c56a commit 2f7e82fCopy full SHA for 2f7e82f
boards/vccgnd_f407zg_mini.json
@@ -1,9 +1,9 @@
1
{
2
"build": {
3
"core": "stm32",
4
- "cpu": "cortex-m3",
+ "cpu": "cortex-m4",
5
"extra_flags": "-DSTM32F407xx -DSTM32F4",
6
- "f_cpu": "72000000L",
+ "f_cpu": "168000000L",
7
"framework_extra_flags": {
8
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
9
},
@@ -25,7 +25,7 @@
25
"name": "VCCGND F407ZGT6 Mini",
26
"upload": {
27
"maximum_ram_size": 131072,
28
- "maximum_size": 524288,
+ "maximum_size": 1048576,
29
"protocol": "stlink",
30
"protocols": [
31
"blackmagic",
0 commit comments