summaryrefslogtreecommitdiff
path: root/apps/examples/nx/nx_main.c
Commit message (Expand)AuthorAgeFilesLines
* Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() callGregory Nutt2015-04-161-3/+13
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-041-5/+9
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-311-3/+4
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-66/+66
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-3/+3
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-2/+2
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* A little SAMA5 camera stuffGregory Nutt2013-12-091-1/+1
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-1/+1
* Add configurable application entry pointpatacongo2012-08-301-48/+40
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-1/+1
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-3/+3
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-54/+58
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-1/+15
* Setup environment to support multiple fontspatacongo2011-07-191-1/+1
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-1/+5
* Finish integration of the LPCXpresso OLED NX examplepatacongo2011-04-191-2/+2
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-9/+1
* Move nuttx/examples to apps/examplespatacongo2011-03-201-0/+894