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

[STM32F3xx] CAN development for STM32F3xx family #1762

Merged
merged 5 commits into from
Jun 3, 2016

Commits on May 23, 2016

  1. Added CAN API for STM32F3xx family

    * STM32F3xx family have only one CAN bus
    
    Change-Id: Icaed8ff8ca4a68ebbf2c124655e7368423fb71cd
    BartSX committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7876749 View commit details
    Browse the repository at this point in the history
  2. [NUCLEO_F334R8] Added CAN support

    Added CAN API support for NUCLEO_F334R8 target.
    
    *stm32f334x8.h* file was changed to avoid compilation errors.
    
    Change-Id: Ic7b3273ffe24940ecdc189d2566a6a7f66825ce6
    BartSX committed May 23, 2016
    Configuration menu
    Copy the full SHA
    656d195 View commit details
    Browse the repository at this point in the history
  3. [NUCLEO_F303RE] Added CAN support

    Added CAN API support for NUCLEO_F303RE target.
    
    *stm32f303xe.h* file was changed to avoid compilation errors.
    
    Change-Id: Ia6519c982261d43165dbce73cab7cfc0617474e2
    BartSX committed May 23, 2016
    Configuration menu
    Copy the full SHA
    9a78b01 View commit details
    Browse the repository at this point in the history
  4. [NUCLEO_F303K8] Added CAN support

    Added CAN API support for NUCLEO_F303K8 target.
    
    *stm32f303x8.h* file was changed to avoid compilation errors.
    
    Change-Id: If093c84f19c5a5ef68938af4653a25271c1108ba
    BartSX committed May 23, 2016
    Configuration menu
    Copy the full SHA
    347a5e6 View commit details
    Browse the repository at this point in the history
  5. [NUCLEO_F302R8] Added CAN support

    Added CAN API support for NUCLEO_F302R8 target.
    
    *stm32f302x8.h* file was changed to avoid compilation errors.
    
    Change-Id: Ia4ee8a90fe3f0ad6955dde21e78ea4a6c05e4fcd
    BartSX committed May 23, 2016
    Configuration menu
    Copy the full SHA
    f1c42bf View commit details
    Browse the repository at this point in the history