summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
Commit message (Expand)AuthorAgeFilesLines
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
* Add a USB mass storage example for AVRpatacongo2011-06-202-6/+5
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-202-4/+30
* Fix an error that caused interrupts to become disabledpatacongo2011-06-181-33/+45
* Update documents and commentspatacongo2011-06-182-2/+2
* Add logic to measure AVR stack usagepatacongo2011-06-1811-51/+233
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1712-14/+696
* Use USART TX state consistentlypatacongo2011-06-172-13/+71
* AT90USB port is basically functionalpatacongo2011-06-163-29/+52
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
* Fix SRAM data positionpatacongo2011-06-162-0/+4
* Make room for the noinit section before the heappatacongo2011-06-153-15/+15
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-153-2/+45
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
* Fix AVR parity setuppatacongo2011-06-152-3/+3
* Amber Web Server updatespatacongo2011-06-131-2/+2
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-133-15/+36
* Finsh AVR serial driverspatacongo2011-06-118-255/+334
* Add ATMega128 configurationpatacongo2011-06-116-30/+86
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15
* This finishes ALL AVR assembly languagepatacongo2011-06-088-1973/+2074
* More logic for the AVR portpatacongo2011-06-0819-17/+2701
* More AVR context switching logicpatacongo2011-06-0819-215/+1583
* Add basic context switching logicpatacongo2011-06-0811-17/+1003
* First AVR compilepatacongo2011-06-072-1/+60
* More AVR build fixespatacongo2011-06-0710-282/+615
* Setting up AVR build environmentpatacongo2011-06-071-0/+2
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-076-0/+886
* Add directory structure for AVR and ATMEGApatacongo2011-05-316-4/+458
* Add resource.h and fixed frequently cloned typopatacongo2011-05-241-2/+2
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+11
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-5/+0
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-9/+14
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-2/+2
* Add basic syscall logic for i486 and AVR32patacongo2011-03-301-0/+84
* Progress debugging serial driverpatacongo2010-11-062-2/+15
* Fix console init link probllempatacongo2010-11-051-2/+0
* The AVR32 port now passes the OS testpatacongo2010-11-051-2/+2
* Fix excepion handling reg savepatacongo2010-11-053-4/+13