summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-171-6/+4
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-172-171/+196
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-172-179/+340
* Fixe the STM32 repetition counter. Setting of the repitition count was out o...patacongo2012-01-161-24/+53
* Increase range of pulse count in PWM driverpatacongo2012-01-162-39/+95
* STM32 fixes for F4 32-bit timerspatacongo2012-01-132-408/+575
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-111-12/+56
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-0/+11
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-37/+172
* CAN request order prioritypatacongo2012-01-111-1/+5
* Implement the new CAN txready method for STM32patacongo2012-01-112-4/+45
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-28/+90
* Fix CAN callback argumentpatacongo2012-01-102-8/+21
* Correct GPIO dump outputpatacongo2012-01-102-44/+53
* Finish PWM pulse count configurationpatacongo2012-01-092-6/+6
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-092-107/+431
* Replace logic STM32 IDLE loop with standard power management interfacespatacongo2012-01-083-132/+65
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-082-289/+379
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-084-281/+432
* Add support for STM32 UART4-5 and USART6patacongo2012-01-083-293/+473
* Apply STM32 timer patch from Mike Smithpatacongo2012-01-081-0/+54
* Finishes PIC32 Ethernet header filepatacongo2012-01-081-15/+47
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-073-69/+183
* More PIC32 Ethernet register definitionspatacongo2012-01-073-32/+106
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-075-706/+3772
* Fix some interrupt decode errors in the PIC32MX USB driverpatacongo2012-01-071-32/+39
* Costmet clean, whitespace, carriage-return removalpatacongo2012-01-0614-461/+459
* PIC32 USB driver fixespatacongo2012-01-061-6/+6
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-48/+48
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-67/+67
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-1/+1
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-061-8/+11
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-061-2/+62
* Add hooks for SD media change callbackspatacongo2012-01-063-6/+17
* Add logic to control CAN bit rate via the .config filepatacongo2012-01-052-8/+171
* Fix an error in the PIC32 USB device driverpatacongo2012-01-041-5/+2
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-046-1/+207
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-36/+62
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-031-104/+104
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-033-21/+97
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-033-763/+1269
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-022-7/+16
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-022-52/+143
* Fix an integer overflow bug in LPC17xx GPIO interrupt configurationpatacongo2012-01-011-3/+3
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-314-14/+25
* Extend lpc1766-stk LED supportpatacongo2011-12-312-5/+5
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-303-24/+21
* The PIC32 USB device driver is code complete (but untested)patacongo2011-12-301-176/+242
* More PIC32 USB device driver logic (still incomplete)patacongo2011-12-291-379/+440
* More PIC32 USB device driver logic (still incomplete)patacongo2011-12-291-99/+199