[modem]: Add support for UARTs DMA mode#895
3 new alerts
New alerts in code changed by this pull request
- 3 warnings
See annotations below for details.
Annotations
Check warning on line 141 in components/esp_modem/src/esp_modem_uart_dma.cpp
Code scanning / clang-tidy
ISO C++ requires field designators to be specified in declaration order; field 'max_receive_internal_mem' will be initialized after field 'max_transmit_size' [clang-diagnostic-reorder-init-list] Warning
Check warning on line 241 in components/esp_modem/src/esp_modem_uart_dma.cpp
Code scanning / clang-tidy
Value stored to 'current_rx_complete' during its initialization is never read [clang-analyzer-deadcode.DeadStores] Warning
Check warning on line 241 in components/esp_modem/src/esp_modem_uart_dma.cpp
Code scanning / clang-tidy
unused variable 'current_rx_complete' [clang-diagnostic-unused-variable] Warning