- Modified shell_port.c to replace interrupt-based UART reception with DMA. - Introduced a DMA buffer for UART data and adjusted the shell buffer handling. - Added idle interrupt handling to process incoming data from the DMA buffer. - Updated freertos_f407.ioc to configure DMA for USART1 RX and TX. - Enabled necessary NVIC interrupts for DMA streams associated with USART1. |
||
|---|---|---|
| .. | ||
| shell.c | ||
| shell.h | ||
| shell_cfg.h | ||
| shell_cfg_user.h | ||
| shell_cmd_list.c | ||
| shell_companion.c | ||
| shell_ext.c | ||
| shell_ext.h | ||
| shell_port.c | ||
| shell_port.h | ||