Open
Description
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often definitions found and discussed in several forum threads are vague or ambiguous which optional #ifdef includes which different and/or single other ones and which not.
e.g.
superset 8bit boards
- set AVR
-
-
- single boards: Uno, Nano, Leonardo, Mega,,...
-
superset 32bit boards
-
set SAMD
-
- subset M0 SAMD21
-
-
- single boards: m0, zero, nano33, RP2040 ,...
-
-
- subset M4 SAMD51
-
-
- single boards: Portenta H7 (?), Adafruit GrandCentral, Teensy 3.x (?)
-
-
set ARM Cortex (non-SAMD)
-
- subset SAM3X
-
-
- single board: M3 SAM3X8E Due
-
-
- subset ARM Cortex M7 (?)
-
-
- single boards: Portenta H7, Teensy 4.x (?)
-
-
set ESP
-
-
- single board: ESP8266
-
-
-
- single board: ESP32
-
(probably to be reworked and continued)