summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-11-27fix stub problems; touch up docDan Halbert
2020-11-18Update build board info.Scott Shawcroft
* Don't add full urls because they are too large. * Remove the unstable version when it starts with the current version.
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-09-30Ignore duplicate USB PID for prerelease versionScott Shawcroft
2020-09-17Reorganize sdkconfigs and release UF2sScott Shawcroft
2020-09-17Merge pull request #2966 from sommersoft/ci_check_vid_pidScott Shawcroft
Automate USB VID/PID Uniqueness Check
2020-09-15Add more PIDs for unique boardsScott Shawcroft
2020-09-10Merge pull request #3302 from xiongyihui/mainScott Shawcroft
support to get HID OUT report
2020-08-30Remove debugging print-out for endpoint checking.Dan Halbert
2020-08-27gen_usb_descriptor: Fix off-by-1 error in endpoint countingJeff Epler
2020-08-26rename reader toolLucian Copeland
2020-08-19Add usb-endpoint-count checkingJeff Epler
.. however, the number of endpoints is only set for SAMD (8). Other ports need to set the value. Otherwise, the build will show the message ``` Unable to check whether maximum number of endpoints is respected ```
2020-08-19support to get HID OUT reportYihui Xiong
2020-08-18gen_display_resources: report missing character count, if anyJeff Epler
2020-08-16gen_display_resources: silence 'missing character' messageJeff Epler
Since we made the decision to allow translations which do not have coverage in the terminal font, these routinely occur and are expected. The message is unhelpful and due to their voume make it harder to find relevant information particularly in github actions results.
2020-08-10Merge remote-tracking branch 'origin/main' into stm32-sdioioJeff Epler
2020-08-08Fix Read the Docs bulid failingTaku Fukada
2020-08-07Modify some Python stubsTaku Fukada
2020-07-30atmel-samd: move samd-specific scriptJeff Epler
2020-07-29Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usbhathach
2020-07-29Merge pull request #3203 from WarriorOfWire/speed_up_buildsJeff Epler
Use 2 cores per build task in github CI build
2020-07-29move CFG_TUSB_RHPORT0_MODE into generated headerhathach
2020-07-29replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen toolhathach
2020-07-28Merge pull request #3219 from adafruit/encodingScott Shawcroft
fix windows' encoding defaults
2020-07-28fix windows' encoding defaultsencodinglady ada
2020-07-25use -j2 in the actual build alsoKenny
2020-07-24Use 2 cores per job in github buildKenny
As of today, https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners states that hosted runners have a 2-core CPU. This uses make -j $physical_cores to try and be better about utilizing the time spent on those machines. When github upgrades runners to have more cores we'll benefit from that too.
2020-07-24Add and correct some type hintsTaku Fukada
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-20ci_check_duplicate_usb_vid_pid.py: change 'whitelist' terminology to ↵sommersoft
'ignorelist'
2020-06-20Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵sommersoft
ci_check_vid_pid
2020-06-16Add meowbit UF2 download override to websiteLucian Copeland