summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-07-28fix windows' encoding defaultsencodinglady ada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-22Merge pull request #3107 from dherrada/type_hintsScott Shawcroft
Adding type hints
2020-07-22Merge pull request #3162 from tannewt/update_mistuneDan Halbert
Move release note converter to latest markdown helper lib
2020-07-21Merge branch 'main' into type_hintsdherrada
2020-07-22Improve .pyi generationTaku Fukada
2020-07-17Move release note converter to latest markdown helper libScott Shawcroft
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-06Add an explicit SPDX license file for ter-u12n.Diego Elio Pettenò
While the .bdf file already includes copyright information, this makes it visible as part of REUSE SPDX identification.
2020-07-03Shrink files.json by using one space instead of four.Scott Shawcroft
Also: - Remove download count update because the files are no longer on GitHub. - Add "extensions" and "languages" to each board dictionary so we can stop using "files" entirely.
2020-07-02Merge pull request #3087 from sommersoft/cpy_org_sptmtrxScott Shawcroft
Release PRs To circuitpython.org: Include The Available Built-in Modules For Each Board
2020-07-02More extract_pyi tweaksdherrada
2020-07-02More tweaks to extract_pyi.pydherrada
2020-07-02Made more modifications to extract_pyi.pydherrada
2020-07-02Fixed extract_pyi script to allow NoneTypedherrada
2020-06-29tools/build_board_info.py: add built-in modules information for each board ↵sommersoft
for use on circuitpython.org; uses 'docs/shared_bindings_matrix.py'
2020-06-26atmel-samd: Add SDIO SD card interfaceJeff Epler
2020-06-25Scripts: Change wording for pseudoterminalsJeff Epler
2020-06-25Refer to "main" branch of circuitpythonJeff Epler
2020-06-16Add meowbit UF2 download override to websiteLucian Copeland
2020-06-03tools/cpboard.py: fix backwards logic of 'wait_for_response' in #3005sommersoft
2020-06-03Merge pull request #3005 from sommersoft/update_cpboard_pyJeff Epler
Update cpboard.py
2020-06-03tools/cpboard.py: run black formattersommersoft
2020-06-03tools/cpboard.py: update pyserial usage to match 3.x versionsommersoft
2020-06-03tools/cpboard.py: change 'async' variable usage; 'async' became a keyword in ↵sommersoft
CPython 3.7
2020-06-03Fix 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-06-01include uf2 firmware for nrf52840 mdk usb dongle which has a uf2 bootloader nowYihui Xiong
2020-05-27Merge pull request #2899 from dherrada/extract-typesScott Shawcroft
Added extract_types.py script
2020-05-27Better keyerror handlingdherrada
2020-05-21Added another exceptdherrada
2020-05-19Removed adherrada
2020-05-18Merge branch 'extract-types' of https://github.com/dherrada/circuitpython ↵dherrada
into extract-types
2020-05-18extract_pyi no longer raises a TypeError for missing typesdherrada
2020-05-15Initial ESP32S2 port.Scott Shawcroft
Basic blinky works but doesn't check pins.
2020-05-15Merge branch 'master' into extract-typesdherrada
2020-05-15Removed extract_types.pydherrada
2020-05-15Merged extract_types into extract_pyidherrada
2020-05-15Now outputs class namedherrada
2020-05-15Made extract_types return a more useful outputdherrada
2020-05-14Remove debug printsScott Shawcroft
2020-05-14Fix ulab, math and template.Scott Shawcroft
2020-05-14First fully working versiondherrada
2020-05-14First semi-functional version of extract_types.pydherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
2020-04-29Better handle //| and do __init__.c first.Scott Shawcroft
2020-04-27Add verification scriptScott Shawcroft
2020-04-27build_memory_info: Report used, free, and total memoryJeff Epler
.. intead of just free and total as before.
2020-04-27build_memory_info: Drop support for old FLASH region nameJeff Epler
This led to incorrect results about free memory in the stm and i.mx ports