- Feb 25, 2017
-
-
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
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
David Sidrane authored
Kinetis:Add LPUART Approved-by: Gregory Nutt
-
Gregory Nutt authored
-
David Sidrane authored
-
David Sidrane authored
Pin out LPUART0 for testing Define BOARD_SOPT2_PLLFLLSEL ti select MCGPLLCLK Define BOARD_SIM_CLKDIV3_FREQ etal to provide BOARD_LPUART0_FREQ
-
David Sidrane authored
HAVE_SERIAL_CONSOLE -> HAVE_UART_CONSOLE to bew consistent with HAVE_LPUART_CONSOLE naming
-
David Sidrane authored
A board.h file can now specify the: 1) BOARD_SOPT2_PLLFLLSEL to select the output of the SIM_SOPT2 MUX from: MCGFLLCLK MCGPLLCLK USB1PFD IRC48MHZ 2) If it defines BOARD_SIM_CLKDIV3_FREQ then it must define BOARD_SIM_CLKDIV3_PLLFLLFRAC and BOARD_SIM_CLKDIV3_PLLFLLDIV which wil be used to cpnfigure SIM_CLKDIV3 [PLLFLLFRAC, PLLFLLDIV]
-
David Sidrane authored
-
David Sidrane authored
Add LPUART made UART5 an uption as the K66 does not have UART5
-
David Sidrane authored
Add KINETIS_NLPUART setting it to 1 and adjust KINETIS_NUART to removed UART5 as the K66 dioes not have UART5
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
STM32: Remove one residual use of the obsoleted STM32_TIM27_FREQUENCY definition which does not work for all STM32 family members.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 24, 2017
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
Most Ethernet drviers: Check if the poll timer is running before restarting it at the end of each TX.
-
Gregory Nutt authored
-
Gregory Nutt authored
sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
Marc Rechté authored
kinetis_enet.c add #define for number of loops for auto negotiation to complete Approved-by: Gregory Nutt
-
-
Marc Rechte authored
-
Marc Rechté authored
-
David Sidrane authored
The makes for cleaner board definitions like: Divider output clock = Divider input clock * ((PLLFLLFRAC+1)/(PLLFLLDIV+1)) SIM_CLKDIV3_FREQ = BOARD_SOPT2_FREQ × [ (PLLFLLFRAC+1) / (PLLFLLDIV+1)] 90 Mhz = 180 Mhz X [(0 + 1) / (1 + 1)] #define BOARD_SIM_CLKDIV3_PLLFLLFRAC 1 #define BOARD_SIM_CLKDIV3_PLLFLLDIV 2 #define BOARD_SIM_CLKDIV3_FREQ (BOARD_SOPT2_FREQ * (BOARD_SIM_CLKDIV3_PLLFLLFRAC / BOARD_SIM_CLKDIV3_PLLFLLDIV))
-
David Sidrane authored
-
- Feb 23, 2017
-
-
Gregory Nutt authored
twr-k64f120m: refresh configurations. DEBUG must be disabled in all base configurations. CONFIG_APPS_DIR must must be defined in defconfig files.
-