| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-10 | net_lwip_webserver: tweak main.c comments with smartphone suggestions | Peter Lawrence | |
| 2020-10-10 | Merge pull request #521 from PanRe/uac2 | Ha Thach | |
| Uac2 | |||
| 2020-10-10 | Dynamically check STM32F3 IRQ remap option | Niklas Hauser | |
| 2020-10-09 | Fix unused parameter in audio test. | Reinhard Panhuber | |
| 2020-10-09 | Fix minor issue in audio example. | Reinhard Panhuber | |
| 2020-10-09 | Extend example s.t. a saw tooth is sent. | Reinhard Panhuber | |
| 2020-10-09 | Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP | Reinhard Panhuber | |
| Add tud_audio_set_itf_close_EP_cb() | |||
| 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 | DA146xx: Allow transmitting of packets larger then 64 bytes | Jerzy Kasenberg | |
| FIFO is limited to 64 bytes yet MCU is capable of transmitting larger packets provided that FIFO will be filled on the fly and USB_USB_TXCx_REG_USB_LAST_Msk bit is set after FIFO is filled with all the data that should be transmitted. This change allows to use FIFO level warning interrupt to fill FIFO. When DMA is available it will be used instead of interrupts. Some function names were changed to better reflect what each function does. | |||
| 2020-10-08 | DA146xx: Add support for ISO endpoints | Jerzy Kasenberg | |
| Few changes were needed to have working ISO endpoints. | |||
| 2020-10-08 | DA146xx: 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-08 | DA146xx: Allow receiving of packets larger then 64 bytes | Jerzy Kasenberg | |
| Internal FIFO for each endpoint is limited to 64 bytes. It is possible to have longer packets if respective FIFO is read during actual packet transmission. This change updates receive data path to allow packets (and endpoint size) larger then 64 bytes. If DMA is not used yet DMA is setup for reception of big packets. If DMA is already assigned to some transfer, code enables FIFO level warning interrupts and tries to read data before FIFO is filled up. | |||
| 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 | Remove CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE which is not needed any more | Reinhard Panhuber | |
| 2020-10-07 | Merge pull request #3 from hathach/PanRe-uac2-fix-build | PanRe | |
| Pan re uac2 fix build | |||
| 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-07 | tab -> spaces | hathach | |
| 2020-10-07 | fix audio_test build | hathach | |
| 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-06 | Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2 | hathach | |
| 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-03 | Change CFG_TUSB_CONFIG_FILE mechanism to improve header file scanning | Niklas Hauser | |
| 2020-10-03 | Allow overwriting TU_ASSERT etc macros | Niklas Hauser | |
| 2020-10-03 | Use tu_printf instead of printf | Niklas Hauser | |
| 2020-10-03 | Use C++11 static_assert when available | Niklas Hauser | |
