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

Added Olimexino-STM32F3 variant #1115

Closed
wants to merge 7 commits into from

Commits on Jul 8, 2020

  1. New variant

    Added Olimexino-STM32F3 variant and boards.txt dscirption.
    Stanimir-Petev committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    cc0cf6c View commit details
    Browse the repository at this point in the history
  2. Fixed AStyle

    Fixed files to meet the AStyle checks of the stm32duino repository.
    Stanimir-Petev committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c070829 View commit details
    Browse the repository at this point in the history
  3. Fix

    Removed a typo-like paste command.
    Stanimir-Petev committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7b3b458 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Updated boards.txt

    Name of the board is now in all capital letters to avoid problems on Linux due to case-sensitive
    Stanimir-Petev committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    55dba4a View commit details
    Browse the repository at this point in the history
  2. Removed variant

    Removed the old variant folder. It will be added now with all capital letters.
    Stanimir-Petev committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c91f531 View commit details
    Browse the repository at this point in the history
  3. Variant folder added

    All capital letters
    Stanimir-Petev committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    1532047 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Updated GPIO1 extention macros

    Renamed the macros GPIOx to EXT_GPIOx in order to prevent duplication of names (since GPIOx is too generic name) like in the library RDA5807 (https://github.com/pu2clr/RDA5807) where GPIO1, GPIO2, GPIO3 are defined in part of structure "refined", RDA6807.h lines 214-216
    Stanimir-Petev committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    415ad8c View commit details
    Browse the repository at this point in the history