[Tinyos-commits] CVS: tinyos-1.x/tos/lib/Flash/STM25P HPLSTM25P.nc,
1.1, 1.2
Jonathan Hui
jwhui at users.sourceforge.net
Wed Jul 13 22:55:45 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash/STM25P
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17531
Modified Files:
HPLSTM25P.nc
Log Message:
- Updated interface. Most commands now return void.
Index: HPLSTM25P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/Flash/STM25P/HPLSTM25P.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLSTM25P.nc 11 Jul 2005 23:36:09 -0000 1.1
--- HPLSTM25P.nc 14 Jul 2005 05:55:43 -0000 1.2
***************
*** 29,37 ****
async command result_t getBus();
async command result_t releaseBus();
! async command result_t beginCmd();
! async command result_t endCmd();
! async command result_t hold();
! async command result_t unhold();
! async command result_t txBuf(void* buf, stm25p_addr_t len);
! async command result_t rxBuf(void* buf, stm25p_addr_t len, uint16_t* crc);
}
--- 29,37 ----
async command result_t getBus();
async command result_t releaseBus();
! async command void beginCmd();
! async command void endCmd();
! async command void hold();
! async command void unhold();
! async command void txBuf(void* buf, stm25p_addr_t len);
! async command uint16_t rxBuf(void* buf, stm25p_addr_t len, uint16_t crc);
}
More information about the Tinyos-commits
mailing list