-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
question ❓Usually converted as a discussionUsually converted as a discussion
Description
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
Labels
question ❓Usually converted as a discussionUsually converted as a discussion