mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
a9c0501826
This adds the specific OpenOCD commands needed for flashing the onboard STM32U585 MCU directly from the Arduino UNO Q board. Thanks to https://github.com/jesdev-io/arduino-uno-q-pio-toolchain for the infor on how to do this. Signed-off-by: deadprogram <ron@hybridgroup.com>
9 lines
372 B
JSON
9 lines
372 B
JSON
{
|
|
"inherits": ["stm32u585"],
|
|
"build-tags": ["arduino_uno_q"],
|
|
"serial": "uart",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32u5x",
|
|
"openocd-commands": ["adapter driver linuxgpiod adapter gpio swclk -chip 1 26 adapter gpio swdio -chip 1 25 adapter gpio srst -chip 1 38 transport select swd adapter speed 1000 reset_config srst_only srst_push_pull"]
|
|
}
|