[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/sensinode/tos/platform/micro4/radio
HALCC2420M.nc, 1.1, 1.2
Marcus Chang
marcus_chang at users.sourceforge.net
Tue Jun 12 05:22:57 PDT 2007
Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/sensinode/tos/platform/micro4/radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16321/radio
Modified Files:
HALCC2420M.nc
Log Message:
Changed 16 MHz crystal control according to firmware update 0.9.4 on the U100
Index: HALCC2420M.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/diku/sensinode/tos/platform/micro4/radio/HALCC2420M.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HALCC2420M.nc 15 Mar 2007 14:40:13 -0000 1.1
--- HALCC2420M.nc 12 Jun 2007 12:22:55 -0000 1.2
***************
*** 20,40 ****
module HALCC2420M {
! provides {
! interface HALCC2420;
! interface StdControl as HALCC2420Control;
! }
! uses {
! interface StdControl as HPLCC2420Control;
! interface HPLCC2420;
! interface HPLCC2420RAM;
[...2975 lines suppressed...]
! *********************************************************************/
! async event result_t HPLCC2420RAM.writeDone(uint16_t addr, uint8_t length, uint8_t* buf)
! {
! return SUCCESS;
! }
! async event result_t HPLCC2420RAM.readDone(uint16_t addr, uint8_t length, uint8_t* buf)
! {
! return SUCCESS;
! }
! /**********************************************************************
! * StdOut
! *********************************************************************/
! async event result_t StdOut.get(uint8_t data)
! {
! return SUCCESS;
! }
!
}
More information about the Tinyos-contrib-commits
mailing list