summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-10net_lwip_webserver: tweak main.c comments with smartphone suggestionsPeter Lawrence
2020-10-10Merge pull request #521 from PanRe/uac2Ha Thach
Uac2
2020-10-10Dynamically check STM32F3 IRQ remap optionNiklas Hauser
2020-10-09Fix unused parameter in audio test.Reinhard Panhuber
2020-10-09Fix minor issue in audio example.Reinhard Panhuber
2020-10-09Extend example s.t. a saw tooth is sent.Reinhard Panhuber
2020-10-09Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EPReinhard Panhuber
Add tud_audio_set_itf_close_EP_cb()
2020-10-09Merge pull request #532 from hathach/house-keepingHa Thach
House keeping
2020-10-09fix ci buildhathach
2020-10-09try GITHUB_PATH for cihathach
2020-10-09update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaceshathach
also clean up code
2020-10-09rename multiple hid callbackhathach
2020-10-09clean up examplehathach
2020-10-09rename hid multiple interfacehathach
2020-10-09Merge branch 'master' into house-keepinghathach
2020-10-09use pyocd for iMXRT boardshathach
2020-10-09Merge pull request #531 from majbthrd/mimxrt1010stackHa Thach
mimxrt1010_evk: double stack size to allow net_lwip_webserver to run
2020-10-09Merge pull request #524 from zlittell/f_MultipleHIDInterfacesHa Thach
Feature multiple hid interfaces
2020-10-08Fix tu_verify argsZachery Littell
2020-10-08Cleanup per review on PRZachery Littell
2020-10-08DA146xx: Allow transmitting of packets larger then 64 bytesJerzy 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-08DA146xx: Add support for ISO endpointsJerzy Kasenberg
Few changes were needed to have working ISO endpoints.
2020-10-08DA146xx: Add dcd_edpt_closeJerzy 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-08DA146xx: Allow receiving of packets larger then 64 bytesJerzy 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-08add flash-pyocd supporthathach
2020-10-08clean up jlink default interfacehathach
2020-10-08Merge pull request #528 from jgressmann/port-atsame51-to-tinyusbHa Thach
Adds files for the open source D5035-01 hardware
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-07mimxrt1010_evk: double stack size to allow net_lwip_webserver to runPeter Lawrence
2020-10-07D5035-01 bsp: fix typoJean Gressmann
2020-10-07Address various issues raised by TinyUSB maintainersJean 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-07Merge pull request #530 from hathach/fix-idf-latestHa Thach
fix usb pin config with idf latest
2020-10-07fix usb pin config with idf latesthathach
2020-10-07Remove CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE which is not needed any moreReinhard Panhuber
2020-10-07Merge pull request #3 from hathach/PanRe-uac2-fix-buildPanRe
Pan re uac2 fix build
2020-10-07Merge pull request #529 from gh2o/stm32-raceHa Thach
stm32 fsdev: fix ISTR and CTR_RX/TX race conditions
2020-10-07tab -> spaceshathach
2020-10-07fix audio_test buildhathach
2020-10-06stm32: fix ISTR and CTR_RX/TX race conditionsGavin Li
2020-10-06D5035-01: more natural Makefile variable useJean Gressmann
2020-10-06Adds D5035-01 to the list of supported boardsJean Gressmann
2020-10-06Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2hathach
2020-10-05D5035-01 bsp: fix paths, default to hw rev 1 (automated build)Jean Gressmann
2020-10-05Update Microchip submodule commitJean Gressmann
2020-10-06Merge pull request #516 from PanRe/tusb_fifo_unmaksed_pointersHa Thach
Tusb fifo unmaksed pointers
2020-10-05Adds files for the open source D5035-01 hardwareJean Gressmann
The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD
2020-10-03Change CFG_TUSB_CONFIG_FILE mechanism to improve header file scanningNiklas Hauser
2020-10-03Allow overwriting TU_ASSERT etc macrosNiklas Hauser
2020-10-03Use tu_printf instead of printfNiklas Hauser
2020-10-03Use C++11 static_assert when availableNiklas Hauser