summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-5/+12
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-213-25/+9
* Fix SDIO DMA (finally)patacongo2012-02-211-1/+1
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-212-10/+67
* More STM32 SDIO DMA fixespatacongo2012-02-215-18/+70
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-206-61/+252
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-193-7/+32
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-193-10/+52
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-9/+15
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-181-1/+1
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-186-92/+101
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-153-88/+87
* I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alter...patacongo2012-02-151-154/+154
* Fix TIM in/out pin namingpatacongo2012-02-151-20/+87
* Initial fleshing out of the STM32 quadrature encoder driverpatacongo2012-02-142-46/+357
* More STM32 quadrature encoder codepatacongo2012-02-144-34/+601
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-143-0/+298
* Add interface to enabled/disable debug outputpatacongo2012-02-122-8/+28
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-1211-11/+11
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-129-9/+9
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-1118-55/+128
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1166-320/+508
* Remove a couple of warningspatacongo2012-02-082-5/+3
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+1
* 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-2913-26/+48
* 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-223-7/+7
* 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-202-48/+137
* PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-uppatacongo2012-01-191-32/+44
* Add logic to handle state and BDTs correctly with USB packet is dispatched by...patacongo2012-01-191-31/+38
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-192-17/+42
* Fix shift value in PIC32 USB header filepatacongo2012-01-191-1/+1
* PIC32 USB, using IN BDTs where OUT BDTs should be usedpatacongo2012-01-181-2/+2
* 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
* PIC32 USB driver fixes (still not working)patacongo2012-01-171-4/+12
* 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