| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-29 | Add hardware endpoint allocator. | Mengsk | |
| 2022-12-29 | dcd_stm32_fsdev : Implement FIFO transfer correctly. | Mengsk | |
| 2022-12-29 | dcd_stm32_fsdev : Fix index out of bound in dcd_write_packet_memory() | Mengsk | |
| If src is odd then src[wNBytes] is accessed. | |||
| 2022-12-29 | Added improvements with regards to SOF timing jitter | Simon Kueppers | |
| 2022-12-29 | Added TU_ATTR_ALWAYS_INLINE to all static inline functions | Simon Kueppers | |
| 2022-12-29 | Fixed various small problems and inaccuracies regarding ISOCHRONOUS endpoint | Simon Kueppers | |
| 2022-12-29 | SHA-1: 5cb3ed518301e2237ee4e468e97e51ece0ba3838 | Mengsk | |
| * Correct handling of SOF interrupt | |||
| 2022-12-29 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32_fsdev | Mengsk | |
| 2022-12-29 | Fixed problem where the transmit byte count was written into the wrong ↵ | Simon Kueppers | |
| register on ISOCHRONOUS endpoints | |||
| 2022-12-29 | Renamed pcd_set_ep_rx_cnt because it actually sets the maximum buffer size | Simon Kueppers | |
| 2022-12-29 | Changed comments, added define to fail if ISOCHRONOUS endpoint is not ↵ | Simon Kueppers | |
| available but requested | |||
| 2022-12-29 | Fixed non-aligned allocated memory sizes | Simon Kueppers | |
| 2022-12-29 | Changed indirection from actual endpoint address to hardware endpoint ↵ | Simon Kueppers | |
| through lookup table. Allocation of endpoint is now only performed in dcd_edpt_open | |||
| 2022-12-29 | Fixed wrongly enabling RX and TX status simultaneously on ISOCHRONOUS endpoints | Simon Kueppers | |
| 2022-12-29 | Implemented an optional callback function that is used instead of ↵ | Simon Kueppers | |
| tu_edpt_number in the stm32 device driver as a crude tool to control mapping of the endpoint address to actual endpoint register | |||
| 2022-12-29 | Implemented very rudimentary support for isochronous transfer buffer handling | Simon Kueppers | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-07 | Fix DCD build. | Mengsk | |
| 2022-11-07 | Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412 | Mengsk | |
| 2022-11-07 | Add support for STM32L412. | Mengsk | |
| 2022-03-14 | Merge branch 'master' into add-sof-isr | Ha Thach | |
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-03-07 | Add support for STM32WB mcu | Jerzy Kasenberg | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-11-04 | adding g4 family with g474nucleo, able to blink led and button | hathach | |
| 2021-10-26 | update bcm dcd | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | 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-08 | STM32L151 portable driver adaptations | Robert Manzke | |
| 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 stm32 license header | Stefan Kerkmann | |
| 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-23 | Implement functions to allow for DMA usage in audio driver. | Reinhard Panhuber | |
| - Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(), tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff() - Change get_linear_read/write_info() to return linear and wrapped part at once - Adjusted affected code in audio_device.c and tested with audio_4_channel. | |||
| 2021-04-15 | minor clean up | hathach | |
| 2021-04-05 | revert dcd_edpt_xfer_fifo() implementation for stm32_fsdev | 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 | |
