incubator-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 vncserver: Support keyboard driver 2022-07-12 10:05:15 -03:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
vnc_color.c
vnc_fbdev.c Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
vnc_kbd.c vncserver: Support keyboard driver 2022-07-12 10:05:15 -03:00
vnc_keymap.c libc: Add include/nuttx/input/x11_keysym.h 2022-01-11 15:01:13 +08:00
vnc_negotiate.c Fix video/vnc/vnc_negotiate.c:396:3: error: ‘ret’ undeclared 2022-01-03 11:19:32 +08:00
vnc_raw.c
vnc_receiver.c vncserver: Support keyboard driver 2022-07-12 10:05:15 -03:00
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 vncserver: Support pointer driver 2022-07-08 13:28:34 +08:00
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