[Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
tda5250BusResourceSettings.h, 1.6, 1.7
akoepke
andreaskoepke at users.sourceforge.net
Fri Aug 3 05:06:40 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30579
Modified Files:
tda5250BusResourceSettings.h
Log Message:
we don't need interrupts on wrong bytes
Index: tda5250BusResourceSettings.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tda5250BusResourceSettings.h 5 Apr 2007 06:38:45 -0000 1.6
--- tda5250BusResourceSettings.h 3 Aug 2007 12:06:34 -0000 1.7
***************
*** 46,50 ****
};
! msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_23405, umctl: UMCTL_1MHZ_23405, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie: 1, urxwie: 0, urxe: 1, utxe: 0} };
#endif
--- 46,50 ----
};
! msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_23405, umctl: UMCTL_1MHZ_23405, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie:0, urxwie: 0, urxe: 1, utxe: 0} };
#endif
More information about the Tinyos-2-commits
mailing list