summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-0/+9
* AT90USB port is basically functionalpatacongo2011-06-161-1/+1
* Handle differences between AVR and AVR32 stackspatacongo2011-06-092-262/+0
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15
* More logic for the AVR portpatacongo2011-06-081-0/+154
* More AVR context switching logicpatacongo2011-06-081-0/+1
* More AVR build fixespatacongo2011-06-071-29/+10
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-3/+3
* Progress debugging serial driverpatacongo2010-11-061-0/+13
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-311-4/+3
* No up_en/disable_irq'spatacongo2010-10-161-4/+0
* More INTC logicpatacongo2010-10-101-9/+0
* Add uart init logicpatacongo2010-10-091-10/+0
* Add skeleton of AVR32 initpatacongo2010-10-081-9/+15
* Add framework for AVRpatacongo2010-10-0317-0/+1890