- Apr 13, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 12, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 11, 2014
-
-
Gregory Nutt authored
SAMA5: The PIO used for the red LED is also used as the camera module reset line: Added a configuration option to suppress use of the red LED if the PIO is used for another purpose. Reported by David Sidrane.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
-
- Apr 10, 2014
-
-
Gregory Nutt authored
Add some checks: if getpid() or get_errno_ptr() are called very early in the initialization sequence, they would fail
-
Gregory Nutt authored
-
- Apr 09, 2014
-
-
Gregory Nutt authored
configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB
-
- Apr 08, 2014
-
-
Gregory Nutt authored
Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae
-
- Apr 07, 2014
-
-
Gregory Nutt authored
Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalho with modifications. I think the LM4F120 may have broken before as well(?). In any event, the LM4F120 also works well with this chanage
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 06, 2014
-
-
Gregory Nutt authored
SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of data and to setup for the next incoming data
-
Gregory Nutt authored
-
- Apr 05, 2014
-
-
Gregory Nutt authored
SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS and not matter how we are booting
-
Gregory Nutt authored
-
- Apr 04, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so it is not possible to select ARCH_RAMFUNCS wihtout ARCH_HAVE_RAMFUNCS
-
Gregory Nutt authored
SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs write-back. It does not work that way
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5: Update from David Sidrane to last RAM function change: Apparently inline functions need to placed into the same RAM section, or they do not get inlined. From David Sidrane
-
Gregory Nutt authored
Fix a build error when only USB device tracing is enabled (from David Sidrane). Also an update to the USB tracing document
-
- Apr 03, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR 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.
-