summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Updaes for NX Consolepatacongo2012-03-271-1/+1
* Fix handling if STM32 I2C byte countpatacongo2012-03-271-7/+12
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* LPC17xx DAC fixespatacongo2012-03-254-100/+103
* Add support for the poweroff on calypso phonespatacongo2012-03-253-2/+161
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-241-13/+20
* Add support for compal e99 and e88 phonespatacongo2012-03-2417-0/+2609
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-2210-22/+18
* Move serial header files to include/nuttx/serialpatacongo2012-03-2123-23/+23
* Move file-system header files to include/nuttx/fspatacongo2012-03-2126-26/+26
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-201-31/+35
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+2
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-2/+35
* Fix reported USB MSC product/revisionpatacongo2012-03-171-8/+8
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-164-167/+293
* Fix PIC32 USB double buffer togglepatacongo2012-03-151-15/+16
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-152-103/+128
* Add hooks to support STM32 power managementpatacongo2012-03-149-1/+513
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-7/+33
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-65/+120
* Correct PIC32 Ethernet Tx ring handlingpatacongo2012-03-131-30/+80
* Completes bit definitions for STM32 USB OTG FS registerspatacongo2012-03-131-149/+362
* Add bit definitions for STM32 USB OTG FS Host-mode control and status registerspatacongo2012-03-121-21/+126
* Add bit definitions for STM32 USB OTG FS Core global control and status regis...patacongo2012-03-121-28/+82
* More STM32 USB OTG definitionspatacongo2012-03-123-6/+686
* Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name ...patacongo2012-03-121-0/+2699
* Fix a typo introduce in the last big bunch of checkins for the STM32 F2patacongo2012-03-101-1/+3
* Add support for the STM3220G-EVAL boardpatacongo2012-03-1011-0/+5267
* Add peripheral support for the STM32 F2 familypatacongo2012-03-1034-226/+251
* Add IRQ/chip support for the STM32 F2 familypatacongo2012-03-093-7/+262
* Update PIC32 Ethernet driverpatacongo2012-03-091-22/+38
* 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