summaryrefslogtreecommitdiff
path: root/apps/system/install/install.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-9/+9
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-2/+2
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-031-274/+332
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* install updates from Urospatacongo2011-05-121-9/+10
* Incorporate install app from Urospatacongo2011-05-121-0/+411