[realtek-ambz] Add basic debugger support

This commit is contained in:
Kuba Szczodrzyński
2022-04-27 16:47:53 +02:00
parent 80cb1068ce
commit 59374c33d3
5 changed files with 169 additions and 4 deletions

View File

@@ -9,6 +9,19 @@
"amb_flash_addr": "0x08000000",
"amb_boot_all": "boot_all_77F7.bin"
},
"connectivity": [
"wifi"
],
"debug": {
"protocol": "openocd",
"protocols": [
"openocd"
],
"openocd_config": "amebaz.cfg",
"gdb_init": [
"mem 0x8000000 0x8010000 ro"
]
},
"flash": {
"boot_xip": "0x000000+0x4000",
"boot_ram": "0x004000+0x4000",