summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update some commentspatacongo2010-11-052-2/+37
* Add NSH configurationpatacongo2010-11-032-2/+2
* Fixes timer interruptspatacongo2010-11-031-8/+8
* Need to wait not busy in another placepatacongo2010-11-021-2/+3
* It took me a long time to figure out that the board has no 32KHz crystalpatacongo2010-11-022-26/+64
* Missing quotepatacongo2010-10-311-1/+1
* commentspatacongo2010-10-311-0/+13
* Some context switch fixespatacongo2010-10-312-21/+36
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-312-5/+4
* Basic serial console now workspatacongo2010-10-312-11/+30
* Debug typo fixespatacongo2010-10-312-5/+5
* Fix conditional compilationpatacongo2010-10-301-2/+2
* Early debug changespatacongo2010-10-302-10/+7
* Fix big-time naming error -- what was I thinking?patacongo2010-10-3034-575/+575
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-271-9/+8
* Finish clocking logicpatacongo2010-10-183-19/+328
* Fix compile errors with debug enabledpatacongo2010-10-181-1/+1
* Completes USB definitionspatacongo2010-10-181-62/+171
* More USB definitionspatacongo2010-10-181-44/+195
* More USB definitionspatacongo2010-10-171-74/+173
* More USB definitionspatacongo2010-10-172-7/+50
* More USB register definitionspatacongo2010-10-171-18/+380
* Make irq init function a weak functionpatacongo2010-10-172-2/+7
* Add button logicpatacongo2010-10-177-36/+595
* Add LED logicpatacongo2010-10-171-0/+2
* Initial AVR32 task statepatacongo2010-10-161-5/+25
* Finish signal handlingpatacongo2010-10-162-7/+13
* Add register dump logicpatacongo2010-10-161-10/+27
* Add exception handling logicpatacongo2010-10-162-113/+183
* No up_en/disable_irq'spatacongo2010-10-166-69/+6
* Add AVR32 system timerpatacongo2010-10-167-19/+405