zephyr/drivers/wifi/esp_at
Hongquan Li 41e33573e8 drivers: wifi: esp_at: Fix serial receive interrupt can't exit
If a character is received immediately after modem_iface_uart_init called,
the modem_iface_uart_isr function will not read the data in the serial port
fifo register as the context has not been registered at this time,
which will result in the program not being able to exit the interrupt,
so the context should registered before the serial port is initialised.

Signed-off-by: Hongquan Li <hongquan.prog@gmail.com>
2024-11-21 20:12:00 +01:00
..
CMakeLists.txt
esp_offload.c drivers: wifi: esp_at: s/ntohs/htons/ after parsing port number 2024-08-01 12:36:07 +02:00
esp_socket.c drivers: wifi: esp_at: fix UDP socket setup 2024-07-09 19:06:12 +02:00
esp.c drivers: wifi: esp_at: Fix serial receive interrupt can't exit 2024-11-21 20:12:00 +01:00
esp.h drivers: wifi: esp_at: fix UDP socket setup 2024-07-09 19:06:12 +02:00
Kconfig.esp_at driver: wifi: esp_at: fix typo in CIPDINFO option 2024-09-05 09:49:33 +02:00