summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-021-12/+14
* Add termios header files; add files missed in last commitpatacongo2011-07-011-0/+106
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-013-1/+14
* 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-182-59/+71
* 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-119-257/+336
* 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-0820-218/+1592
* Add basic context switching logicpatacongo2011-06-0814-30/+1050
* First AVR compilepatacongo2011-06-072-1/+60
* More AVR build fixespatacongo2011-06-0713-319/+618
* Setting up AVR build environmentpatacongo2011-06-071-0/+2
* Add AT90USB configurationpatacongo2011-06-071-5/+35
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-078-0/+1181
* Add directory structure for AVR and ATMEGApatacongo2011-05-3116-78/+1169
* Add resource.h and fixed frequently cloned typopatacongo2011-05-241-2/+2
* Add directory structure to support PIC32patacongo2011-05-081-1/+1
* 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