summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Fix several bugs related to PIC32 Ethernet driverpatacongo2012-03-093-45/+148
* PIC32 Ethernet driver now at least talks to the PHYpatacongo2012-03-091-11/+57
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-087-609/+652
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-081-0/+1
* Updates to PIC32 SPI driverpatacongo2012-03-072-101/+227
* Add PIC32 SPI driverpatacongo2012-03-0752-236/+1088
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-064-50/+58
* The PIC32 USB device driver is (finally) functionalpatacongo2012-03-061-131/+266
* Minor update to PIC32 USB device driverpatacongo2012-03-051-6/+14
* Some improvements in PIC32 USB BDT handlingpatacongo2012-03-051-58/+111
* Fix some PIC32 USB IN transfer issues -- still morepatacongo2012-03-041-72/+66
* Some fixes for the PIC32 USB IN processing -- still some issuespatacongo2012-03-041-28/+72
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-041-126/+192
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0310-47/+47
* After a reset, need to re-connected to the buspatacongo2012-03-031-46/+70
* A few more PIC32 USB fixespatacongo2012-03-031-71/+117
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-91/+72
* PIC32 USB driver updatespatacongo2012-03-021-170/+167
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2012-03-022-200/+264
* PIC32 USB device only supports full ping poing modepatacongo2012-02-291-100/+43
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-291-63/+87
* STM32 Quad Encoder bug fixespatacongo2012-02-281-4/+16
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-9/+9
* Overflow position offset not needed if we have only 32-bit counterspatacongo2012-02-281-0/+18
* Add support for mixed 16- and 32-bit timerspatacongo2012-02-281-30/+140
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-272-36/+199
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-272-15/+15
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-273-94/+135
* Fix bugs in lazy FPU register savingpatacongo2012-02-256-23/+26
* Misc quad encoder updatespatacongo2012-02-251-1/+1
* Ooops part of last checkin was still in the editorpatacongo2012-02-251-4/+23
* STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre...patacongo2012-02-251-23/+39
* Fixes for the STM32 quadrature encoderpatacongo2012-02-254-79/+112
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-243-26/+87
* OOps... vstm instructions needs to post-increment, not pre-decrementpatacongo2012-02-231-10/+33
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-232-5/+20
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-238-44/+11
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-223-99/+353
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-2214-104/+613
* 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