board: add AKIZUKI DENSHI AE-RP2040

This commit is contained in:
sago35
2023-08-04 21:24:09 +09:00
committed by Ron Evans
parent 62294feb56
commit 67ec722a74
3 changed files with 127 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"inherits": [
"rp2040"
],
"build-tags": ["ae_rp2040"],
"serial-port": ["2e8a:000A"],
"ldflags": [
"--defsym=__flash_size=2048K"
],
"extra-files": [
"targets/pico-boot-stage2.S"
]
}