summaryrefslogtreecommitdiff
path: root/nuttx/drivers/wireless/cc3000/cc3000.c
Commit message (Expand)AuthorAgeFilesLines
* Refreshed Spark ConfigurationsGregory Nutt2015-02-281-1/+1
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-0/+1
* CC3000: Fix yet another typo in last two commitsgit diff I should not be do...Gregory Nutt2014-12-181-1/+1
* CC3000: Oops. Fix an error in the last commitGregory Nutt2014-12-181-1/+1
* CC3000 Fix: Data can be unaligned. When dereferences as an input ntosh(), a ...Gregory Nutt2014-12-181-4/+9
* This commit is a set of patches 02/11 through 03/11 correcting issues with th...Gregory Nutt2014-11-281-50/+178
* Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be calib...Gregory Nutt2014-11-281-20/+2
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-081-3/+5
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+1
* CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.Gregory Nutt2014-05-211-14/+23
* Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIM...Gregory Nutt2014-05-211-2/+2
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-17/+12
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-2/+2
* Numerous updates to the CC3000 driver from David SidraneGregory Nutt2014-02-181-58/+146
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Updated CC3000 driver from David SidraneGregory Nutt2013-10-301-84/+116
* CC3000 driver updates from David SidraneGregory Nutt2013-10-301-7/+21
* CC3000 driver updates from David SidraneGregory Nutt2013-10-271-7/+8
* drivers/wireless/cc3000: CC3000 driver update from David SidraneGregory Nutt2013-10-261-1/+1
* CC3000 driver update from David SidraneGregory Nutt2013-10-251-39/+385
* CC3000 driver update from David SidraneGregory Nutt2013-10-241-17/+37
* CC3000 driver updates from David SidraneGregory Nutt2013-10-231-380/+515
* CC3000 driver changes from David SidraneGregory Nutt2013-10-161-0/+1142