[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.4, 1.5

Miklos Maroti mmaroti at users.sourceforge.net
Thu Apr 24 15:31:28 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25258/tos/platforms/iris/chips/rf230

Modified Files:
	HplRF230C.nc 
Log Message:
Allow possibly multiple slaves for the Atmega128 SPI bus.
Move the slave select logic from the HPL SPI to the user of the resouce.
This touched the MicaZ SPI access (but not the mica2 which uses its own logic)


Index: HplRF230C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230C.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HplRF230C.nc	29 Mar 2008 20:10:33 -0000	1.4
--- HplRF230C.nc	24 Apr 2008 22:31:25 -0000	1.5
***************
*** 50,55 ****
  	HplRF230P.PortIRQ -> IO.PortD4;
  	
- 	// TODO: Ask why the HplAtm128SpiC does SlaveSelect via PortB0
- 	// TODO: Remove the unused started field from Atm128SpiP
  	components Atm128SpiC as SpiC;
  	SpiResource = SpiC.Resource[unique("Atm128SpiC.Resource")];
--- 50,53 ----



More information about the Tinyos-2-commits mailing list