summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/at90usb
Commit message (Collapse)AuthorAgeFilesLines
* Add support for accessing printf, sprintf, puts, etc. strings that do not ↵patacongo2011-07-011-0/+4
| | | | | | lie in the MCU data space git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3738 42af7a65-404d-4744-a932-0658087f49c3
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3729 42af7a65-404d-4744-a932-0658087f49c3
* Add a USB mass storage example for AVRpatacongo2011-06-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3726 42af7a65-404d-4744-a932-0658087f49c3
* Preparing for AVR USB driverpatacongo2011-06-202-4/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3725 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to measure AVR stack usagepatacongo2011-06-183-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3722 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR clock setup; add SPI driverpatacongo2011-06-174-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
* Use USART TX state consistentlypatacongo2011-06-171-5/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3720 42af7a65-404d-4744-a932-0658087f49c3
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3713 42af7a65-404d-4744-a932-0658087f49c3
* Fix off-by-one stack pointer referencepatacongo2011-06-161-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3712 42af7a65-404d-4744-a932-0658087f49c3
* Fix SRAM data positionpatacongo2011-06-161-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3711 42af7a65-404d-4744-a932-0658087f49c3
* Make room for the noinit section before the heappatacongo2011-06-151-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3710 42af7a65-404d-4744-a932-0658087f49c3
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3709 42af7a65-404d-4744-a932-0658087f49c3
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3707 42af7a65-404d-4744-a932-0658087f49c3
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3706 42af7a65-404d-4744-a932-0658087f49c3
* More corrections to AVR assembly macrospatacongo2011-06-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3705 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR parity setuppatacongo2011-06-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR uart bugspatacongo2011-06-131-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3700 42af7a65-404d-4744-a932-0658087f49c3
* Add hello configuratin for AVRpatacongo2011-06-131-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3699 42af7a65-404d-4744-a932-0658087f49c3
* Finsh AVR serial driverspatacongo2011-06-113-100/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3696 42af7a65-404d-4744-a932-0658087f49c3
* Add ATMega128 configurationpatacongo2011-06-111-6/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3695 42af7a65-404d-4744-a932-0658087f49c3
* More serial driver stuff for AVRpatacongo2011-06-112-37/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3694 42af7a65-404d-4744-a932-0658087f49c3
* Restructuring AVR serial driverspatacongo2011-06-113-202/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3693 42af7a65-404d-4744-a932-0658087f49c3
* Clean up AVR timer setuppatacongo2011-06-101-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3692 42af7a65-404d-4744-a932-0658087f49c3
* This finishes ALL AVR assembly languagepatacongo2011-06-082-402/+453
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3685 42af7a65-404d-4744-a932-0658087f49c3
* More logic for the AVR portpatacongo2011-06-087-6/+1130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
* More AVR context switching logicpatacongo2011-06-083-34/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3683 42af7a65-404d-4744-a932-0658087f49c3
* Add basic context switching logicpatacongo2011-06-083-8/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
* First AVR compilepatacongo2011-06-071-1/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
* More AVR build fixespatacongo2011-06-073-127/+200
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3680 42af7a65-404d-4744-a932-0658087f49c3
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-075-0/+672
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3