| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-01 | build_release_files: Only build languages in an allow-list | Jeff Epler | |
| 2021-02-21 | USB descriptors: Save flash storage for serial number | Jeff Epler | |
| This saves about 60 bytes (Feather M4 went from 45040 -> 45100 bytes free) 66 bytes of data eliminated, but 6 bytes paid back to initialize the length field. | |||
| 2021-02-16 | works! no timeouts | Dan Halbert | |
| 2021-02-12 | wip | Dan Halbert | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2021-02-05 | fix bitmap_font path in display resource gen | foamyguy | |
| 2021-02-04 | usb descriptors all set; rework of enabling for USB devices | Dan Halbert | |
| 2021-02-04 | Changed URL | Kevin Banks | |
| 2021-02-04 | Fix typo in comment | FiriaCTO | |
| descriptors should be plural Co-authored-by: Dan Halbert <halbert@halwitz.org> | |||
| 2021-02-03 | (I could have sworn I deleted that line...) | Kevin Banks | |
| 2021-02-03 | Code cleanup and added a WEBUSB_README file | Kevin Banks | |
| 2021-02-03 | Merge branch 'main' into webusb (trying to get CI back online) | Kevin Banks | |
| 2021-02-03 | Trying to keep two ARM builds from overflowing their FLASH | Kevin Banks | |
| 2021-02-01 | Restored accidentally deleted character | Kevin Banks | |
| 2021-02-01 | ITF_NUM_VENDOR is now automatically computed at run-time | Kevin Banks | |
| 2021-01-28 | Partially hard-coded VENDOR descriptor has been added. First build to be ↵ | Kevin Banks | |
| accessed via WebUSB. NOTE - had to disable HID (EndPoint shortage?) | |||
| 2021-01-27 | Fix blinka release PR language list | Scott Shawcroft | |
| 2021-01-26 | BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO. | Kevin Banks | |
| 2021-01-25 | Most of the code we need has been pulled in from the tinyusb webusb_serial ↵ | Kevin Banks | |
| demo. Still LOTS to do regarding descriptors. | |||
| 2021-01-22 | Now generates the WebUSB URL Descriptor. Still need to generate the Vendor ↵ | Kevin Banks | |
| Descriptors. | |||
| 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-20 | Initial steps, mostly via clone and modify. | Kevin Banks | |
| 2020-12-29 | mark script as executable | Jeff Epler | |
| 2020-11-27 | fix stub problems; touch up doc | Dan Halbert | |
| 2020-11-18 | Update 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-29 | Fixing make stub warnings and mypy issuesmak | sw23 | |
| 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. | |||
