summaryrefslogtreecommitdiff
path: root/docs/shared_bindings_matrix.py
AgeCommit message (Collapse)Author
2020-01-21Merge pull request #2543 from pewpew-game/support-matrixsommersoft
Fix entry overrides in support matrix generation
2020-01-21Fix entry overrides in support matrix generationRadomir Dopieralski
Fix #2539 The entries in the board's mpconfigboard.mk override any other entries. Also, fixed a warning for bad use of backslash in a string.
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 ↵sommersoft
another module
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