summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* LPC17xx: Prioritized interrupts are not supported (although hooks are presen...Gregory Nutt2014-04-193-23/+9
* 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-174-74/+112
* SAM3/4 Interrupt initialization. Default interrupt priority not being set cor...Gregory Nutt2014-04-173-6/+7
* HID mouse: Don't include NAKs in error count. From LeoGregory Nutt2014-04-173-7/+17
* Add logic to register HID keybaord and mouse classes; fix some conditional co...Gregory Nutt2014-04-173-1/+29
* 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-172-8/+12
* SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type ...Gregory Nutt2014-04-173-0/+6
* SAMA5 EMAC: Missing right parens from last change. Noted by Luciano NeriGregory Nutt2014-04-172-7/+11
* Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the com...Gregory Nutt2014-04-174-9/+15
* Updated README filesGregory Nutt2014-04-162-0/+32
* 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-162-1/+5
* MIO183QT-9A LCD driver updated to support reading from the LCD. From Toby Du...Gregory Nutt2014-04-163-12/+32
* SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-162-30/+39
* SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-163-30/+53
* SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant...Gregory Nutt2014-04-163-31/+57
* SAMA5 CAN: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-164-35/+46
* 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-164-21/+46
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-16210-362/+157
* Updates to the STM32 OTGFS host logic from LeoGregory Nutt2014-04-154-21/+17
* Costmetic changes to some commentsGregory Nutt2014-04-142-3/+3
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-147-6/+11
* Removing more trailing whitespaceGregory Nutt2014-04-131-1/+1
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-135-112/+112
* More trailing whilespace removalGregory Nutt2014-04-131051-3209/+3206
* More trailing whilespace removalGregory Nutt2014-04-13349-1082/+1082
* Remove dangling white space at the end of the lineGregory Nutt2014-04-131-2/+2
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-1316-295/+353
* Make sure that there is one space after forGregory Nutt2014-04-1242-203/+175
* Make sure that there is one space between while and conditionGregory Nutt2014-04-1235-54/+59
* Make sure that there is one space between if and conditionGregory Nutt2014-04-1219-82/+97
* net/uip: Review all files in this directory for coding style and spellingGregory Nutt2014-04-1236-144/+183
* 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-123-21/+19
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-125-39/+40
* STM32 OTGFS: Host USB tracing instrumentation added by LeoGregory Nutt2014-04-126-27/+375
* SAMA5D3x-EK: Updates to README.txtGregory Nutt2014-04-121-15/+15
* SAMA5: The PIO used for the red LED is also used as the camera module reset l...Gregory Nutt2014-04-118-22/+94
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-1195-165/+165
* SAMA5 TWI: Number of bytes transferred not be incremented on the first byte....Gregory Nutt2014-04-102-1/+4
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is unt...Gregory Nutt2014-04-104-8/+10
* Add some checks: if getpid() or get_errno_ptr() are called very early in the...Gregory Nutt2014-04-104-11/+40
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-1014-28/+28
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-0954-57/+71
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able t...Gregory Nutt2014-04-082-3/+3
* Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalh...Gregory Nutt2014-04-072-80/+162