summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/atmega
Commit message (Expand)AuthorAgeFilesLines
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-011-0/+4
* Add logic to measure AVR stack usagepatacongo2011-06-182-5/+11
* Fix AVR clock setup; add SPI driverpatacongo2011-06-174-7/+10
* Use USART TX state consistentlypatacongo2011-06-171-8/+45
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-161-2/+2
* Fix off-by-one stack pointer referencepatacongo2011-06-161-6/+7
* 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
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-152-1/+44
* More corrections to AVR assembly macrospatacongo2011-06-151-2/+2
* Fix some AVR context save errorspatacongo2011-06-151-1/+1
* Fix AVR parity setuppatacongo2011-06-151-2/+2
* Amber Web Server updatespatacongo2011-06-131-2/+2
* Fix AVR uart bugspatacongo2011-06-131-20/+22
* Add hello configuratin for AVRpatacongo2011-06-131-4/+18
* Finsh AVR serial driverspatacongo2011-06-114-154/+212
* Add ATMega128 configurationpatacongo2011-06-114-23/+64
* More serial driver stuff for AVRpatacongo2011-06-112-50/+244
* Restructuring AVR serial driverspatacongo2011-06-113-199/+404
* Clean up AVR timer setuppatacongo2011-06-101-4/+20
* This finishes ALL AVR assembly languagepatacongo2011-06-082-389/+440
* More logic for the AVR portpatacongo2011-06-087-6/+1194
* More AVR context switching logicpatacongo2011-06-082-4/+19
* Add basic context switching logicpatacongo2011-06-083-7/+125
* First AVR compilepatacongo2011-06-071-0/+29
* More AVR build fixespatacongo2011-06-073-119/+192
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-071-0/+214
* Add directory structure for AVR and ATMEGApatacongo2011-05-314-0/+452