From: travisutk Date: Tue, 21 Aug 2012 18:34:34 +0000 (+0000) Subject: Reverted some CCSPI performance patches. This might slow down the Z1. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=3ce193dd33e5e9e4c16989d85b8fb15715b139de;hp=8217d2077e7a24304e85dcf872710327f3705fc4 Reverted some CCSPI performance patches. This might slow down the Z1. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1237 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/goodfet.ccspi b/client/goodfet.ccspi index f8d10bd..b40d123 100755 --- a/client/goodfet.ccspi +++ b/client/goodfet.ccspi @@ -203,7 +203,7 @@ if(sys.argv[1]=="sniff" or sys.argv[1]=="sniffdissect"): client.RF_getfreq()/10**6); #Now we're ready to get packets. while 1: - client.setup(); #Really oughtn't be necessary, but can't hurt. + #client.setup(); #Really oughtn't be necessary, but can't hurt. client.CC_RFST_RX(); packet=None; diff --git a/firmware/apps/radios/ccspi.c b/firmware/apps/radios/ccspi.c index 6d72a69..7c72ddd 100644 --- a/firmware/apps/radios/ccspi.c +++ b/firmware/apps/radios/ccspi.c @@ -228,7 +228,7 @@ void ccspi_handle_fn( uint8_t const app, CLRSS; ccspitrans8(CCSPI_RXFIFO | 0x40); //ccspitrans8(0x3F|0x40); - cmddata[0]=0xff; //to be replaced with length + cmddata[0]=0x20; //to be replaced with length /* This reads too far on some CC2420 revisions, but on others it @@ -238,8 +238,8 @@ void ccspi_handle_fn( uint8_t const app, A software fix is to reset the CC2420 between packets. This works, but a better solution is desired. */ - //for(i=0;i