summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that there is one space between while and conditionGregory Nutt2014-04-1244-67/+77
|
* Make sure that there is one space between if and conditionGregory Nutt2014-04-1223-89/+105
|
* 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 ↵Gregory Nutt2014-04-121-7/+7
| | | | usbhost_tracen() interface
* 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
|
* Corrections to the NTP client from Manuel StuehnGregory Nutt2014-04-122-6/+8
|
* 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 ↵Gregory Nutt2014-04-118-22/+94
| | | | line: Added a configuration option to suppress use of the red LED if the PIO is used for another purpose. Reported by David Sidrane.
* Accidentally checked in a .built fileGregory Nutt2014-04-111-0/+0
|
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, ↵Gregory Nutt2014-04-115-133/+256
| | | | dns_socket.c, and dns_gethostip.c
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-1119-20/+29
| | | | header files
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-11111-368/+584
|
* NTP client: Fix a time calculation for the case of CPUs that do not support ↵Gregory Nutt2014-04-111-11/+38
| | | | long long
* NTP client, more clean-up and minor enhancementsGregory Nutt2014-04-111-6/+25
|
* NTP client, minor clean-up and enhancementsGregory Nutt2014-04-113-59/+113
|
* SAMA5 TWI: Number of bytes transferred not be incremented on the first ↵Gregory Nutt2014-04-102-1/+4
| | | | byte. From David Sidrane
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt2014-04-1016-198/+1147
| | | | untested and probably incomplete
* Add some checks: if getpid() or get_errno_ptr() are called very early in ↵Gregory Nutt2014-04-104-11/+40
| | | | the initialization sequence, they would fail
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-1015-29/+29
|
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in ↵Gregory Nutt2014-04-0954-57/+71
| | | | configurations that use networking or USB
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able ↵Gregory Nutt2014-04-083-4/+4
| | | | to select USB console devices when there is no /dev/console enabled. Noted by Librae
* apps/sysinfo: CONFIG_VERSION_BUILD is a string and needs to be printed with ↵Gregory Nutt2014-04-082-2/+3
| | | | %s not %d
* Add logic for TM4C125GXL clocking based on prototype from from Daniel ↵Gregory Nutt2014-04-072-80/+162
| | | | Carvalho with modifications. I think the LM4F120 may have broken before as well(?). In any event, the LM4F120 also works well with this chanage
* 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 ↵Gregory Nutt2014-04-062-4/+19
| | | | data and to setup for the next incoming data
* 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
| | | | and not matter how we are booting
* 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 ↵Gregory Nutt2014-04-044-4/+3
| | | | it is not possible to select ARCH_RAMFUNCS wihtout ARCH_HAVE_RAMFUNCS
* SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs ↵Gregory Nutt2014-04-042-6/+8
| | | | write-back. It does not work that way
* 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 ↵Gregory Nutt2014-04-041-8/+8
| | | | inline functions need to placed into the same RAM section, or they do not get inlined. From David Sidrane
* Fix a build error when only USB device tracing is enabled (from David ↵Gregory Nutt2014-04-043-1/+131
| | | | Sidrane). Also an update to the USB tracing document
* 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 ↵Gregory Nutt2014-04-036-6/+66
| | | | FLASH causes crashes. This was fixed by David Sidrane by implementing RAM functions. The killer code is copied and executed from ISRAM and the crash is avoided.
* SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David ↵Gregory Nutt2014-04-032-5/+7
| | | | Sidrane
* 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
| | | | NOR FLASH
* 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
| | | | set the VBAR register to add address of the vectors in SDRAM
* If LOWVECTORS is selected, then we need to clear the VBAR register. A ↵Gregory Nutt2014-04-034-35/+60
| | | | bootloader may have left the VBAR in an bad state