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,| SPI3 disabled | | | | | | MIK_1 | due to conflict| +-------------+-------------+-------------+-------------+-------------+----------------+ | F105_100 APP| STM32F105 | 100 | PCA2129 | SEN_1,SEN_2,| richest APP | | | | | | MIK_1,MIK_2 | 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. fileciteturn2file0 fileciteturn2file1 fileciteturn2file2