summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1126-107/+128
* Remove a couple of warningspatacongo2012-02-081-2/+2
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-022-10/+10
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-5/+32
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-313-6/+6
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-1/+1
* More clean up of namespacepatacongo2012-01-261-1/+1
* Add support for stm32 F4 I2C3patacongo2012-01-252-15/+88
* Corrections for LP17xx UARTs and Nucleus 2Gpatacongo2012-01-251-3/+3
* STM32 F4 I2C updatespatacongo2012-01-251-22/+22
* Create directory structures to support power-related devicespatacongo2012-01-221-1/+1
* Add support for extended (29-bit) CAN IDspatacongo2012-01-203-40/+86
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-205-21/+57
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-201-8/+8
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-192-17/+42
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
* Fix offset to STM32 F1 AFIO EXTICR registerpatacongo2012-01-182-29/+29
* 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-091-4/+4
* 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-081-0/+1
* Add support for STM32 UART4-5 and USART6patacongo2012-01-083-293/+473
* Apply STM32 timer patch from Mike Smithpatacongo2012-01-081-0/+54
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-071-1/+1
* More PIC32 Ethernet register definitionspatacongo2012-01-071-3/+3
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-071-597/+597
* 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
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-046-1/+207