summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
...
* Completes port of interrpt handling logicpatacongo2011-03-0518-136/+935
* Add QEMU interrupt handling (incomplete)patacongo2011-03-058-24/+647
* Add task init and signal scheduling logicpatacongo2011-03-057-33/+505
* More QEMU logicpatacongo2011-03-0517-27/+1473
* First cut at x86 build environmentpatacongo2011-03-0446-86/+4319
* Changes for clean STM32 compile with DEBUG onpatacongo2011-03-022-2/+3
* Add logic to sleep in lpc17xx idle looppatacongo2011-03-022-4/+108
* Special IDLE for STM32 will execut WFI to sleep until an interrupt occurspatacongo2011-02-273-16/+118
* Add support for the ISOTEL NetClamps VSN boardpatacongo2011-02-276-29/+418
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-266-30/+737
* Correct several m9s12x link issuespatacongo2011-02-262-1/+175
* Finish m9s12 GPIO supportpatacongo2011-02-267-74/+575
* Add beginning of m9s12x GPIO supportpatacongo2011-02-258-5/+868
* Rename arch/pjrc-8051 to arch/8051patacongo2011-02-2527-13/+13
* Call call to low-level UART initialization logicpatacongo2011-02-222-2/+37
* Finish m9s12x interrupt logicpatacongo2011-02-208-96/+84
* Flesh out m8s12 serial driverpatacongo2011-02-204-46/+766
* Add m9s12 serial logicpatacongo2011-02-203-4/+202
* Add more m9s12 filespatacongo2011-02-196-4/+633
* Add standard context switching functions for m9s12patacongo2011-02-185-9/+418
* More context switching logic for m9s12patacongo2011-02-184-6/+267
* More m9s12x stuffpatacongo2011-02-177-32/+568
* m9s12x context save structurepatacongo2011-02-162-5/+167
* Removed old CVS directoriespatacongo2011-02-1491-14169/+0
* Rename mc9s12ne64 directories and files to just m9s12patacongo2011-02-1322-100/+229
* Update commentspatacongo2011-01-231-2/+15
* Incorporate uIP patchespatacongo2011-01-238-83/+499
* Add network bit definitionspatacongo2011-01-211-1/+1
* Add network bit definitionspatacongo2011-01-212-15/+87
* EMAC/PHY headerspatacongo2011-01-202-0/+273
* Add IIC headerpatacongo2011-01-201-0/+108
* Control and Statuspatacongo2011-01-201-27/+113
* A/D definitionspatacongo2011-01-202-1/+237
* Correct a crash when keyboard removedpatacongo2011-01-201-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-194-7/+7
* Add logic to map keyboard scancodespatacongo2011-01-181-2/+2
* More HID keyboard progresspatacongo2011-01-171-1/+11
* More HID keyboard supportpatacongo2011-01-161-21/+307
* Make space for int/isoc endpoint supportpatacongo2011-01-161-60/+240
* Many changes in preparation for HID keyboardpatacongo2011-01-151-125/+307
* TD's no longer hard allocatedpatacongo2011-01-152-176/+350
* Extend the ED and get the transfer type into the EDpatacongo2011-01-142-79/+75
* Add support for lowspeed devicespatacongo2011-01-121-2/+36
* Improve endpoint managementpatacongo2011-01-112-115/+137
* Basic USB host functionality in placepatacongo2011-01-091-3/+26
* Remove some unnecessary testspatacongo2011-01-091-1/+1
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-17/+108
* Mostly debug stuffpatacongo2011-01-041-12/+49
* FunctionAddress no longer hard-codedpatacongo2011-01-021-3/+5
* Handle case where USB device inserted at power uppatacongo2011-01-011-19/+39