summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/utils
AgeCommit message (Collapse)Author
2013-03-18digital/avr: small hacks to use AVR modules on ARMNicolas Schodet
2011-05-05digital/avr: protect HOST which is defined for some AVRNicolas Schodet
2009-05-16 * digital/avr/modules/utils:Jérémy Dufour
- add a function to compute CRC.
2009-05-07* digital/avr/modules/trace: (See #67)Nélio Laranjeiro
* Adapted the trace module to: * Find the last trace in order to start the new one, trace_i = trace_i-1 + 1 * A quarter of the flash is completely erased on the trace init to be used in the future. * Removed the start code useless from now. * tools/trace: * Update the python scripts to use the new trace implementation.
2008-06-17 * digital/avr/modules/utils:Nicolas Schodet
- updated doc.
2008-03-22 * digital/avr/modules/utilsJérémy Dufour
- add an helper macro to set a bit to 1 in a byte.
2008-03-02 * digital/avr/modules/utils:Nicolas Schodet
- added utils_nop.
2007-10-07Included SI2E avr modules.Nicolas Schodet
Well, this need more works...