add tinygo device files

This commit is contained in:
Li Jie
2025-08-20 10:27:01 +08:00
parent 1b8b500fd7
commit 246278ff80
787 changed files with 85978 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
"serial": "uart",
"linkerscript": "targets/stm32l4x5.ld",
"extra-files": [
"src/device/stm32/stm32l4x5.s"
"targets/device/stm32/stm32l4x5.s"
],
"flash-method": "command",
"flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",