This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ef8a4668d7c19e36dfeb14773049d605e3fed9e1
nuttx
/
graphics
/
nxconsole
T
History
Gregory Nutt
205260d5e2
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -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
Reanem kzalloc to kmm_zalloc for consistency
2014-08-31 17:34:44 -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
…