summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* 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 ↵Gregory Nutt2014-07-111-2/+2
| | | | missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
* 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, ↵Gregory Nutt2014-02-101-3/+3
| | | | but probably some new typos introduced
* 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 ↵Gregory Nutt2013-10-241-1/+1
| | | | error conditions. From David Sidrane
* 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
Freescale KL25Z board from Alan Carvalho de Assis