summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-5/+5
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-4/+2
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-10/+11
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-30/+30
* Fix errors that have crept into DM320 buildpatacongo2009-04-191-5/+4
* Standardize framebuffer APIspatacongo2008-11-281-33/+34
* Added nxglib.hpatacongo2008-11-261-1/+2
* Add DM320 framebuffer driverpatacongo2008-11-261-0/+1437