| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-01 | remove legacy driver st/synopsys | hathach | |
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-10-26 | update bcm dcd | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-09-08 | fix build with gd32vf103 | hathach | |
| 2021-09-08 | implement remote wakeup for stm synopsys | hathach | |
| 2021-09-07 | make synopsys usbcv compliance | hathach | |
| - implement dcd_edpt_close_all() - reset dtoggle when open endpoint - correct dev interrupt mask on bus reset | |||
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-15 | Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb | Ha Thach | |
| [PORT] Add GD32VF103 support and Sipeed Longan Nano Board support | |||
| 2021-08-15 | move gd32vf103 to its own family | hathach | |
| 2021-08-14 | synopsys clear DAD on bus_reset | hathach | |
| 2021-08-13 | Fix dcd_set_address bug when called more than once with different | Tobias Ringström | |
| addresses (e.g. after plugging the device into a different port). | |||
| 2021-08-07 | Remove unnecessary define guard | Stefan Kerkmann | |
| The GD32VF103 family only has USB-OTG peripherals. | |||
| 2021-08-07 | Remove dependencies to external libraries for the dcd driver | Stefan Kerkmann | |
| The core of tinyusb must be as independent as possible, we previously relied on nuclei-sdk or the GD32VF103 firmware library for the synopsys driver to work with the GD32VF103. Fortunatly we needed very few parts from them so we implement them here. | |||
| 2021-08-03 | Add hacky GD32VF103 support | Stefan Kerkmann | |
| 2021-07-19 | Fix for dcd_synopsys driver integer overflow in HS mode (issue #968). | Ben Evans | |
| 2021-05-27 | clean up tusb_fifo.h include | hathach | |
| 2021-05-10 | minor clean up | hathach | |
| 2021-04-15 | minor clean up | hathach | |
| 2021-03-23 | Fix bug in writing to constant src/dst address. | Reinhard Panhuber | |
| Copying has to be conduct in full words (at least for STM32). Renamed copy function to tu_fifo_write_n_const_addr_full_words() | |||
| 2021-03-02 | Change for copy modes in dcd_synopsis.c | Reinhard Panhuber | |
| 2021-03-02 | Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo() | Reinhard Panhuber | |
| 2021-02-23 | Implement dcd_edpt_iso_xfer() for dcd_da146xx.c BUT WITHOUT DMA SUPPORT | Reinhard Panhuber | |
| 2021-02-14 | Change FIFO use indication to ff == NULL to avoid future errors. | Reinhard Panhuber | |
| This way people don't need to pay attention for the buffer pointer | |||
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-01-31 | Rework audio driver | Reinhard Panhuber | |
| 2021-01-19 | Change names from edpt_ISO_xfer to edpt_iso_xfer | Reinhard Panhuber | |
| 2021-01-18 | Correct include path to #include "common/tusb_fifo.h" | Reinhard Panhuber | |
| 2021-01-18 | Implement dcd_edpt_ISO_xfer() and adapt transmission scheme | Reinhard Panhuber | |
| 2021-01-09 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-01-08 | fix ci | hathach | |
| 2021-01-08 | use dcd_event_bus_reset() with speed to replace bus_signal | hathach | |
| 2021-01-08 | another rename | hathach | |
| 2021-01-08 | remove inline for update_grxfsiz | hathach | |
| 2021-01-08 | more minor work | hathach | |
| 2021-01-08 | minor clean up following pr581 | hathach | |
| 2021-01-04 | Correct function declaration | Reinhard Panhuber | |
| 2021-01-04 | Minor corrections for PR | Reinhard Panhuber | |
| - externerlize code into functions - correct comments | |||
| 2021-01-04 | Remove too verbose comment | Reinhard Panhuber | |
| 2021-01-04 | Start changes - not yet finished | Reinhard Panhuber | |
| 2021-01-03 | Clean up | Reinhard Panhuber | |
| 2021-01-03 | Rework USB FIFO allocation scheme and allow RX FIFO size reduction | Reinhard Panhuber | |
| 2020-11-27 | fix ci | hathach | |
| 2020-11-27 | add bus suspend & resume support for esp32s2 | hathach | |
| 2020-10-24 | Move into if statement | Jacob Potter | |
| 2020-10-24 | CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macro | Jacob Potter | |
| 2020-10-18 | Allow use of internal FS PHY on OTG_HS interface | Jacob Potter | |
| Some ST parts (like STM32F74xxx / STM32F75xxx) allow the USB_OTG_HS core to be used with either an external high-speed ULPI PHY or an internal full-speed-only (12mbps) PHY. Currently the code assumes than an ULPI PHY is used unless the chip has an internal high-speed PHY (`#if defined(USB_HS_PHYC)`), with no provision to use the internal FS PHY. | |||
| 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() | |||
