| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2020-05-26 | shared_bindings_matrix: sommersoft's suggestions | Jeff Epler | |
| 2020-05-25 | shared_bindings_matrix: Use a trivial target | Jeff Epler | |
| Sommersoft noticed that without submodules (as RTD currently does), the "make -qp" failed due to trying to find files within submodules. The "print-VAR" target doesn't have any dependencies, so it sidesteps the problem. If we move ulab's pyi files into the submodule, though, we'll need to fetch submodules anyway during doc building. | |||
| 2020-05-25 | Remove board_chip logic | Jeff Epler | |
| Not sure why I moved it, the computed value is never required | |||
| 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 | |
| Revisiting this because I noticed the support matrix said that pyruler had several modules it obviously didn't, such as the recently added vectorio. It is less error-prone because we can use the final values instead of re-coding the Makefile logic in python. The only things we need to do are invoke make in "print-database" mode, then chase any indirect references like CIRCUITPY_VECTORIO = $(CIRCUITPY_DISPLAYIO) It does take longer, about 45s on my laptop. | |||
| 2020-05-19 | Update doc deps | Scott Shawcroft | |
| 2020-05-18 | Fix ReadTheDocs after switching to stubs + autoapi. | Scott Shawcroft | |
| 2020-05-14 | Fix ulab, math and template. | Scott Shawcroft | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-04 | make translate again | Dan Halbert | |
| 2020-04-30 | fix support_matrix.py to handle ?= | Dan Halbert | |
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-23 | implement requested changes | Lucian Copeland | |
| 2020-04-22 | Remove old build flags, add fixes for shared_matrix | Lucian Copeland | |
| 2020-04-17 | Merge remote-tracking branch 'upstream/master' into stm32-docfix | Lucian Copeland | |
| 2020-04-14 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-09 | network.rst: remove duplicate method directive | sommersoft | |
| 2020-03-31 | Update the supported ports | Scott Shawcroft | |
| 2020-03-11 | Change docs target | Lucian Copeland | |
| 2020-03-06 | add proximity and sound_level | caternuson | |
| 2020-02-06 | add stm32f4 to docs | Lucian Copeland | |
| 2020-01-21 | Merge pull request #2543 from pewpew-game/support-matrix | sommersoft | |
| Fix entry overrides in support matrix generation | |||
| 2020-01-21 | Fix entry overrides in support matrix generation | Radomir 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-06 | Add initial MIMXRT10XX port | arturo182 | |
| 2019-12-14 | Add to BUILDING to table of contents. | Roy Hooper | |
| 2019-10-14 | merge from upstream | Dan Halbert | |
| 2019-10-13 | update docs/supported_ports.rst | Dan Halbert | |
| 2019-10-11 | Change port name to cxd56 | Kamil Tomaszewski | |
| 2019-10-09 | Add Spresense to supported_ports | Kamil Tomaszewski | |
| 2019-10-02 | use 'any()' vs 'len == 1 & == False' | sommersoft | |
| 2019-09-27 | add parsing for 'MINIMAL/DEFAULT'; process inclusion when determined by ↵ | sommersoft | |
| another module | |||
| 2019-07-28 | add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict | sommersoft | |
| 2019-07-28 | change 'c2rst' from source_parser -> extension; allows use of sphinx 2.x | 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 | move the support matrix to its own page; add linking for modules | 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 jinja extension; update shared-bindings/index.rst to use jinja | sommersoft | |
| 2019-07-04 | add script to gather module support matrix info; add initial json file | sommersoft | |
| 2019-06-25 | Update import statement in code snippet. | Alexander Hagerman | |
| The code snippets in the Design Guide article reference without the statement. | |||
| 2019-06-18 | Fix references to cpython in builtins documentation. | Craig Forbes | |
| 2019-05-11 | Pin dependencies to force sphinx 1.8.5 | John Reese | |
| 2019-05-11 | Include sphinx and recommonmark in docs/requirements.txt | John Reese | |
| 2019-04-17 | Tweak RTD to install svg2pdfconverter | Scott Shawcroft | |
