nuttx/graphics/vnc/server
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
Kconfig configs/same70-xplained/twm4nx/defconfig: Switch to 8BPP. That is the negotiated size requested by the VNC client anyway. graphics/vnc/server/vnc_color.c: Fix an error in color conversion. 2019-05-03 17:08:05 -06:00
Make.defs VNC: Add some very basic RRE encodings 2016-04-20 17:01:48 -06:00
vnc_color.c configs/same70-xplained/twm4nx/defconfig: Switch to 8BPP. That is the negotiated size requested by the VNC client anyway. graphics/vnc/server/vnc_color.c: Fix an error in color conversion. 2019-05-03 17:08:05 -06:00
vnc_fbdev.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
vnc_keymap.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
vnc_negotiate.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
vnc_raw.c configs/same70-xplained/twm4nx/defconfig: Switch to 8BPP. That is the negotiated size requested by the VNC client anyway. graphics/vnc/server/vnc_color.c: Fix an error in color conversion. 2019-05-03 17:08:05 -06:00
vnc_receiver.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
vnc_rre.c configs/same70-xplained/twm4nx/defconfig: Increase packet MTU to 1500. 2019-05-03 10:45:38 -06:00
vnc_server.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
vnc_server.h Fix some typographical errors. 2018-09-14 06:55:45 -06:00
vnc_updater.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00