nuttx/graphics/nxconsole
2014-08-31 17:26:36 -06:00
..
Make.defs
nx_register.c
nxcon_driver.c
nxcon_font.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
nxcon_internal.h Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN 2014-07-16 16:31:31 -06:00
nxcon_kbdin.c Costmetic: Update TODO list, README files, refreshed configuration, updated comments 2014-07-30 14:26:50 -06:00
nxcon_putc.c
nxcon_redraw.c
nxcon_register.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
nxcon_scroll.c graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the case of the framebuffer device. In this case, the logic for clearing the vacated region at the bottom was missing so garbage up from the last, uncleared line 2014-07-17 12:58:04 -06:00
nxcon_sem.c
nxcon_unregister.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
nxcon_vt100.c
nxtk_register.c
nxtool_register.c