This commit is contained in:
MrARM
2026-07-10 22:39:27 -05:00
parent b2c2355a06
commit 717cc7d94f
11 changed files with 21334 additions and 67 deletions

View File

@@ -103,6 +103,8 @@ OpenOCD configs already documented in `applications-and-services.md`:
- `spike3-swd.cfg` maps SWCLK to Raspberry Pi GPIO 11 and SWDIO to GPIO 10.
- `rp2040.cfg` is present for RP2040 target handling.
Deeper Ghidra-backed netbridge protocol notes and the host-side emulator scaffold are now documented in `netbridge-re.md`.
## Node Firmware
The 17 top-level node firmware HEX files under `/games/pokemon_pro` are Intel HEX style data payloads. All parsed data ranges begin at `0x1000`, consistent with Cortex-M images that leave a bootloader or vector-reserved area below that address.