Skip to content

ARDUINO_ARCH_STM32 #14

@Adminius

Description

@Adminius

is it possilble to add general definition for all STM32 boards like ARDUINO_ARCH_STM32?
actualy i have to check for multiple boards: e.g.
#if defined(STM32F4xx) || defined(STM32F0xx) || defined(STM32F3xx) and so on.

EDIT:
which architecture flag (eg. avr, sam, samd...) should i use to mark a libary (in library.properties) compatible with STM32 platform?

Metadata

Metadata

Assignees

No one assigned

    Labels

    question ❓Usually converted as a discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions