summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-7/+9
* More fixes to issues noted by cppcheckGregory Nutt2014-11-251-1/+1
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-1/+1
* Fixes for more complaints from cppcheckGregory Nutt2014-11-252-77/+23
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-4/+4
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-24/+39
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* 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
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* 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
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-062-2/+2
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-062-0/+8
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+2
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-2/+2
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-15/+15
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Spark configuration updated from David SidraneGregory Nutt2014-02-191-2/+2
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-3/+3
* Updates to the CC3000 example from David SidraneGregory Nutt2013-10-304-18/+32
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-303-10/+10
* Minor, costmetic things that were still unsaved in my editorGregory Nutt2013-10-271-5/+5
* apps/examples/cc3000: Updated by David SidraneGregory Nutt2013-10-273-5/+28
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-256-25/+107
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-243-325/+341
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-241-1/+1
* Missing part of last apps/examples/cc3000 checkin. From David SidraneGregory Nutt2013-10-231-0/+363
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-231-1/+1
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-236-200/+1517
* CC3000-related typo fixes from the last bit checked. Thanks to David SidraneGregory Nutt2013-10-161-1/+0
* Updated CC30000 example from David SidraneGregory Nutt2013-10-162-691/+658
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-181-0/+1
* Some restructing of the CC3000 buildGregory Nutt2013-09-042-9/+9
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-043-30/+28
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-036-0/+1331