nuttx/graphics/nxterm
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
..
Make.defs graphics/nxterm: Add a new IOCTL that can be used to inform NxTerm that the size of a window has changed. 2019-05-16 13:12:24 -06:00
nx_register.c
nxterm_clear.c
nxterm_driver.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
nxterm_font.c
nxterm_kbdin.c Cosmetic 2019-05-26 12:33:42 -06:00
nxterm_putc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_redraw.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_register.c
nxterm_resize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_scroll.c
nxterm_sem.c
nxterm_unregister.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_vt100.c
nxterm.h Squashed commit of the following: 2019-05-21 18:57:54 -06:00
nxtk_register.c
nxtool_register.c