Dan Halbert
|
7337ea4955
|
fix support_matrix.py to handle ?=
|
2020-04-30 00:54:46 -04:00 |
Lucian Copeland
|
8791ca6af3
|
implement requested changes
|
2020-04-23 13:33:41 -04:00 |
Lucian Copeland
|
d0a2106547
|
Remove old build flags, add fixes for shared_matrix
|
2020-04-22 16:06:08 -04:00 |
Lucian Copeland
|
3c50098dfc
|
add stm32f4 to docs
|
2020-02-06 15:17:42 -05:00 |
sommersoft
|
ed2d94cae9
|
Merge pull request #2543 from pewpew-game/support-matrix
Fix entry overrides in support matrix generation
|
2020-01-21 18:18:08 -06:00 |
Radomir Dopieralski
|
e1840f6abc
|
Fix entry overrides in support matrix generation
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-21 22:03:47 +01:00 |
arturo182
|
13e0cba6f1
|
Add initial MIMXRT10XX port
|
2020-01-06 21:08:49 +01:00 |
sommersoft
|
01ec3b995e
|
use 'any()' vs 'len == 1 & == False'
|
2019-10-02 00:02:49 -05:00 |
sommersoft
|
c3dda7c535
|
add parsing for 'MINIMAL/DEFAULT'; process inclusion when determined by another module
|
2019-09-27 23:41:34 -05:00 |
sommersoft
|
143275db04
|
fix board_exclusion lookup
|
2019-07-27 11:01:10 -05:00 |
sommersoft
|
69bbdcab91
|
use MICROPY_HW_BOARD_NAME vice board's folder name
|
2019-07-27 10:30:57 -05:00 |
sommersoft
|
a184380dc9
|
add port-wide config parsing; add modules-by-board function
|
2019-07-27 09:15:37 -05:00 |
sommersoft
|
b90b63bb2b
|
don't use files to pass data; call and return directly in conf.py
|
2019-07-23 20:49:37 -05:00 |
sommersoft
|
fce1efc74c
|
more python3.5 compatibility fixes
|
2019-07-07 09:14:46 -05:00 |
sommersoft
|
86e885c5fc
|
handle module exclusion when the default is to not include a module
|
2019-07-05 18:00:26 -05:00 |
sommersoft
|
7378744bb2
|
update regex module use to be python3.5 compatible
|
2019-07-05 16:11:19 -05:00 |
sommersoft
|
42ed84141e
|
fix late-night directory snafu
|
2019-07-04 01:49:40 -05:00 |
sommersoft
|
f1256c0b35
|
add script to gather module support matrix info; add initial json file
|
2019-07-04 01:18:16 -05:00 |