diff options
Diffstat (limited to 'gdb-helpers/rp2040.py')
-rw-r--r-- | gdb-helpers/rp2040.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb-helpers/rp2040.py b/gdb-helpers/rp2040.py index 087974d..f019299 100644 --- a/gdb-helpers/rp2040.py +++ b/gdb-helpers/rp2040.py @@ -152,7 +152,7 @@ ICSR : {fmt32(icsr) } Control and State ╓endiannes (0=little, 1=big) vect_key┐ ║ ╓sys_reset_req ┌───────┴──────┐║ ║╓vect_clr_active -AIRCR : {fmt32(read_mmreg(base+0xed0c)) } Application Interrupt and Reset Control +AIRCR : {fmt32(read_mmreg(base+0xed0c)) } Application {{Interrupt+Reset}} Control ╓sleep_deep s_ev_on_pend╖ ║╓sleep_on_exit @@ -172,7 +172,7 @@ PRIMASK : {fmt32(read_reg('primask')) } Priority Mask app exec intr ┌┴─┐ ┌───────┴──────┐┌───┴───┐ -xPSR : {fmt32(psr) } {{Application,Execution,Interrupt}} Program Status +xPSR : {fmt32(psr) } {{App,Exec,Intr}} Program Status ║║║║ ║ ║└───┬───┘ [N]egative╜║║║ ║ ║ └{psr&0x1FF} ({exception_names[psr&0x1FF]}) [Z]ero╜║║ ╙[T]humb ╙require [a]lignment |