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

Add feather_m4_can board, add mcan example #681

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2023

  1. Add feather_m4_can board, add mcan example

    - the new `feather_m4_can` board is added as a clone
      of `feather_m4` with the chip changed ATSAM(D->E)51J
    
    - apply changes in board layout from `Feather M4`
      - adapt pinmux: alternate function pins for CAN1 connecting
        to TCAN1051 transceiver (RX, TX, S) and BOOST_EN
      - add aref pin on PA03
      - move battery pin from PB01 to PB00
      - Neopixel: update data to be on PB02, add enable pin PB03
    
    - add neopixel rainbow example
    - adapt `mcan` example from `xplain` board replacing
      button triggering by a periodic task
    Felix-El committed May 16, 2023
    Configuration menu
    Copy the full SHA
    df032cb View commit details
    Browse the repository at this point in the history