You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
RV32E base ISA devices have 16 GPRs while RV32I base ISA devices have 32, this is correctly reported to gdb in the target description xml, but when reading or writing all registers BMD still considers 32 registers to be present.
The main symptom is GDB reporting incorrect length for 'g' packets: Remote 'g' packet reply is too long (expected 104 bytes, got 132 bytes): ....