summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-03 15:21:10 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-05 21:34:27 -0600
commit213af5e3cf79cfef46fc4f277811dc4fcac8b751 (patch)
tree81a8900f1ef96b68498e9779eba9a6b96bd684c6
parent7fe3755f3a3dc11f1371b2b104fe3cf357da2310 (diff)
gdb-helpers: rp2040: Limit widths to 80 columns
-rw-r--r--gdb-helpers/rp2040.py4
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