summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
* Add a USB mass storage example for AVRpatacongo2011-06-202-6/+5
| | | | 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-203-196/+224
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3725 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error that caused interrupts to become disabledpatacongo2011-06-182-59/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3724 42af7a65-404d-4744-a932-0658087f49c3
* Update documents and commentspatacongo2011-06-182-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to measure AVR stack usagepatacongo2011-06-1811-51/+233
| | | | 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-1712-14/+696
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
* Use USART TX state consistentlypatacongo2011-06-172-13/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3720 42af7a65-404d-4744-a932-0658087f49c3
* AT90USB port is basically functionalpatacongo2011-06-163-29/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3715 42af7a65-404d-4744-a932-0658087f49c3
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
| | | | 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-163-13/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3712 42af7a65-404d-4744-a932-0658087f49c3
* Fix SRAM data positionpatacongo2011-06-162-0/+4
| | | | 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-153-15/+15
| | | | 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-152-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3709 42af7a65-404d-4744-a932-0658087f49c3
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3708 42af7a65-404d-4744-a932-0658087f49c3
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-153-2/+45
| | | | 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-153-46/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3705 42af7a65-404d-4744-a932-0658087f49c3
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3704 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR parity setuppatacongo2011-06-152-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
* Amber Web Server updatespatacongo2011-06-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR uart bugspatacongo2011-06-132-29/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3700 42af7a65-404d-4744-a932-0658087f49c3
* Add hello configuratin for AVRpatacongo2011-06-133-15/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3699 42af7a65-404d-4744-a932-0658087f49c3
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3696 42af7a65-404d-4744-a932-0658087f49c3
* Add ATMega128 configurationpatacongo2011-06-116-30/+86
| | | | 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-114-87/+324
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3694 42af7a65-404d-4744-a932-0658087f49c3
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3693 42af7a65-404d-4744-a932-0658087f49c3
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3692 42af7a65-404d-4744-a932-0658087f49c3
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3690 42af7a65-404d-4744-a932-0658087f49c3
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3689 42af7a65-404d-4744-a932-0658087f49c3
* Documentatin updatepatacongo2011-06-091-0/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
* This finishes ALL AVR assembly languagepatacongo2011-06-088-1973/+2074
| | | | 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-0820-25/+2709
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
* More AVR context switching logicpatacongo2011-06-0820-218/+1592
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3683 42af7a65-404d-4744-a932-0658087f49c3
* Add basic context switching logicpatacongo2011-06-0814-30/+1050
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
* First AVR compilepatacongo2011-06-072-1/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
* More AVR build fixespatacongo2011-06-0713-319/+618
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3680 42af7a65-404d-4744-a932-0658087f49c3
* Setting up AVR build environmentpatacongo2011-06-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
* Add AT90USB configurationpatacongo2011-06-071-5/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3678 42af7a65-404d-4744-a932-0658087f49c3
* 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
* Fix minimum MTU... must be at lest 576patacongo2011-06-062-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 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
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-282-2/+9
| | | | | | <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
* Add analog die header filepatacongo2011-05-271-0/+421
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3647 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC3154 OTP header filepatacongo2011-05-273-2/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3646 42af7a65-404d-4744-a932-0658087f49c3
* Adding LPC315x support to header filespatacongo2011-05-277-51/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3645 42af7a65-404d-4744-a932-0658087f49c3
* Rename all lpc313x to lpc31xxpatacongo2011-05-2759-5835/+5835
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 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
* Fixes to PIC32 config wordspatacongo2011-05-235-79/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-221-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3640 42af7a65-404d-4744-a932-0658087f49c3