summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add termios header files; add files missed in last commitpatacongo2011-07-012-0/+207
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-014-1/+20
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* RGMP build patches from Yu Qiangpatacongo2011-06-231-1/+1
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
* Add a USB mass storage example for AVRpatacongo2011-06-202-6/+5
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-203-196/+224
* Fix an error that caused interrupts to become disabledpatacongo2011-06-182-59/+71
* Update documents and commentspatacongo2011-06-182-2/+2
* Add logic to measure AVR stack usagepatacongo2011-06-1811-51/+233
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1712-14/+696
* Use USART TX state consistentlypatacongo2011-06-172-13/+71
* AT90USB port is basically functionalpatacongo2011-06-163-29/+52
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
* Fix SRAM data positionpatacongo2011-06-162-0/+4
* Make room for the noinit section before the heappatacongo2011-06-153-15/+15
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-153-2/+45
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
* Fix AVR parity setuppatacongo2011-06-152-3/+3
* Amber Web Server updatespatacongo2011-06-131-2/+2
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-133-15/+36
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
* Add ATMega128 configurationpatacongo2011-06-116-30/+86
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15
* Documentatin updatepatacongo2011-06-091-0/+19
* This finishes ALL AVR assembly languagepatacongo2011-06-088-1973/+2074
* More logic for the AVR portpatacongo2011-06-0820-25/+2709
* More AVR context switching logicpatacongo2011-06-0820-218/+1592
* Add basic context switching logicpatacongo2011-06-0814-30/+1050
* 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
* Fix minimum MTU... must be at lest 576patacongo2011-06-062-2/+3
* Add directory structure for AVR and ATMEGApatacongo2011-05-3116-78/+1169
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-282-2/+9
* Add analog die header filepatacongo2011-05-271-0/+421
* Add LPC3154 OTP header filepatacongo2011-05-273-2/+146