| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-07 | fix cast-align warning | hathach | |
| 2021-04-06 | more clean up for _ff_pull_const_addr_in_full_words() | hathach | |
| 2021-04-06 | refactor _ff_pull_n() with const addr | hathach | |
| 2021-04-06 | minor clean up | hathach | |
| 2021-04-06 | Merge branch 'master' of github.com:hathach/tinyusb into edpt_ISO_xfer | hathach | |
| 2021-04-06 | add tu_unaligned_read32/write32 (#772) | Ha Thach | |
| * add tu_unaligned_read32/write32 * added tu_unaligned_read16/write16 * add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function | |||
| 2021-04-06 | code format | hathach | |
| 2021-04-05 | Add DFU runtime and mode "class" | Jeremiah McCarthy | |
| With the runtime and mode portions in separate classes, a single application should only be building with one or the other enabled. In some applications both might be desired at build time. The CFG_TUD_DFU_RUNTIME_AND_MODE option creates a DFU class, which asks the application which mode to initialize to. This allows a runtime change between RT and DFU mode, by just reinitializing tusb. | |||
| 2021-04-05 | Remove unreachable callback | Jeremiah McCarthy | |
| 2021-04-05 | Fix bug during initialization of DFU Mode | Jeremiah McCarthy | |
| 2021-04-05 | Separate DFU RT and Mode. Untested | Jeremiah McCarthy | |
| 2021-04-06 | fix build | hathach | |
| 2021-04-06 | audio driver only use USE_LINEAR_BUFFER = 0 for stm32 synopsys driver | hathach | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for esp32s2 | hathach | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for nuc120 121 | hathach | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for msp430 | hathach | |
| 2021-04-05 | Fix incorrect DNLOAD request len passed to app | Jeremiah McCarthy | |
| Fixes bug where the app callback was getting the length of the status request transfer rather than the length of the data stage payload. TODO: Right now this returns the expected length, when it really should be returning the transfer length. | |||
| 2021-04-05 | revert dcd_edpt_xfer_fifo() implementation for stm32_fsdev | hathach | |
| 2021-04-04 | revert dcd_edpt_xfer_fifo() implementation for nuc505 | hathach | |
| 2021-04-04 | revert dcd_edpt_xfer_fifo() implementation for samg | hathach | |
| samg fifo is accessed byte by byte (although the register is 32 bit). | |||
| 2021-04-03 | Fix wrong read mutexes in audio_device.c | Reinhard Panhuber | |
| 2021-04-03 | Fix wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-04-03 | Fix potential bug in support FIFO sizes | Reinhard Panhuber | |
| 2021-04-03 | Add missing #defines in uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix error in #defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix #define error in audio_device.h | Reinhard Panhuber | |
| 2021-04-03 | Fix #define error in audio_device.h | Reinhard Panhuber | |
| 2021-04-03 | Fix #define errors in audio_device.h | Reinhard Panhuber | |
| 2021-04-03 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-04-03 | Generalize audio driver for 3 audio functions plus a lot more. | Reinhard Panhuber | |
| - Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific) | |||
| 2021-04-02 | Merge pull request #766 from hathach/enhance-midi | Ha Thach | |
| Enhance midi | |||
| 2021-04-02 | correct midi stream read behavior to read until user buffer is full or no ↵ | hathach | |
| more data from usb fifo | |||
| 2021-04-02 | refactor midi read buffer to stream | hathach | |
| 2021-04-02 | rename midi write()/read() to stream_write() stream_read() | hathach | |
| also add deprecated for warning and rename hint | |||
| 2021-04-02 | removed tud_midi_write24() | hathach | |
| 2021-04-02 | refactor midi write into stream | hathach | |
| 2021-04-02 | refactor midi stream read | hathach | |
| 2021-04-02 | fix midi tx fifo overflow cause data corruption | hathach | |
| rename | |||
| 2021-03-31 | Merge pull request #757 from kkitayam/add_support_for_gr_citrus | Ha Thach | |
| Add support for GR-CITRUS | |||
| 2021-03-31 | code format | hathach | |
| 2021-03-30 | remove tud_midi_read_flush() | hathach | |
| 2021-03-30 | rename tud_midi_receive/send to tud_midi_packet_read/write | hathach | |
| 2021-03-30 | correct hid key enter = 0x28, return = 0x9E | hathach | |
| 2021-03-30 | add hid keys from 0x6B to 0xA4 | hathach | |
| 2021-03-28 | cleanup | kkitayam | |
| 2021-03-27 | fixed a OUT transfer did not completed multiple of the max packet size | kkitayam | |
| 2021-03-27 | using BRDY interruption for handling IN transfers. | kkitayam | |
| 2021-03-26 | Minor cleanup | Jeremiah McCarthy | |
| 2021-03-26 | Add DFU Class per Version 1.1 Spec | Jeremiah McCarthy | |
| 2021-03-26 | update for gr_citurs | kkitayam | |
