cc3000 driver with expanded buffers.

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
heroic
Date:
Sun May 04 10:20:19 2014 +0000
Parent:
48:d9eb9a596a58
Child:
50:039f2518e98a
Commit message:
Drive CC3000 spi port faster, to get slightly better performance.

Changed in this revision

cc3000_spi.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000_spi.cpp	Sat May 03 21:39:51 2014 +0000
+++ b/cc3000_spi.cpp	Sun May 04 10:20:19 2014 +0000
@@ -47,7 +47,7 @@
   : _wlan_irq(cc3000_irq), _wlan_en(cc3000_en), _wlan_cs(cc3000_cs), _wlan_spi(cc3000_spi), _event(event), _simple_link(simple_link) {
 
     _wlan_spi.format(8,1);
-    _wlan_spi.frequency(12000000);
+    _wlan_spi.frequency(16000000);
     _wlan_irq.fall(this, &cc3000_spi::WLAN_IRQHandler);
 
     _wlan_en = 0;