targets: add support for the MKS Robin Nano V3.x

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2024-01-02 19:29:55 -06:00
committed by Ron Evans
parent 9679e7f1cc
commit bb66232164
3 changed files with 123 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"inherits": ["cortex-m4"],
"build-tags": ["mksnanov3", "stm32f407", "stm32f4", "stm32"],
"serial": "uart",
"linkerscript": "targets/stm32f407.ld",
"extra-files": [
"src/device/stm32/stm32f407.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2",
"openocd-target": "stm32f4x"
}