summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Integrate syscall with existing svcall logicpatacongo2011-04-067-73/+319
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-0618-1967/+2090
* Clean kernel-/user-mode module buildpatacongo2011-04-053-6/+5
* More separation of kernel- and user-memory managementpatacongo2011-04-051-2/+4
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-051-13/+39
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-2/+2
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-034-116/+328
* Add Cortex-M3 MPU header filepatacongo2011-04-011-0/+115
* Add more syscall filespatacongo2011-03-295-123/+568
* Moving toward system call infrastructurepatacongo2011-03-292-6/+99
* More changes from Urospatacongo2011-03-286-122/+456
* Files deleted by Urospatacongo2011-03-274-1496/+0
* More changes from Urospatacongo2011-03-2733-3626/+5447
* Updates from Urospatacongo2011-03-2713-583/+1307
* Incorporate changes from Uros Platisepatacongo2011-03-266-57/+741
* Add RTL8187 TX logicpatacongo2011-03-252-11/+104
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-243-30/+158
* Fix lpc17xx GPIO interrupt handling errorspatacongo2011-03-233-19/+19
* Add apps/poweroff lpc17 hardware handshakepatacongo2011-03-142-2/+23
* VSN/apps updatepatacongo2011-03-143-120/+111
* More apps/ related changespatacongo2011-03-121-1/+29
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-113-3/+101
* Fix basic QEMU portpatacongo2011-03-102-14/+11
* Add support for RAMTRON NVRAM devicespatacongo2011-03-067-191/+221
* Correct STM32 SPI3 bug reported by Urospatacongo2011-03-061-1/+1
* First cut at x86 build environmentpatacongo2011-03-044-22/+15
* 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
* Add beginning of m9s12x GPIO supportpatacongo2011-02-251-2/+1
* Update commentspatacongo2011-01-231-2/+15
* Correct a crash when keyboard removedpatacongo2011-01-201-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-193-5/+5
* 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
* Don't duplicate structures in ohci.hpatacongo2011-01-011-68/+37