summaryrefslogtreecommitdiff
path: root/apps/examples/buttons/buttons_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-2/+4
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-8/+10
* 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_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+2
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-0/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-2/+2
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-3/+3
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-4/+5
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-14/+14
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-44/+44
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-131-0/+499