| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-31 | add en_GB translation to builds | Dan Halbert | |
| 2021-03-31 | Turn off remote wakeup in USB configuration descriptor | Dan Halbert | |
| 2021-03-29 | no default value for support_matrix[board_id] | Neradoc | |
| will raise an error during build if things as not as expected as suggested by @jepler | |||
| 2021-03-29 | fix list of modules for alias boards | Neradoc | |
| 2021-03-25 | Switch devices.h to nvm.toml data | Scott Shawcroft | |
| 2021-03-25 | sort languages in a way that is not case sensitive | Neradoc | |
| 2021-03-24 | implement issue #4470 | Neradoc | |
| move the language allow list to generate_download_info() and use it there too | |||
| 2021-03-15 | codeformat: Do search&replace without sed | Jeff Epler | |
| 2021-03-15 | codeformat: use pathlib for correct(-er) processing of * vs ** in globs | Jeff Epler | |
| 2021-03-15 | codeformat: Run sed only on requested files | Jeff Epler | |
| When running from pre-commit, we believe the different invocations of sed were racing with each other, sometimes leaving zero-byte files in the filesystem (ow) | |||
| 2021-03-15 | codeformat: require filenames, filter them by include/exclude lists | Jeff Epler | |
| 2021-03-15 | codeformat: Exclude specified files even from commandline, for pre-commit | Jeff Epler | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-15 | update pre-commit | microDev | |
| - add formatting check - add translations check | |||
| 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 | |
