summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-222-39/+28
* SAM3/4 T/C driver updated to get closer to coding standardGregory Nutt2014-04-222-32/+58
* Various SAM4S related fixes, mostely related to the timer driver driver and t...Gregory Nutt2014-04-227-24/+50
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-222-0/+712
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-212-9/+14
* SAM3/4: Add watchdog timer support. From Bob DoisinGregory Nutt2014-04-218-14/+848
* SAM3/4: Support for PDC based HSMCI ADMA from Bob DoironGregory Nutt2014-04-212-101/+236
* SAM4S: Fix error in macro that disabled peripheral clocking. From Bob DoironGregory Nutt2014-04-211-2/+2
* SAM3/4 RTC driver from Bob DoironGregory Nutt2014-04-211-0/+6
* SAM3/4 RTC driver from Bob DoironGregory Nutt2014-04-212-0/+754
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ...Gregory Nutt2014-04-202-1/+43
* ST32: Make selection of SDIO interrupt priority essentially impossibleGregory Nutt2014-04-191-1/+2
* LPC17xx: Prioritized interrupts are not supported (although hooks are presen...Gregory Nutt2014-04-192-23/+7
* Fix an error introduced in the last commitGregory Nutt2014-04-194-2/+4
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-173-73/+105
* SAM3/4 Interrupt initialization. Default interrupt priority not being set cor...Gregory Nutt2014-04-171-1/+1
* STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it shou...Gregory Nutt2014-04-171-1/+5
* STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpo...Gregory Nutt2014-04-171-8/+10
* SAMA5 EMAC: Missing right parens from last change. Noted by Luciano NeriGregory Nutt2014-04-171-3/+3
* Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the com...Gregory Nutt2014-04-173-7/+11
* Costmetic: Replace spaces with tabsGregory Nutt2014-04-161-2/+2
* STM32 OTGFS Host: Additional trace points from LeoGregory Nutt2014-04-163-4/+27
* STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzerGregory Nutt2014-04-161-1/+1
* SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-161-26/+36
* SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-162-27/+50
* SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant...Gregory Nutt2014-04-162-28/+53
* SAMA5 CAN: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-163-31/+43
* Sourceforge Patch #37: Missing semicolonGregory Nutt2014-04-161-1/+1
* SAMA5 ADC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-163-21/+42
* Updates to the STM32 OTGFS host logic from LeoGregory Nutt2014-04-154-21/+17
* Costmetic changes to some commentsGregory Nutt2014-04-141-1/+1
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-5/+5
* Removing more trailing whitespaceGregory Nutt2014-04-131-1/+1
* More trailing whilespace removalGregory Nutt2014-04-13450-1478/+1476
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-132-57/+62
* Make sure that there is one space after forGregory Nutt2014-04-1228-30/+30
* Make sure that there is one space between while and conditionGregory Nutt2014-04-1219-24/+26
* Make sure that there is one space between if and conditionGregory Nutt2014-04-127-33/+33
* STM32 OTF FS host: Use of OTGFX_VTRACEn_ macros must match use of usbhost_tra...Gregory Nutt2014-04-121-7/+7
* STM32 OTG FS Hose and others: Remove some warningsGregory Nutt2014-04-122-9/+9
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-123-33/+36
* STM32 OTGFS: Host USB tracing instrumentation added by LeoGregory Nutt2014-04-125-26/+373
* SAMA5 TWI: Number of bytes transferred not be incremented on the first byte....Gregory Nutt2014-04-101-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-108-8/+8
* Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalh...Gregory Nutt2014-04-071-80/+158
* Cosmetic changes to comments and READMEGregory Nutt2014-04-072-0/+11
* Updated README files and commentsGregory Nutt2014-04-072-2/+2
* SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of da...Gregory Nutt2014-04-061-4/+17
* SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS ...Gregory Nutt2014-04-051-4/+4
* Cosmetic update to commentsGregory Nutt2014-04-051-1/+11