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

improved STEVAL_3DP001V1 support #16404

Commits on Dec 31, 2019

  1. improved/enhanved STEVAL_3DP001V1 support

    1 - change board name from "STEVAL" to "STEVAL_3DP001V1".  The new name matches ST's documentation.  There's multiple different STEVAL boards so the name change will reduce confusion.  It also is a better match ST's STM32duino  variant name for this board.
    
    2. - pins_STEVAL_3DP001V1.h (changes from pin_STEVAL.h)
    
    2a - Changed the pin map to match ST's STM32duino variant
    
    2b - All pins are now in the file
    
    2c - Added directions on how to compile using Arduino IDE and PlatformIO
    
    2d - Added L6474 reset/enable macro (PR in the works that needs this macro)
    
    3 - Added PlatformIO support so can use Auto Build to build this board
    Bob-the-Kuhn committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    cba2c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b533b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    7d673aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8306bf6 View commit details
    Browse the repository at this point in the history