machine: add support for waveshare-rp2040-tiny (#4683)

This commit is contained in:
Volodymyr Pobochii
2025-01-14 02:53:40 +02:00
committed by GitHub
parent 29d2719bad
commit b15adf23f8
3 changed files with 136 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["2e8a:0003"],
"build-tags": ["waveshare_rp2040_tiny"],
"ldflags": [
"--defsym=__flash_size=1020K"
],
"extra-files": [
"targets/pico-boot-stage2.S"
]
}