| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-18 | Implement requested PR changes | Jeremiah McCarthy | |
| Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED. | |||
| 2021-02-18 | Implement left and right justifications for 24 to 32 bit PCM encoding | Reinhard Panhuber | |
| 2021-02-19 | Merge pull request #658 from lurch/patch-1 | Ha Thach | |
| rp2040/family.c: allow LED_PIN to be undefined | |||
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-18 | rp2040/family.c: allow LED_PIN to be undefined | Andrew Scheller | |
| 2021-02-18 | Correct for wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-02-17 | Included size check for ISO buffers | Nicholas R Dinsmore | |
| 2021-02-17 | Add (void *) for pointer cast. | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer call in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing pointer operator in dcd_nuc505.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing FIFO definitions | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer type. | Reinhard Panhuber | |
| 2021-02-17 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| Conflicts: src/common/tusb_fifo.h | |||
| 2021-02-17 | Fix bug in evasion buffer list | Reinhard Panhuber | |
| 2021-02-17 | Add SAMD MCUs to buffer evasion list | Reinhard Panhuber | |
| 2021-02-17 | Implement an evasion linear buffer for MCUs not capable for EP FIFO | Reinhard Panhuber | |
| Also MCUs using DMAs are within this list, however, these can use an EP FIFO. There is just no time for implementation | |||
| 2021-02-17 | Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdev | Reinhard Panhuber | |
| Implemented a special copy strategy to copy directly from the FIFO. This function, however, is untested and should be regarded as unreliable until somebody was able to test it | |||
| 2021-02-17 | Improve tu_fifo capabilites | Reinhard Panhuber | |
| Added tu_fifo_get_linear_write_info(), tu_fifo_backward_write_pointer(), and tu_fifo_backward_read_pointer() | |||
| 2021-02-17 | Enable iso buffers per rp2040 spec | Nicholas R Dinsmore | |
| 2021-02-17 | Merge pull request #655 from ndinsmore/fifo_fix | Ha Thach | |
| Fix to fifo pointer overflow mathmatics | |||
| 2021-02-16 | This fixes the overflow mathmatic in the fifo | Nicholas R Dinsmore | |
| 2021-02-16 | Add alternate bitfield padding option | Jeremiah McCarthy | |
| Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled. | |||
| 2021-02-14 | Implement dcd_edpt_iso_xfer() for msp430 | 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-13 | Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505 | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc121.c | Reinhard Panhuber | |
| 2021-02-13 | Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc120.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_esp32s2.c | Reinhard Panhuber | |
| 2021-02-12 | Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anyway | Reinhard Panhuber | |
| 2021-02-12 | Fix a ; in #define definition | Reinhard Panhuber | |
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Formating | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-02-12 | Fixes RP2040 buffer reallocation overrun problem (#642) | ndinsmore | |
| Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close). | |||
| 2021-02-11 | Merge pull request #648 from hathach/rename-dfu-rt-to-runtime | Ha Thach | |
| Rename dfu rt to runtime | |||
| 2021-02-11 | Merge pull request #647 from hathach/correct-fs-bulk-epsize | Ha Thach | |
| more epsize checking per type | |||
| 2021-02-11 | rename examples folder dfu_rt to dfu_runtime | hathach | |
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-11 | Merge pull request #646 from hathach/detect-clear-set-ep-status-from-class | Ha Thach | |
| remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | |||
| 2021-02-11 | clean up | hathach | |
| 2021-02-11 | more epsize checking per type | hathach | |
| 2021-02-11 | Merge pull request #645 from ipopov/webserial-fix | Ha Thach | |
| Fix unintended control transfers in webserial example. | |||
| 2021-02-11 | remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | hathach | |
| 2021-02-10 | Address review comments: | Ivo Popov | |
| - every switch must have a default - revert formatting of unchanged lines | |||
| 2021-02-10 | Merge pull request #644 from ipopov/master | Ha Thach | |
| Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. | |||
| 2021-02-10 | Fix unintended control transfers in webserial example. | Ivo Popov | |
| 2021-02-10 | Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. | Ivo Popov | |
| This ensures that the Pico SDK, too, is built in debug mode and with nice debugging symbols. | |||
