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

ARDUINO_ARCH_STM32 should not be defined #684

Merged
merged 1 commit into from Dec 25, 2019

Commits on Sep 24, 2019

  1. ARDUINO_ARCH_STM32 should not be defined

    The ARDUINO_ARCH_{build.arch} is used to differentiate core.
    See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#working-with-multiple-architectures
    
    Defining ARDUINO_ARCH_STM32 will raised several issues on library
    supporting both cores:
     * ARDUINO_ARCH_STM32
     * ARDUINO_ARCH_STM32F1
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    99ce6b3 View commit details
    Browse the repository at this point in the history