{ "inherits": ["stm32u585"], "build-tags": ["arduino_uno_q"], "serial": "uart", "flash-method": "adb", "adb-push-remote": "/tmp/firmware.hex", "adb-post-commands": [ "/opt/openocd/bin/openocd -s /opt/openocd/share/openocd/scripts -s /opt/openocd -c \"adapter driver linuxgpiod\" -c \"adapter gpio swclk -chip 1 26\" -c \"adapter gpio swdio -chip 1 25\" -c \"adapter gpio srst -chip 1 38\" -c \"transport select swd\" -c \"adapter speed 1000\" -c \"reset_config srst_only srst_push_pull\" -f /opt/openocd/stm32u5x.cfg -c \"program {remote} verify reset exit\"" ] }