Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

board: MIMXRT1062-FMURT6: Add pinmux support for uart ports used for gps and telemtry. #58047

Merged

Commits on Jun 17, 2023

  1. board: MIMXRT1062-FMURT6: Add pinmux support for uart ports

    used for gps and telemtry.
    
    This patch configures the correct pinmux settings for
    
    lpuart2, lpuart3, lpuart5 ports used for gps and telemetry modules.
    
    It also adds software pull up for the UART console port lpuart7.
    
    Signed-off-by: Sumit Batra <[email protected]>
    Co-authored-by: Benjamin Perseghetti <[email protected]>
    Co-authored-by: Iain Galloway <[email protected]>
    3 people committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5dbfee2 View commit details
    Browse the repository at this point in the history
  2. board: MIMXRT1062-FMURT6: Removing the CONFIG_DISPLAY check in CMakeL…

    …ists
    
    This patch removes an unncessary message for presence or absence of DISPLAY
    
    Signed-off-by: Sumit Batra <[email protected]>
    sumitbatra-nxp authored and bperseghetti committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    65ee33e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. soc: rt10xx: fix the sequence of Enet2 ref clk enablement

    This patch sets ENET2 ref clock to be generated by External OSC
    
    ENET2 ref clock direction as output
    
    ENET2 ref clk frequency to 50MHz
    
    Signed-off-by: Sumit Batra <[email protected]>
    sumitbatra-nxp authored and bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ea73d93 View commit details
    Browse the repository at this point in the history
  2. soc: nxp_rt10xx: add unique PWM names.

    Enable PWM to use unique device names.
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c4741e9 View commit details
    Browse the repository at this point in the history
  3. board: MIMXRT1062-FMURT6: Add pinmux support for FMU PPM Input

    This commit adds the Pinmux and Pad settings for FMU PPM Input Pin
    
    Signed-off-by: Sumit Batra <[email protected]>
    sumitbatra-nxp authored and bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    69573b3 View commit details
    Browse the repository at this point in the history
  4. board: MIMXRT1062-FMURT6: Add pinmux support for I2C3 module Pins

    This patch adds the pinmux and pad settings for I2C3 SDA and SCL pins
    
    Signed-off-by: Sumit Batra <[email protected]>
    sumitbatra-nxp authored and bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fcefd43 View commit details
    Browse the repository at this point in the history
  5. board: MIMXRT1062-FMURT6: correct PWM prescaler

    Set the PWM clock prescaler values to 64 for controlling standard servo
    50Hz carrier frequency.
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ea621c2 View commit details
    Browse the repository at this point in the history
  6. board: MIMXRT1062-FMURT6: Set CANFD bus-speed-data

    Set the flexcan3 bus-speed-data to allow for correct CANFD data-speed.
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3e41f15 View commit details
    Browse the repository at this point in the history