summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/at90usb/at90usb_head.S
Commit message (Expand)AuthorAgeFilesLines
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-5/+5
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-161-2/+2
* Fix SRAM data positionpatacongo2011-06-161-0/+2
* Make room for the noinit section before the heappatacongo2011-06-151-6/+6
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-151-1/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-151-1/+1
* This finishes ALL AVR assembly languagepatacongo2011-06-081-277/+277
* More logic for the AVR portpatacongo2011-06-081-1/+6
* More AVR context switching logicpatacongo2011-06-081-0/+6
* Add basic context switching logicpatacongo2011-06-081-2/+2
* First AVR compilepatacongo2011-06-071-1/+31
* More AVR build fixespatacongo2011-06-071-113/+129
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-071-0/+220