walnux/tools/pynuttx/nxgdb
xuxingliang 28b2e01c22 nxgdb: fix style issue
Fix style issue reported after upgrading flake8 to 7.2.0

1 file would be left unchanged.
/home/nuttx/tools/pynuttx/nxgdb/utils.py:237:5: F824  is unused: name is never assigned in scope
    global g_type_cache
    ^
/home/nuttx/tools/pynuttx/nxgdb/utils.py:294:5: F824  is unused: name is never assigned in scope
    global long_type
    ^

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2025-06-13 20:37:04 +08:00
..
protocols tools/pynuttx: update fs.py base on new structure fd and file 2025-06-12 18:12:42 +08:00
__init__.py
circbuf.py nxgdb: add missing protocols definitions 2025-02-02 14:02:24 +08:00
debug.py
diagnose.py
dmesg.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs.py nxgdb/fs: fix exception when failed to parse symbol 2025-06-13 20:37:04 +08:00
gcore.py
irq.py nxgdb/irq: add irqinfo command 2025-02-18 11:16:17 -03:00
lists.py
macros.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
memcheck.py
memdump.py nxgdb/mm: fix regular expression to parse log 2025-02-07 08:18:14 +08:00
memleak.py pynuttx: optimize memory leak check by skipping previously checked pointers 2025-02-05 09:15:27 -03:00
mm.py nxgdb/mm: show pool expand queue size 2025-02-16 11:23:38 -03:00
net.py
prefix.py
profile.py
rpmsg.py
stack.py refactor: fix spelling in private field names 2025-05-24 09:44:22 -03:00
thread.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
uorb.py nxgdb: add missing protocols definitions 2025-02-02 14:02:24 +08:00
utils.py nxgdb: fix style issue 2025-06-13 20:37:04 +08:00
wdog.py
wqueue.py