summaryrefslogtreecommitdiff
path: root/docs/shared_bindings_matrix.py
AgeCommit message (Expand)Author
2020-01-06Add initial MIMXRT10XX portarturo182
2019-10-02use 'any()' vs 'len == 1 & == False'sommersoft
2019-09-27add parsing for 'MINIMAL/DEFAULT'; process inclusion when determined by anoth...sommersoft
2019-07-27fix board_exclusion lookupsommersoft
2019-07-27use MICROPY_HW_BOARD_NAME vice board's folder namesommersoft
2019-07-27add port-wide config parsing; add modules-by-board functionsommersoft
2019-07-23don't use files to pass data; call and return directly in conf.pysommersoft
2019-07-07more python3.5 compatibility fixessommersoft
2019-07-05handle module exclusion when the default is to not include a modulesommersoft
2019-07-05update regex module use to be python3.5 compatiblesommersoft
2019-07-04fix late-night directory snafusommersoft
2019-07-04add script to gather module support matrix info; add initial json filesommersoft