summaryrefslogtreecommitdiff
path: root/apps/examples/nrf24l01_term
Commit message (Expand)AuthorAgeFilesLines
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-061-5/+5
* Oops wrong elseGregory Nutt2014-09-061-2/+2
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* 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
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+1
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-013-0/+476