aboutsummaryrefslogtreecommitdiff
path: root/src/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-04 20:44:15 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-04 20:44:15 +0200
commit4881723cf765fbd7bad2a1f08baf5897a7425401 (patch)
tree96b828de8f27b8bb39a9c3f0aa31166552f99b41 /src/readme.md
parent47bf3627e4f44fa5e8095af0f70d5fccdb0f8cae (diff)
WIP DMA SPI TX
Diffstat (limited to 'src/readme.md')
-rw-r--r--src/readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/readme.md b/src/readme.md
index 45e6c16..7b8f11b 100644
--- a/src/readme.md
+++ b/src/readme.md
@@ -21,3 +21,12 @@
|ppu|PPU interface functions|
|static|static game assets (binary files)|
|stm32|STM32 specific setup (HAL, FreeRTOS)|
+
+## others
+
+### debugging command
+
+```bash
+st-util & arm-none-eabi-gdb ./main.elf -ex 'target remote localhost:4242' -ex 'continue'
+```
+