Updates for BlackPill F4x series of boards (#517)

This commit is contained in:
Kalyan Sriram
2021-04-08 10:50:31 -07:00
committed by GitHub
parent b3f08e249b
commit dcc41b2087
3 changed files with 19 additions and 21 deletions

View File

@@ -8,9 +8,6 @@
"product_line": "STM32F401xC",
"variant": "Generic_F401Cx"
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32F401CC",
"openocd_target": "stm32f4x",
@@ -22,7 +19,7 @@
"stm32cube",
"libopencm3"
],
"name": "BlackPill F401CC",
"name": "WeAct Studio BlackPill V2.0 (STM32F401CC)",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144,
@@ -36,6 +33,6 @@
"dfu"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401cc.html",
"vendor": "ST"
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
"vendor": "WeAct Studio"
}

View File

@@ -6,11 +6,11 @@
"f_cpu": "84000000L",
"mcu": "stm32f401ceu6",
"product_line": "STM32F401xE",
"variant": "Generic_F401Cx"
"variant": "Generic_F401Cx",
"zephyr": {
"variant": "blackpill_f401ce"
}
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32F401CE",
"openocd_target": "stm32f4x",
@@ -20,9 +20,10 @@
"arduino",
"cmsis",
"stm32cube",
"libopencm3"
"libopencm3",
"zephyr"
],
"name": "BlackPill F401CE",
"name": "WeAct Studio BlackPill V3.0 (STM32F401CE)",
"upload": {
"maximum_ram_size": 98304,
"maximum_size": 524288,
@@ -36,6 +37,6 @@
"dfu"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401ce.html",
"vendor": "ST"
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
"vendor": "WeAct Studio"
}

View File

@@ -6,11 +6,11 @@
"f_cpu": "100000000L",
"mcu": "stm32f411ceu6",
"product_line": "STM32F411xE",
"variant": "Generic_F411Cx"
"variant": "Generic_F411Cx",
"zephyr": {
"variant": "blackpill_f411ce"
}
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32F411CE",
"openocd_target": "stm32f4x",
@@ -23,7 +23,7 @@
"libopencm3",
"zephyr"
],
"name": "WeAct BlackPill V2.0 (BlackPill F411CE)",
"name": "WeAct Studio BlackPill V2.0 (STM32F411CE)",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288,
@@ -37,6 +37,6 @@
"dfu"
]
},
"url": "https://github.com/mcauser/WEACT_F411CEU6",
"vendor": "WeAct"
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
"vendor": "WeAct Studio"
}