summaryrefslogtreecommitdiffstats
path: root/nuttx/arch
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Updaes for NX Consolepatacongo1-1/+1
2012-03-27Fix handling if STM32 I2C byte countpatacongo1-7/+12
2012-03-25Use const storage class on a few declarations to save SRAMpatacongo1-1/+1
2012-03-25LPC17xx DAC fixespatacongo4-100/+103
2012-03-25Add support for the poweroff on calypso phonespatacongo3-2/+161
2012-03-24Update documenation to include Calypso and the Compal phonespatacongo1-13/+20
2012-03-24Add support for compal e99 and e88 phonespatacongo17-0/+2609
2012-03-22Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo10-22/+18
2012-03-21Move serial header files to include/nuttx/serialpatacongo23-23/+23
2012-03-21Move file-system header files to include/nuttx/fspatacongo26-26/+26
2012-03-20Cosmetic PIC32 USB driver fixes (still has problems)patacongo1-31/+35
2012-03-19Minor updates for PIC32 USB device driver bugspatacongo1-1/+2
2012-03-18The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo1-2/+35
2012-03-17Fix reported USB MSC product/revisionpatacongo1-8/+8
2012-03-16Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo4-167/+293
2012-03-15Fix PIC32 USB double buffer togglepatacongo1-15/+16
2012-03-15Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2-103/+128
2012-03-14Add hooks to support STM32 power managementpatacongo9-1/+513
2012-03-13Add a PIC32 configuration that supports only a Telnet consolepatacongo1-7/+33
2012-03-13PIC32 Ethernet driver now appears stablepatacongo1-65/+120
2012-03-13Correct PIC32 Ethernet Tx ring handlingpatacongo1-30/+80
2012-03-13Completes bit definitions for STM32 USB OTG FS registerspatacongo1-149/+362
2012-03-12Add bit definitions for STM32 USB OTG FS Host-mode control and status registerspatacongo1-21/+126
2012-03-12Add bit definitions for STM32 USB OTG FS Core global control and status regis...patacongo1-28/+82
2012-03-12More STM32 USB OTG definitionspatacongo3-6/+686
2012-03-12Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name ...patacongo1-0/+2699
2012-03-10Fix a typo introduce in the last big bunch of checkins for the STM32 F2patacongo1-1/+3
2012-03-10Add support for the STM3220G-EVAL boardpatacongo11-0/+5267
2012-03-10Add peripheral support for the STM32 F2 familypatacongo34-226/+251
2012-03-09Add IRQ/chip support for the STM32 F2 familypatacongo3-7/+262
2012-03-09Update PIC32 Ethernet driverpatacongo1-22/+38
2012-03-09Fix several bugs related to PIC32 Ethernet driverpatacongo3-45/+148
2012-03-09PIC32 Ethernet driver now at least talks to the PHYpatacongo1-11/+57
2012-03-08Update PIC32 Ethernet driver from debugging (still does not workpatacongo7-609/+652
2012-03-08Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo1-0/+1
2012-03-07Updates to PIC32 SPI driverpatacongo2-101/+227
2012-03-07Add PIC32 SPI driverpatacongo52-236/+1088
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo4-50/+58
2012-03-06The PIC32 USB device driver is (finally) functionalpatacongo1-131/+266
2012-03-05Minor update to PIC32 USB device driverpatacongo1-6/+14
2012-03-05Some improvements in PIC32 USB BDT handlingpatacongo1-58/+111
2012-03-04Fix some PIC32 USB IN transfer issues -- still morepatacongo1-72/+66
2012-03-04Some fixes for the PIC32 USB IN processing -- still some issuespatacongo1-28/+72
2012-03-04Several fixes to the PIC32 USB device OUT path logicpatacongo1-126/+192
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo10-47/+47
2012-03-03After a reset, need to re-connected to the buspatacongo1-46/+70
2012-03-03A few more PIC32 USB fixespatacongo1-71/+117
2012-03-02Add more low-level, thread-independent socket interfacespatacongo1-91/+72
2012-03-02PIC32 USB driver updatespatacongo1-170/+167
2012-03-02Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2-200/+264