- Apr 19, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
LPC17xx: Prioritized interrupts are not supported (although hooks are present to prioritize interrupts). Make LPC17 Ethernet default priority to be the system default, not the highest. If the unsupported feature is enabled, then at least it should do no harm
-
Gregory Nutt authored
-
- Apr 17, 2014
-
-
Gregory Nutt authored
LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR register to determine how many interrupt lines/registers are supported by the MCU
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
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
-
- 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
-
- Apr 12, 2014
-
-
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
-
- Apr 10, 2014
-
-
Gregory Nutt authored
-
- 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
-
- 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
-
- 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
Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so it is not possible to select ARCH_RAMFUNCS wihtout ARCH_HAVE_RAMFUNCS
-