summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* lm3s6965: Add path to the CodeSourcery toolchainGregory Nutt2014-04-074-12/+40
* Cosmetic changes to comments and READMEGregory Nutt2014-04-075-32/+47
* Updated README files and commentsGregory Nutt2014-04-074-18/+61
* SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of da...Gregory Nutt2014-04-062-4/+19
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-068-17/+19
* SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS ...Gregory Nutt2014-04-052-5/+5
* Cosmetic update to commentsGregory Nutt2014-04-052-12/+22
* updated READMEGregory Nutt2014-04-041-12/+2
* Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so i...Gregory Nutt2014-04-044-4/+3
* SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs w...Gregory Nutt2014-04-042-6/+8
* SAMA5: Fix some issues with SDRAM at 528MHz CPU clockGregory Nutt2014-04-043-15/+29
* SAMA5 boards: Operation at 528Mhz has been verifiedGregory Nutt2014-04-045-38/+102
* SAMA5 boards: Refresh all configuration filesGregory Nutt2014-04-048-327/+640
* SAMA5: Update from David Sidrane to last RAM function change: Apparently inl...Gregory Nutt2014-04-041-8/+8
* Fix a build error when only USB device tracing is enabled (from David Sidrane...Gregory Nutt2014-04-043-1/+131
* SAMA5 boards: Add set up for 528MHz CPU clockGregory Nutt2014-04-0310-81/+493
* SAMA5D3 Xplained: Delay loop calibratedGregory Nutt2014-04-032-4/+4
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLA...Gregory Nutt2014-04-036-6/+66
* SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David S...Gregory Nutt2014-04-032-5/+7
* ARMv7-A: Typo fix from David SidraneGregory Nutt2014-04-031-1/+1
* Updated NOR boot logic from David SidraneGregory Nutt2014-04-031-12/+13
* SAMA5 NOR boot: Use a static memory variable to determine if/when we boot to ...Gregory Nutt2014-04-031-7/+14
* SAMA5: Cosmetic updates to comments and README filesGregory Nutt2014-04-032-15/+21
* SAMA5: When booting from SDRAM, don't copy vectors to ISRAM. Instread just ...Gregory Nutt2014-04-034-57/+75
* If LOWVECTORS is selected, then we need to clear the VBAR register. A bootlo...Gregory Nutt2014-04-034-35/+60
* SAMA5: Make sure the MMU and caches are disabled on power up; flush the vecto...Gregory Nutt2014-04-025-6/+85
* SAMA5: When running from SRAM, vectors must lie in ISRAMGregory Nutt2014-04-024-30/+84