| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-24 | update dcd ip3511 for better multiple rhport support | hathach | |
| 2021-04-23 | Change tu_fifo_get_linear_write/read_info() to return a struct | Reinhard Panhuber | |
| Compilers always complain that variables set by function via pointer might be uninitialized so to avoid that return values are now delivered via struct. | |||
| 2021-04-23 | Init len_wrap = 0 to fix compiler complains. | Reinhard Panhuber | |
| 2021-04-23 | Fix include path in audio_device.h | Reinhard Panhuber | |
| 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-22 | Removes polltimeout behaviour and restructures | Jeremiah McCarthy | |
| Moves dfu_req_dnload_reply to ACK stage of a DNREQUEST. Removes unneeded variables due to other simplifications. | |||
| 2021-04-22 | Fix statte check on DATA stage | Jeremiah McCarthy | |
| 2021-04-22 | Remove custom status description table | Jeremiah McCarthy | |
| 2021-04-22 | Remove unused alt_setting | Jeremiah McCarthy | |
| 2021-04-22 | Add const | Jeremiah McCarthy | |
| 2021-04-22 | Remove uunused code | Jeremiah McCarthy | |
| 2021-04-22 | Remove usb reset callback | Jeremiah McCarthy | |
| 2021-04-22 | Remove nonstd behaviour | Jeremiah McCarthy | |
| 2021-04-22 | Move debug from .h to .c | Jeremiah McCarthy | |
| 2021-04-22 | Replace dfu_mode with dfu | Jeremiah McCarthy | |
| 2021-04-21 | Remove unnecessary volatile and short audio function index to func_id | Reinhard Panhuber | |
| 2021-04-20 | Merge remote-tracking branch 'upstream/master' into uac2_fix_cs_as_int_alt_set_0 | Reinhard Panhuber | |
| 2021-04-20 | Clean up old depracted and misleading variable names | Reinhard Panhuber | |
| 2021-04-20 | Refactor static function for better performance | Reinhard Panhuber | |
| 2021-04-20 | Fix pointer alt_setting to be cleared when driver gets initialized | Reinhard Panhuber | |
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-04-15 | fix build with LOG=2 | hathach | |
| 2021-04-15 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-04-15 | minor clean up | hathach | |
| 2021-04-14 | Improve user feedback in case of wrong configuration of audio driver | Reinhard Panhuber | |
| 2021-04-12 | Remove DFU mode and rt | Jeremiah McCarthy | |
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-04-08 | Fix defines in audio_device.c | Reinhard Panhuber | |
| 2021-04-08 | Remove depracted defines in audio_device.c | Reinhard Panhuber | |
| 2021-04-07 | Resolve gcc warnings for no parameter functions | Jeremiah McCarthy | |
| 2021-04-07 | Revise per initial comments | Jeremiah McCarthy | |
| Returns the RT driver to the function state of previous iteration, which did not support the will_detach. Behavior should be fine without this feature. This removes much of the added bloat to track state, and handle requests in the APP_DETACH state which is no longer required. Removes the optional bloat added to the RT driver, such as responding to GETSTATE requests. Fixes the DFU Mode to extract the attr bits from the functional descriptor when opened. Fixes some incorrect bitwise if checks. Also, updates some naming of functions to be consistent with the rest of the library. | |||
| 2021-04-07 | Optimize encode/decode - refactor unnecessary repetitive division | Reinhard Panhuber | |
| 2021-04-07 | more cleanup | hathach | |
| 2021-04-07 | remove tu_fifo_backward_write/read_pointer API | hathach | |
| since it is illegal from fifo perspective | |||
| 2021-04-07 | more _ff_pull/push clean up | hathach | |
| 2021-04-07 | clean up _ff_push_n | hathach | |
| 2021-04-07 | use tu_unaligned_write32() for _ff_push_const_addr | hathach | |
| 2021-04-07 | rename | hathach | |
| 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 | |
