[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08
HPLSPIM.nc, 1.1, 1.2
Jan Flora
janflora at users.sourceforge.net
Wed Aug 23 03:11:39 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/interfaces
HPLTimer.nc, 1.2, 1.3
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/timers
HPLTimer2M.nc, 1.5, 1.6 AsyncAlarmC.nc, 1.3, 1.4 LocalTimeM.nc,
1.2, 1.3 AsyncAlarmM.nc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25330/tos/chips/hcs08
Modified Files:
HPLSPIM.nc
Log Message:
HCS08 driver updates
Index: HPLSPIM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/HPLSPIM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLSPIM.nc 16 Jan 2006 18:43:17 -0000 1.1
--- HPLSPIM.nc 23 Aug 2006 10:11:37 -0000 1.2
***************
*** 5,11 ****
interface StdControl;
}
- uses {
- interface Leds;
- }
}
implementation
--- 5,8 ----
***************
*** 16,20 ****
command result_t StdControl.init()
{
- call Leds.init();
return SUCCESS;
}
--- 13,16 ----
***************
*** 234,238 ****
while (!SPIS_SPRF);
asm("LDA 43");
- //call Leds.greenOn();
//asm("bgnd");
//while(1);
--- 230,233 ----
***************
*** 250,254 ****
/* TOSH_SIGNAL(SPI)
{
- call Leds.redToggle();
//asm("bgnd");
}*/
--- 245,248 ----
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/interfaces
HPLTimer.nc, 1.2, 1.3
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/timers
HPLTimer2M.nc, 1.5, 1.6 AsyncAlarmC.nc, 1.3, 1.4 LocalTimeM.nc,
1.2, 1.3 AsyncAlarmM.nc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list