summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Expand)AuthorAgeFilesLines
* 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
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-9/+14
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-6/+6
* 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-302-0/+222
* Add more syscall filespatacongo2011-03-291-0/+90
* Moving toward system call infrastructurepatacongo2011-03-291-0/+6
* 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-053-3/+37
* Add NSH configurationpatacongo2010-11-032-2/+2
* Fixes timer interruptspatacongo2010-11-033-47/+60
* 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-3035-580/+580
* 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-178-37/+936
* Add LED logicpatacongo2010-10-171-0/+2
* Initial AVR32 task statepatacongo2010-10-161-5/+25
* Finish signal handlingpatacongo2010-10-163-9/+20
* 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