[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 flash.s,
1.3, 1.4
Josh
jsherbach at users.sourceforge.net
Fri Sep 2 16:38:10 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25059
Modified Files:
flash.s
Log Message:
Assembly functions for erasing / writing flash for the iMote2
Index: flash.s
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/flash.s,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** flash.s 2 Sep 2005 21:39:59 -0000 1.3
--- flash.s 2 Sep 2005 23:38:08 -0000 1.4
***************
*** 1,10 ****
@@@@@@@@@@@@@@@@@@@@@@@@@
! @ to create an assembly function that confirms to AAPCS (or so I think o)
! @ .func function name
! @ STMFD R13!, {R4 - R12, LR}..alternatively STMFD R13!, {registers used, LR}
! @ {function body}
! @ LDMFD R13!, {R4 - R12, PC}...must match above with LR replaced by PC
! @ .endfunc
! @@@@@@@@@@@@@@@@@@@@@@@@@@
--- 1,7 ----
@@@@@@@@@@@@@@@@@@@@@@@@@
! @ Author: Josh Herbach
! @ Revision: 1.0
! @ Date: 09/02/2005
! @@@@@@@@@@@@@@@@@@@@@@@@@@
More information about the Tinyos-beta-commits
mailing list