IMHO, avr-libc manual is a friendly general-purpose reading for OS/driver level AVR programmers. Though named as a libc manual, it contains a lot of technical details beyond the libc function specifications. For example, one section introduces inline assembly. It is not TinyOS specific, though. I find TinyOS source code amicably readable. But maybe somebody else has pointers to TinyOS specific kernel programming docs which are better reading.
Cheers, lin On Thu, Mar 03, 2005 at 09:46:41PM -0800, Affan, Syed wrote: > Hello All, > I am about to start tinkering with really low level stuff on the motes > that I have. I need to use interrupt handler such as TOSH_INTERRUPT and > use the different port, Registers and Timer/Counter definitions for the > Atmega128 nicrocontroller. > Now I have gone through some of the low level code out there and > combined with the ATmega128 spec sheet I am able to make a fair amount > of sense. How ever I was wondering if there is some documentation out > there for something as specific as this? No sense reinventing the wheel! > > Thank you, and I would appreciate all the pointers that I can get. > > Best Regards, > Affan, Syed. > > > > _______________________________________________ > Tinyos-users mailing list > [email protected] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users -- Lin Gu Department of Computer Science University of Virginia Tel: 434-825-3115 Web: http://www.cs.virginia.edu/~lg6e -------------------------------------- _______________________________________________ Tinyos-users mailing list [email protected] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
