[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2
hardware.h, 1.4, 1.5
Philip Buonadonna
philipb at users.sourceforge.net
Tue Jun 21 16:40:45 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Downloader.java, NONE, 1.1 Deluge.java, 1.12, 1.13 Eraser.java,
1.6, 1.7 ImageInjector.java, 1.5, 1.6 Pinger.java, 1.8,
1.9 Rebooter.java, 1.5, 1.6 TOSBootImage.java, 1.3, 1.4
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x
PXA27XGPIOIntM.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15441
Modified Files:
hardware.h
Log Message:
- Fixed bug in assignment of FIFOP pin.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/hardware.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hardware.h 14 May 2005 16:36:28 -0000 1.4
--- hardware.h 21 Jun 2005 23:40:43 -0000 1.5
***************
*** 161,165 ****
TOSH_ASSIGN_PIN(CC_FIFO,A,CC_FIFO_PIN);
TOSH_ASSIGN_PIN(RADIO_CCA,A,RADIO_CCA_PIN);
! TOSH_ASSIGN_PIN(CC_FIFOP,A,CC_FIFO_PIN);
TOSH_ASSIGN_PIN(CC_SFD,A,CC_SFD_PIN);
TOSH_ASSIGN_PIN(CC_CSN,A,CC_CSN_PIN);
--- 161,165 ----
TOSH_ASSIGN_PIN(CC_FIFO,A,CC_FIFO_PIN);
TOSH_ASSIGN_PIN(RADIO_CCA,A,RADIO_CCA_PIN);
! TOSH_ASSIGN_PIN(CC_FIFOP,A,CC_FIFOP_PIN);
TOSH_ASSIGN_PIN(CC_SFD,A,CC_SFD_PIN);
TOSH_ASSIGN_PIN(CC_CSN,A,CC_CSN_PIN);
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Downloader.java, NONE, 1.1 Deluge.java, 1.12, 1.13 Eraser.java,
1.6, 1.7 ImageInjector.java, 1.5, 1.6 Pinger.java, 1.8,
1.9 Rebooter.java, 1.5, 1.6 TOSBootImage.java, 1.3, 1.4
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x
PXA27XGPIOIntM.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list