[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
UartManchPhyP.nc, 1.7, 1.8 Uart4b6bPhyP.nc, 1.6, 1.7
akoepke
andreaskoepke at users.sourceforge.net
Wed Mar 5 03:20:46 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
DuplicateP.nc, 1.3, 1.4 Duplicate.nc, 1.1, 1.2 Duplicate.h, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
SpeckMacDP.nc, 1.5, 1.6 RedMacP.nc, 1.16, 1.17 CsmaMacP.nc,
1.15, 1.16 CsmaMacC.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4171/platforms/eyesIFX/byte_radio
Modified Files:
UartManchPhyP.nc Uart4b6bPhyP.nc
Log Message:
solve dependencies on baudrate automagically
Index: UartManchPhyP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/UartManchPhyP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** UartManchPhyP.nc 5 Mar 2008 11:14:00 -0000 1.7
--- UartManchPhyP.nc 5 Mar 2008 11:20:43 -0000 1.8
***************
*** 76,80 ****
#define PREAMBLE_LENGTH 2
! #define BYTE_TIME TDA5250_32KHZ_BYTE_TIME
#define PREAMBLE_BYTE 0x55
#define SYNC_BYTE 0xFF
--- 76,80 ----
#define PREAMBLE_LENGTH 2
! #define BYTE_TIME TDA5250_32KHZ_BYTE_TIME+3
#define PREAMBLE_BYTE 0x55
#define SYNC_BYTE 0xFF
Index: Uart4b6bPhyP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyP.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Uart4b6bPhyP.nc 5 Mar 2008 11:14:00 -0000 1.6
--- Uart4b6bPhyP.nc 5 Mar 2008 11:20:43 -0000 1.7
***************
*** 84,88 ****
enum {
PREAMBLE_LENGTH=2,
! BYTE_TIME=ENCODED_32KHZ_BYTE_TIME+3,
PREAMBLE_BYTE=0x55,
SYNC_BYTE=0xFF,
--- 84,88 ----
enum {
PREAMBLE_LENGTH=2,
! BYTE_TIME=TDA5250_32KHZ_BYTE_TIME+3,
PREAMBLE_BYTE=0x55,
SYNC_BYTE=0xFF,
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
DuplicateP.nc, 1.3, 1.4 Duplicate.nc, 1.1, 1.2 Duplicate.h, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
SpeckMacDP.nc, 1.5, 1.6 RedMacP.nc, 1.16, 1.17 CsmaMacP.nc,
1.15, 1.16 CsmaMacC.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list