summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Collapse)AuthorAgeFilesLines
...
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-078-0/+1181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3
* Add directory structure for AVR and ATMEGApatacongo2011-05-3116-78/+1169
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3651 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-241-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Add directory structure to support PIC32patacongo2011-05-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3579 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3484 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3477 42af7a65-404d-4744-a932-0658087f49c3
* current_regs should be volatile; add support for nested interrupts; enable ↵patacongo2011-04-063-9/+14
| | | | | | interrupts during syscall processing git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3475 42af7a65-404d-4744-a932-0658087f49c3
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in ↵patacongo2011-04-031-2/+2
| | | | | | user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
* Add basic syscall logic for i486 and AVR32patacongo2011-03-302-0/+222
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3437 42af7a65-404d-4744-a932-0658087f49c3
* Add more syscall filespatacongo2011-03-291-0/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3436 42af7a65-404d-4744-a932-0658087f49c3
* Moving toward system call infrastructurepatacongo2011-03-291-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3435 42af7a65-404d-4744-a932-0658087f49c3
* Progress debugging serial driverpatacongo2010-11-062-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3078 42af7a65-404d-4744-a932-0658087f49c3
* Fix console init link probllempatacongo2010-11-051-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3076 42af7a65-404d-4744-a932-0658087f49c3
* The AVR32 port now passes the OS testpatacongo2010-11-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3075 42af7a65-404d-4744-a932-0658087f49c3
* Fix excepion handling reg savepatacongo2010-11-053-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3074 42af7a65-404d-4744-a932-0658087f49c3
* Update some commentspatacongo2010-11-053-3/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3073 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configurationpatacongo2010-11-032-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3072 42af7a65-404d-4744-a932-0658087f49c3
* Fixes timer interruptspatacongo2010-11-033-47/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3071 42af7a65-404d-4744-a932-0658087f49c3
* Need to wait not busy in another placepatacongo2010-11-021-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3070 42af7a65-404d-4744-a932-0658087f49c3
* It took me a long time to figure out that the board has no 32KHz crystalpatacongo2010-11-022-26/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3069 42af7a65-404d-4744-a932-0658087f49c3
* Missing quotepatacongo2010-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3068 42af7a65-404d-4744-a932-0658087f49c3
* commentspatacongo2010-10-311-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3067 42af7a65-404d-4744-a932-0658087f49c3
* Some context switch fixespatacongo2010-10-312-21/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3066 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-312-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3065 42af7a65-404d-4744-a932-0658087f49c3
* Basic serial console now workspatacongo2010-10-312-11/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3064 42af7a65-404d-4744-a932-0658087f49c3
* Debug typo fixespatacongo2010-10-312-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3063 42af7a65-404d-4744-a932-0658087f49c3
* Fix conditional compilationpatacongo2010-10-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3062 42af7a65-404d-4744-a932-0658087f49c3
* Early debug changespatacongo2010-10-302-10/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3061 42af7a65-404d-4744-a932-0658087f49c3
* Fix big-time naming error -- what was I thinking?patacongo2010-10-3035-580/+580
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3058 42af7a65-404d-4744-a932-0658087f49c3
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-271-9/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3053 42af7a65-404d-4744-a932-0658087f49c3
* Finish clocking logicpatacongo2010-10-183-19/+328
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3040 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile errors with debug enabledpatacongo2010-10-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3039 42af7a65-404d-4744-a932-0658087f49c3
* Completes USB definitionspatacongo2010-10-181-62/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3036 42af7a65-404d-4744-a932-0658087f49c3
* More USB definitionspatacongo2010-10-181-44/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3035 42af7a65-404d-4744-a932-0658087f49c3
* More USB definitionspatacongo2010-10-171-74/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3034 42af7a65-404d-4744-a932-0658087f49c3
* More USB definitionspatacongo2010-10-172-7/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3033 42af7a65-404d-4744-a932-0658087f49c3
* More USB register definitionspatacongo2010-10-171-18/+380
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3032 42af7a65-404d-4744-a932-0658087f49c3
* Make irq init function a weak functionpatacongo2010-10-172-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3031 42af7a65-404d-4744-a932-0658087f49c3
* Add button logicpatacongo2010-10-178-37/+936
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3030 42af7a65-404d-4744-a932-0658087f49c3
* Add LED logicpatacongo2010-10-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3027 42af7a65-404d-4744-a932-0658087f49c3
* Initial AVR32 task statepatacongo2010-10-161-5/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3026 42af7a65-404d-4744-a932-0658087f49c3
* Finish signal handlingpatacongo2010-10-163-9/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3025 42af7a65-404d-4744-a932-0658087f49c3
* Add register dump logicpatacongo2010-10-161-10/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3024 42af7a65-404d-4744-a932-0658087f49c3
* Add exception handling logicpatacongo2010-10-162-113/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3023 42af7a65-404d-4744-a932-0658087f49c3
* No up_en/disable_irq'spatacongo2010-10-166-69/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3022 42af7a65-404d-4744-a932-0658087f49c3
* Add AVR32 system timerpatacongo2010-10-167-19/+405
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3021 42af7a65-404d-4744-a932-0658087f49c3
* USB register offsetspatacongo2010-10-151-2/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3020 42af7a65-404d-4744-a932-0658087f49c3
* Finish SSC header filepatacongo2010-10-151-28/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3019 42af7a65-404d-4744-a932-0658087f49c3
* Bits low to highpatacongo2010-10-151-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3018 42af7a65-404d-4744-a932-0658087f49c3