nuttx/drivers/video/vnc
jianglianfang 73832ab0a4 vnc server: Fix that vnc_updater thread exited caused by readed a null data
When updating the full-screen data, sq_ init() will clear the updqueue and add just one new full-screen data to the updqueue. So when the vnc_updater thread is awakened, it may read a null data due to multiple reading, leading to vnc_updater thread exited , which is not expected.

Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2023-05-25 22:41:47 +08:00
..
Kconfig
Make.defs
vnc_color.c
vnc_fbdev.c
vnc_kbd.c
vnc_keymap.c
vnc_negotiate.c
vnc_raw.c
vnc_receiver.c
vnc_rre.c
vnc_server.c vnc_server: set touch.maxpoint to 1 for circbuf_init 2023-05-19 17:42:05 +08:00
vnc_server.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
vnc_touch.c
vnc_updater.c vnc server: Fix that vnc_updater thread exited caused by readed a null data 2023-05-25 22:41:47 +08:00