index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
shared_bindings_matrix.py
Age
Commit message (
Expand
)
Author
2020-08-26
shared_bindings_matrix: Use stubs, not shared-bindings
Jeff Epler
2020-08-26
shared_bindings_matrix: Run in parallel
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-29
docs/shared_bindings_matrix.py: use '__file__' to ascertain root dir
sommersoft
2020-06-29
docs/shared_binding_matrix.py: fix usage with the branded name (building docs)
sommersoft
2020-06-29
docs/shared_bindings_matrix.py: changes to allow usage in 'tools/build_board_...
sommersoft
2020-05-26
shared_bindings_matrix: sommersoft's suggestions
Jeff Epler
2020-05-25
shared_bindings_matrix: Use a trivial target
Jeff Epler
2020-05-25
Remove board_chip logic
Jeff Epler
2020-05-25
Add esp32s2, litex to SUPPORTED_PORTS, sort it
Jeff Epler
2020-05-25
shared_bindings_matrix: Work from parsed 'make' output
Jeff Epler
2020-04-30
fix support_matrix.py to handle ?=
Dan Halbert
2020-04-23
implement requested changes
Lucian Copeland
2020-04-22
Remove old build flags, add fixes for shared_matrix
Lucian Copeland
2020-02-06
add stm32f4 to docs
Lucian Copeland
2020-01-21
Merge pull request #2543 from pewpew-game/support-matrix
sommersoft
2020-01-21
Fix entry overrides in support matrix generation
Radomir Dopieralski
2020-01-06
Add initial MIMXRT10XX port
arturo182
2019-10-02
use 'any()' vs 'len == 1 & == False'
sommersoft
2019-09-27
add parsing for 'MINIMAL/DEFAULT'; process inclusion when determined by anoth...
sommersoft
2019-07-27
fix board_exclusion lookup
sommersoft
2019-07-27
use MICROPY_HW_BOARD_NAME vice board's folder name
sommersoft
2019-07-27
add port-wide config parsing; add modules-by-board function
sommersoft
2019-07-23
don't use files to pass data; call and return directly in conf.py
sommersoft
2019-07-07
more python3.5 compatibility fixes
sommersoft
2019-07-05
handle module exclusion when the default is to not include a module
sommersoft
2019-07-05
update regex module use to be python3.5 compatible
sommersoft
2019-07-04
fix late-night directory snafu
sommersoft
2019-07-04
add script to gather module support matrix info; add initial json file
sommersoft