Platform matrix¶
This page is intended as the main comparison point for platform-specific configuration
defined in platform.h.
High-level comparison¶
Platform |
MCU family |
Pins |
RTC |
UART aliases |
Notes |
|---|---|---|---|---|---|
F103_48 APP |
STM32F103 |
48 |
DS1307 |
SEN_1,MIK_1 |
BluePill-based |
F105_64 APP |
STM32F105 |
64 |
PCA2129 |
SEN_1,SEN_2, MIK_1 |
SPI3 disabled due to conflict |
F105_100 APP |
STM32F105 |
100 |
PCA2129 |
SEN_1,SEN_2, MIK_1,MIK_2 |
richest APP mapping |
Detailed comparison policy¶
Only parameters explicitly defined in platform.h should be compared here.
Differences originating purely from generated main.c should not be treated as architectural
configuration data, except where a short explanatory note is needed.
Source basis¶
The current matrix is based on the three uploaded APP platform files. fileciteturn2file0 fileciteturn2file1 fileciteturn2file2