| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-09 | Merge pull request #532 from hathach/house-keeping | Ha Thach | |
| House keeping | |||
| 2020-10-09 | fix ci build | hathach | |
| 2020-10-09 | try GITHUB_PATH for ci | hathach | |
| 2020-10-09 | update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaces | hathach | |
| also clean up code | |||
| 2020-10-09 | rename multiple hid callback | hathach | |
| 2020-10-09 | clean up example | hathach | |
| 2020-10-09 | rename hid multiple interface | hathach | |
| 2020-10-09 | Merge branch 'master' into house-keeping | hathach | |
| 2020-10-09 | use pyocd for iMXRT boards | hathach | |
| 2020-10-09 | Merge pull request #531 from majbthrd/mimxrt1010stack | Ha Thach | |
| mimxrt1010_evk: double stack size to allow net_lwip_webserver to run | |||
| 2020-10-09 | Merge pull request #524 from zlittell/f_MultipleHIDInterfaces | Ha Thach | |
| Feature multiple hid interfaces | |||
| 2020-10-08 | Fix tu_verify args | Zachery Littell | |
| 2020-10-08 | Cleanup per review on PR | Zachery Littell | |
| 2020-10-08 | add flash-pyocd support | hathach | |
| 2020-10-08 | clean up jlink default interface | hathach | |
| 2020-10-08 | Merge pull request #528 from jgressmann/port-atsame51-to-tinyusb | Ha Thach | |
| Adds files for the open source D5035-01 hardware | |||
| 2020-10-07 | fix variable names. add itf n callbacks to multihid | Zachery Littell | |
| 2020-10-07 | mimxrt1010_evk: double stack size to allow net_lwip_webserver to run | Peter Lawrence | |
| 2020-10-07 | D5035-01 bsp: fix typo | Jean Gressmann | |
| 2020-10-07 | Address various issues raised by TinyUSB maintainers | Jean Gressmann | |
| - remove OPT_MCU_SAME51 in favor of OPT_MCU_SAME5X and working around differences in the Atmel bsp locally in the D5035-01 bsp. - rename board folder to d5035_01 for consistency with other boards | |||
| 2020-10-07 | Merge pull request #530 from hathach/fix-idf-latest | Ha Thach | |
| fix usb pin config with idf latest | |||
| 2020-10-07 | fix usb pin config with idf latest | hathach | |
| 2020-10-07 | Merge pull request #529 from gh2o/stm32-race | Ha Thach | |
| stm32 fsdev: fix ISTR and CTR_RX/TX race conditions | |||
| 2020-10-06 | stm32: fix ISTR and CTR_RX/TX race conditions | Gavin Li | |
| 2020-10-06 | D5035-01: more natural Makefile variable use | Jean Gressmann | |
| 2020-10-06 | Adds D5035-01 to the list of supported boards | Jean Gressmann | |
| 2020-10-05 | D5035-01 bsp: fix paths, default to hw rev 1 (automated build) | Jean Gressmann | |
| 2020-10-05 | Update Microchip submodule commit | Jean Gressmann | |
| 2020-10-06 | Merge pull request #516 from PanRe/tusb_fifo_unmaksed_pointers | Ha Thach | |
| Tusb fifo unmaksed pointers | |||
| 2020-10-05 | Adds files for the open source D5035-01 hardware | Jean Gressmann | |
| The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD | |||
| 2020-10-02 | fix simple pull request comments. Implement descriptor index hack. | Zachery Littell | |
| 2020-10-02 | Merge pull request #518 from kasjer/kasjer/nrf5x-iso-support | Ha Thach | |
| nrf5x iso support | |||
| 2020-10-01 | Add pipeline task for example | Zachery Littell | |
| 2020-10-01 | create hid multiple interface example | Zachery Littell | |
| 2020-10-01 | add index to report descriptor callback. this is breaking and needs to be ↵ | Zachery Littell | |
| reviewed | |||
| 2020-10-01 | create N functions and inlines for multi hid interfaces | Zachery Littell | |
| 2020-10-01 | nrf5x: Add support for ISO endpoints | Jerzy Kasenberg | |
| ISO endpoints were not covered so far by the driver code. This adds support for ISO IN and OUT endpoint handling. Registers for ISO IN(OUT) endpoints are placed just after normal IN(OUT) so in some cases common code could be used for handling all type of transfers. Generally code synchronizes ISO endpoint handling to SOF interrupt. This code does not change the way of how non-ISO endpoints are treated. Code uses strategy outlined in nRF52840 Produce Specification v1.0 sections 6.35.11.1 and 6.35.11.2. | |||
| 2020-10-01 | nrf5x: Increase size of mps to 16 bits | Jerzy Kasenberg | |
| msp stores max packet size. For ISO endpoints 8 bits is not enough so it's changed to 16 bits. | |||
| 2020-10-01 | nrf5x: Add dcd_edpt_close | Jerzy Kasenberg | |
| Closing endpoints can be important when there are alternate instances. This adds functionality of closing endpoints similar to what exists in other drivers. | |||
| 2020-10-01 | device: Make number of endpoints configurable | Jerzy Kasenberg | |
| Currently number of endpoints was hard coded to 8. NRF52 has 9 IN and 9 OUT endpoints. ISO endpoints are 0x08 and 0x88 and without this change those two ISO endpoint could not be used. | |||
| 2020-09-26 | Change modulo substitute to while ( idx >= depth) idx -= depth; | Reinhard Panhuber | |
| 2020-09-25 | Fix wrong comments, rename pos to offset, rename overflow(). | Reinhard Panhuber | |
| 2020-09-23 | Fix bug in modulo substitute. | Reinhard Panhuber | |
| 2020-09-23 | Change maximum depth to 2^15 which allows for a fast modulo substitute. | Reinhard Panhuber | |
| Thus, however, overflows are detectable only for one time FIFO depth. | |||
| 2020-09-23 | Merge pull request #512 from mzero/fix-midi-sysex | Ha Thach | |
| Fix a bug in writing SysEx messages. | |||
| 2020-09-19 | Final cleanup. | Reinhard Panhuber | |
| 2020-09-15 | Tested, working. | Reinhard Panhuber | |
| 2020-09-16 | Merge pull request #514 from kasjer/kasjer/fix-nrf52-edpt_dma_start | Ha Thach | |
| nrf52: Fix edpt_dma_start() wrong condition check | |||
| 2020-09-15 | nrf52: Fix edpt_dma_start() wrong condition check | Jerzy Kasenberg | |
| Operator < used in while condition was obviously incorrect. Loop starts with checking if unsigned variable is less then 0. This condition is always false. This reverses condition to follow intention of of the code. | |||
| 2020-09-14 | Merge pull request #508 from hathach/fix-edpt-race | Ha Thach | |
| Fix edpt xfer race condition | |||
