| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | update design guide | caternuson | |
| 2021-02-04 | Added WEBUSB_README to the table of contents (required by CI) | Kevin Banks | |
| 2021-01-26 | Merge pull request #4070 from rpavlik/patch-1 | Dan Halbert | |
| Update design_guide.rst | |||
| 2021-01-26 | Update design_guide.rst | Ryan A. Pavlik | |
| Add CO2 as a member name, and clarify the description of eCO2. | |||
| 2021-01-25 | fix doc typos | Dan Halbert | |
| 2021-01-25 | typo in circuitpy_mpconfig.h; forgot cxd56 port | Dan Halbert | |
| 2021-01-25 | Remove obsolete esp.rst, network.rst | Dan Halbert | |
| 2021-01-24 | CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | Dan Halbert | |
| 2021-01-20 | Add initial RP2040 support | Scott Shawcroft | |
| The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf | |||
| 2021-01-10 | merge from upstream and update to 6.0.x | Dan Halbert | |
| 2021-01-10 | Merge remote-tracking branch 'adafruit/main' into robots.txt | Dan Halbert | |
| 2020-12-10 | Fix some spelling mistakes | Mike Causer | |
| 2020-09-28 | Merge pull request #3481 from caternuson/iss3480_docupdate | Scott Shawcroft | |
| Add MP const info to Design Guide | |||
| 2020-09-28 | RST tweak | caternuson | |
| 2020-09-28 | add MP const info to Design Guide | caternuson | |
| 2020-09-14 | Fix toctree, incorrect flash port assumptions | Lucian Copeland | |
| 2020-08-29 | shared_bindings_matrix revert to using shared-bindings | Jeff Epler | |
| .. hard-coding ulab for now. It also fixes a problem where board_name was unassigned when use_branded_name was False, which only happened at release-building time. Trying to change this caused multiple problems in the release process. | |||
| 2020-08-27 | Merge pull request #3333 from hierophect/esp32-enable-ulab | Dan Halbert | |
| Fix all assignments affected by inline makefile comments | |||
| 2020-08-26 | Fix trailing whitespace errors across ports and docs | Lucian Copeland | |
| 2020-08-26 | shared_bindings_matrix: Use stubs, not shared-bindings | Jeff Epler | |
| This fixes a problem where things that were in extmod/ could not be listed. | |||
| 2020-08-26 | shared_bindings_matrix: Run in parallel | Jeff Epler | |
| .. this makes it take a fraction of the time, at least on systems with a lot of CPU threads. Even on my old laptop with a 2-core CPU it reduces the time from 55s to 27s. | |||
| 2020-08-17 | add robots.txt to specify doc versions to appear in search engines | Dan Halbert | |
| 2020-08-15 | docs/rstjinja.py: add jinja processing for building latex (pdf) docs | sommersoft | |
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-08-07 | Apply a Sphinx transform to make the core module docs look better | Taku Fukada | |
| 2020-07-28 | Add black too | Scott Shawcroft | |
| 2020-07-27 | add isort to doc deps | Scott Shawcroft | |
| Fixes #3200 | |||
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-06 | Fix minor typo in MicroPython libraries page | Tyler Crumpton | |
| 2020-07-02 | Merge pull request #3087 from sommersoft/cpy_org_sptmtrx | Scott Shawcroft | |
| Release PRs To circuitpython.org: Include The Available Built-in Modules For Each Board | |||
| 2020-06-29 | Merge pull request #3082 from sommersoft/customcss_old_docs_warning | Scott Shawcroft | |
| [main] Custom CSS For "Viewing Outdated Docs" Message | |||
| 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 ↵ | sommersoft | |
| 'tools/build_board_info.py'; includes root dir finder, and output board name option. | |||
| 2020-06-26 | add custom css for 'viewing-old-docs' message | sommersoft | |
| 2020-06-26 | redirects: Add __init__ page redirects | Jeff Epler | |
| 2020-06-26 | redirects.txt: sort according to LANG=C.UTF-8 collation rules | Jeff Epler | |
| 2020-06-25 | docs: Explain our shift in terminology | Jeff Epler | |
| 2020-06-25 | I2CPeripheral: Rename class and its module | Jeff Epler | |
| This is an incompatible change. | |||
| 2020-06-25 | Refer to "main" branch of circuitpython | Jeff Epler | |
| 2020-06-14 | docs: Generate redirects for autoapi renaming | Jeff Epler | |
| 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 | |
