summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Integrate PIC support into context switchingpatacongo2009-06-174-0/+42
* Straighten out conditional compilationpatacongo2009-06-171-1/+36
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-2/+2
* eliminate some warningspatacongo2009-06-111-2/+2
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-111-5/+0
* All file_operations vtables should be static constpatacongo2009-06-102-2/+2
* Fix some bogus (unused) symbol namespatacongo2009-06-101-2/+1
* misc updatespatacongo2009-06-101-1/+6
* Fixes for build CodeSourcery toolchainpatacongo2009-06-101-10/+25
* Backout cool but useless lost interrupt logicpatacongo2009-06-091-159/+38
* USB updatespatacongo2009-06-092-86/+72
* Back out lost interrupt kludgepatacongo2009-06-081-3/+11
* cosmeticpatacongo2009-06-082-12/+14
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-082-12/+12
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-071-37/+168
* More STR7x serial changespatacongo2009-06-062-10/+30
* More UART GPIO pin/interrupt fixespatacongo2009-06-064-8/+12
* Add logic to avoid spurious interruptspatacongo2009-06-061-0/+8
* Fix UART pin configurationpatacongo2009-06-065-19/+29
* back out assertionpatacongo2009-06-061-7/+0
* Need to set UART interrupt prioritypatacongo2009-06-066-18/+52
* Fixes to SPI header filepatacongo2009-06-051-51/+57
* Correct a mountain of typospatacongo2009-06-051-58/+58
* Fix compile errorspatacongo2009-06-053-13/+11
* Timer interrupts work; examples/ostest passespatacongo2009-06-054-23/+46
* Add I2C header filepatacongo2009-06-042-2/+143
* Remove RUNFROMFLASH option from str-p711patacongo2009-06-011-8/+3
* Fix UART configuration issuespatacongo2009-06-015-23/+23
* Ethernet controller needs different delay with debug disabledpatacongo2009-05-291-3/+2
* Add support for CodeSourcery and devkitARM toolchainspatacongo2009-05-282-21/+21
* Add LM3S I2C header filepatacongo2009-05-284-3/+254
* Final integration of microSDpatacongo2009-05-281-3/+43
* Integrating SHDCpatacongo2009-05-271-3/+12
* Debug microSD CSpatacongo2009-05-242-6/+16
* Fixe LM3S GPIO output settings; fix Eagle-100 LEDspatacongo2009-05-244-3/+167
* Initial SSI debugpatacongo2009-05-241-17/+77
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-232-21/+85
* Need to clear interruptpatacongo2009-05-231-0/+6
* Add LM3S SSI driverpatacongo2009-05-237-50/+1340
* Add SSI header filepatacongo2009-05-222-2/+240
* lm3s ethernet workspatacongo2009-05-221-3/+2
* MAC driver developmentpatacongo2009-05-213-52/+267
* Complete Rx side of ethernet driverpatacongo2009-05-216-132/+371
* LM3S ethernet driver developmentpatacongo2009-05-212-93/+455
* Get MAC address from USER registerspatacongo2009-05-202-0/+131
* MAC driver developmentpatacongo2009-05-201-1/+24
* Add lm3s ethernet header filepatacongo2009-05-201-0/+170
* Fix BRD calculation; Handle edge interruptspatacongo2009-05-191-5/+25
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-1/+2
* Add lm3s6918 NSH configurationpatacongo2009-05-191-11/+11