summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/src
Commit message (Expand)AuthorAgeFilesLines
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-312-3/+5
* UBW32: Rename files for better conformance to naming conventionsGregory Nutt2015-03-218-31/+27
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-271-3/+3
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-17/+1
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-151-2/+4
* More trailing whilespace removalGregory Nutt2014-04-134-5/+5
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-4/+4
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-5/+5
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add support for UBW32 buttonspatacongo2012-04-262-0/+202
* Add NSH configuration for the Bit Whackerpatacongo2012-04-261-4/+0
* Configuration for Sparkfun UBW32 boardpatacongo2012-04-267-0/+931