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

Backport STM32H7 FDCAN #185

Open
wants to merge 7 commits into
base: px4_firmware_nuttx-10.1.0+
Choose a base branch
from

Commits on May 24, 2022

  1. [BACKPORT] arch/stm32h7: Add FDCAN SocketCAN driver

    Adds an FDCAN driver for STM32H7 MCUs using the SocketCAN interface
    JacobCrabill committed May 24, 2022
    Configuration menu
    Copy the full SHA
    37ab645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69860dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3dda0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a501d4c View commit details
    Browse the repository at this point in the history
  5. [BACKPORT] stm32h7: Add FDCAN3_BASE to memorymap.h

    Note that pinmap.h, irq.h, fdcan.h still need to be updated with proper
    register definitions for the FDCAN3 peripheral present in
    STM32H7[2|3][3|5] MCUs
    JacobCrabill committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ccd7f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12d3613 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d209e6 View commit details
    Browse the repository at this point in the history