Hello all.
in order to adapt some of the Arduino libraries for the Maple I need to identify what the Board used.
In avr-gcc there are some macros that do this for example:
__AVR_ATmega328, AVR_ATmega2560, __ AVR__, and _BOARD_UNO_ _BOARD_MEGA_
Can not find the equivalent macros MAPLE, something that can tell me __ ARM__, _BOARD_MAPLE, I have found a macro that I could say STM32_MCU_SERIES (comparing it equals STM32_SERIES_F1 _F2 OR ...) but does not believe is what I want.
Where can I find information for it.
Grateful for any guidance