cc3000 driver with expanded buffers.

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

History

Yet more debugging. default tip

2014-05-07, by heroic [Wed, 07 May 2014 02:53:08 +0000] rev 57

Yet more debugging.


Stop hci event handler from locking up in the situation where the micro thinks there's an event about to happen and the cc3000 disagrees.

2014-05-06, by heroic [Tue, 06 May 2014 22:38:34 +0000] rev 56

Stop hci event handler from locking up in the situation where the micro thinks there's an event about to happen and the cc3000 disagrees.


Move debug LED access around;

2014-05-06, by heroic [Tue, 06 May 2014 21:22:41 +0000] rev 55

Move debug LED access around;


Debug HCI with LED.

2014-05-06, by heroic [Tue, 06 May 2014 20:37:02 +0000] rev 54

Debug HCI with LED.


Remove inline so that the set_wlan_enable function is not translation unit scoped.

2014-05-06, by heroic [Tue, 06 May 2014 18:25:20 +0000] rev 53

Remove inline so that the set_wlan_enable function is not translation unit scoped.


Delete all profiles on start. Also, maybe fix the random hangs by saying "screw it, let's do this" rather than curling up in a spinny ball.

2014-05-06, by heroic [Tue, 06 May 2014 07:57:01 +0000] rev 52

Delete all profiles on start. Also, maybe fix the random hangs by saying "screw it, let's do this" rather than curling up in a spinny ball.


We need these while(1) loops to wait for interrupts, because apparently something something.

2014-05-05, by heroic [Mon, 05 May 2014 18:00:59 +0000] rev 51

We need these while(1) loops to wait for interrupts, because apparently something something.


Slow down cc3000 spi because the lpc134x is crap and doesn't have GPDMA.

2014-05-05, by heroic [Mon, 05 May 2014 01:44:25 +0000] rev 50

Slow down cc3000 spi because the lpc134x is crap and doesn't have GPDMA.


Drive CC3000 spi port faster, to get slightly better performance.

2014-05-04, by heroic [Sun, 04 May 2014 10:20:19 +0000] rev 49

Drive CC3000 spi port faster, to get slightly better performance.


Reduce memory consumption.

2014-05-03, by heroic [Sat, 03 May 2014 21:39:51 +0000] rev 48

Reduce memory consumption.