| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-30 | Ignore duplicate USB PID for prerelease version | Scott Shawcroft | |
| 2020-09-17 | Reorganize sdkconfigs and release UF2s | Scott Shawcroft | |
| 2020-09-17 | Merge pull request #2966 from sommersoft/ci_check_vid_pid | Scott Shawcroft | |
| Automate USB VID/PID Uniqueness Check | |||
| 2020-09-15 | Add more PIDs for unique boards | Scott Shawcroft | |
| 2020-09-10 | Merge pull request #3302 from xiongyihui/main | Scott Shawcroft | |
| support to get HID OUT report | |||
| 2020-08-30 | Remove debugging print-out for endpoint checking. | Dan Halbert | |
| 2020-08-27 | gen_usb_descriptor: Fix off-by-1 error in endpoint counting | Jeff Epler | |
| 2020-08-26 | rename reader tool | Lucian Copeland | |
| 2020-08-19 | Add usb-endpoint-count checking | Jeff 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-19 | support to get HID OUT report | Yihui Xiong | |
| 2020-08-18 | gen_display_resources: report missing character count, if any | Jeff Epler | |
| 2020-08-16 | gen_display_resources: silence 'missing character' message | Jeff 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-10 | Merge remote-tracking branch 'origin/main' into stm32-sdioio | Jeff Epler | |
| 2020-08-08 | Fix Read the Docs bulid failing | Taku Fukada | |
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-07-30 | atmel-samd: move samd-specific script | Jeff Epler | |
| 2020-07-29 | Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usb | hathach | |
| 2020-07-29 | Merge pull request #3203 from WarriorOfWire/speed_up_builds | Jeff Epler | |
| Use 2 cores per build task in github CI build | |||
| 2020-07-29 | move CFG_TUSB_RHPORT0_MODE into generated header | hathach | |
| 2020-07-29 | replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen tool | hathach | |
| 2020-07-28 | Merge pull request #3219 from adafruit/encoding | Scott Shawcroft | |
| fix windows' encoding defaults | |||
| 2020-07-28 | fix windows' encoding defaultsencoding | lady ada | |
| 2020-07-25 | use -j2 in the actual build also | Kenny | |
| 2020-07-24 | Use 2 cores per job in github build | Kenny | |
| 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-24 | Add and correct some type hints | Taku Fukada | |
| 2020-07-22 | Add externs. GCC10 complains about duplicate defines | Scott Shawcroft | |
| 2020-07-22 | Merge pull request #3107 from dherrada/type_hints | Scott Shawcroft | |
| Adding type hints | |||
| 2020-07-22 | Merge pull request #3162 from tannewt/update_mistune | Dan Halbert | |
| Move release note converter to latest markdown helper lib | |||
| 2020-07-21 | Merge branch 'main' into type_hints | dherrada | |
| 2020-07-22 | Improve .pyi generation | Taku Fukada | |
| 2020-07-17 | Move release note converter to latest markdown helper lib | Scott Shawcroft | |
| 2020-07-17 | Merge branch 'main' into type_hints | dherrada | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-06 | Add 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-03 | Shrink 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-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-07-02 | More extract_pyi tweaks | dherrada | |
| 2020-07-02 | More tweaks to extract_pyi.py | dherrada | |
| 2020-07-02 | Made more modifications to extract_pyi.py | dherrada | |
| 2020-07-02 | Fixed extract_pyi script to allow NoneType | dherrada | |
| 2020-06-29 | tools/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-26 | atmel-samd: Add SDIO SD card interface | Jeff Epler | |
| 2020-06-25 | Scripts: Change wording for pseudoterminals | Jeff Epler | |
| 2020-06-25 | Refer to "main" branch of circuitpython | Jeff Epler | |
| 2020-06-20 | ci_check_duplicate_usb_vid_pid.py: change 'whitelist' terminology to ↵ | sommersoft | |
| 'ignorelist' | |||
| 2020-06-20 | Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵ | sommersoft | |
| ci_check_vid_pid | |||
| 2020-06-16 | Add meowbit UF2 download override to website | Lucian Copeland | |
| 2020-06-03 | tools/cpboard.py: fix backwards logic of 'wait_for_response' in #3005 | sommersoft | |
| 2020-06-03 | Merge pull request #3005 from sommersoft/update_cpboard_py | Jeff Epler | |
| Update cpboard.py | |||
| 2020-06-03 | tools/cpboard.py: run black formatter | sommersoft | |
