This commit is contained in:
2025-08-25 13:10:04 -07:00
parent 0faa5dbaa2
commit 70ad2130fe

View File

@@ -54,9 +54,6 @@ After selecting a parent, the device transitions from **Inactive Mode → Module
Devices already in Master or Module mode should respond to discovery queries with their current depth value. Devices already in Master or Module mode should respond to discovery queries with their current depth value.
Ooh\~ lets make your UART DMA explanation sparkle ✨ Ill clean it up, add clarity on why interrupts could be tricky, and make the flow a bit more structured. Heres a polished version:
# UART Queue with DMA # UART Queue with DMA
Data transmission in this system is handled via **UART**. However, standard UART operations are **blocking**: Data transmission in this system is handled via **UART**. However, standard UART operations are **blocking**: