nuttx/graphics/nxterm
Gregory Nutt a569006fd8 sched/: Make more naming consistent
Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions

    nxsem_setprotocol -> nxsem_set_protocol
    nxsem_getprotocol -> nxsem_get_protocol
    nxsem_getvalue -> nxsem_get_value
2020-05-17 14:01:00 -03:00
..
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
nx_register.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
nxterm_clear.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxterm_driver.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nxterm_font.c libs/libnx/nxfonts: Fix a memory leak in the font cache. With a busy NxTerm display, this could drain off all the memory pretty quickly! 2019-03-08 11:52:49 -06:00
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 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxterm_register.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
nxterm_resize.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxterm_scroll.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxterm_sem.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxterm_unregister.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_vt100.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nxterm.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxtk_register.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxtool_register.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00