From 213af5e3cf79cfef46fc4f277811dc4fcac8b751 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 3 Apr 2025 15:21:10 -0600 Subject: gdb-helpers: rp2040: Limit widths to 80 columns --- gdb-helpers/rp2040.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb-helpers/rp2040.py') 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 -- cgit v1.2.3-2-g168b