- Apr 17, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes.
-
- Apr 16, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
-
Gregory Nutt authored
SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
-
Gregory Nutt authored
SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
-
Gregory Nutt authored
SAMA5 CAN: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 ADC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
-
Gregory Nutt authored
-
- Apr 15, 2014
-
-
Gregory Nutt authored
-
- Apr 14, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
-
- Apr 13, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-