| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-29 | Change min to tu_min16. | Reinhard Panhuber | |
| 2020-08-29 | Merge pull request #1 from kasjer/kasjer/uac2 | PanRe | |
| audio_device: Fix small issues here and there | |||
| 2020-08-27 | Merge pull request #497 from hathach/improve-midi | Ha Thach | |
| Improve midi | |||
| 2020-08-27 | Merge pull request #499 from hathach/bsp-itsy-nrf52840 | Ha Thach | |
| add itsybitsy nrf52840 board support | |||
| 2020-08-27 | add itsybitsy nrf52840 board support | hathach | |
| 2020-08-25 | audio_device: Change CFG_TUD_AUDIO_TX_BUFSIZE to CFG_TUD_AUDIO_TX_FIFO_SIZE | Jerzy Kasenberg | |
| CFG_TUD_AUDIO_TX_BUFSIZE seems to be used only in 3 preprocessor condition while in other places CFG_TUD_AUDIO_TX_FIFO_SIZE is used. | |||
| 2020-08-25 | audio_device: Fix NULL pointer access in audiod_xfer_cb | Jerzy Kasenberg | |
| b_bytes_copied was pointer with NULL value instead of plain variable. NULL pointer was passed to audio_tx_done_cb() and dereference as well. Now variable is not a pointer. | |||
| 2020-08-25 | audio_device: Fix FIFO element size discrepancies | Jerzy Kasenberg | |
| Buffer for TX and RX FIFO was not taking into account size of element leading to out of bound access. audio_tx_done_type_I_pcm_ff_cb() reported copied bytes was not returning correct value number if channels was omitted in computation. Transfer size calculation uses simpler arithmetic. | |||
| 2020-08-24 | fix typo | hathach | |
| 2020-08-24 | improve midi | hathach | |
| - fix #436 tud_midi_rx_cb() not invoked - fix xfer_cb() not handle ep in - add ZLP if needed | |||
| 2020-08-24 | audio_device: Fix descriptor limit calculation | Jerzy Kasenberg | |
| In several place p_desc_end calculation was not taking into account that starting pointer (_audiod_itf[idxDriver].p_desc) was pointing past interface association descriptor. It would result in accessing random memory. | |||
| 2020-08-24 | Merge pull request #486 from kasjer/kasjer/add-endpoint-close-to-synopsys | Ha Thach | |
| Add dcd_edpt_close() to synopsys | |||
| 2020-08-22 | Update README.md | Ha Thach | |
| 2020-08-22 | Merge pull request #493 from hathach/followup-490-samd11 | Ha Thach | |
| add OPT_MCU_SAMD11 | |||
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-08-22 | Merge pull request #490 from ktemkin/master | Ha Thach | |
| add support for SAMD11 devices / add samd11_xplained board | |||
| 2020-08-21 | add support for SAMD11 devices / add samd11_xplained board | Katherine Temkin | |
| 2020-08-21 | Merge pull request #491 from hathach/fix-samg55-build | Ha Thach | |
| fix samg55 ci build | |||
| 2020-08-21 | fix samg55 ci build | hathach | |
| 2020-08-21 | Merge pull request #434 from gh2o/master | Ha Thach | |
| Add TX callback to CDC device | |||
| 2020-08-20 | Fix formatting, get rid of all tabs. | Reinhard Panhuber | |
| 2020-08-20 | Slight optimization for cdc tx refill | Gavin Li | |
| 2020-08-20 | Smarter CDC TX refill logic | Gavin Li | |
| 2020-08-19 | Commit before sharing. | Reinhard Panhuber | |
| Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface. | |||
| 2020-08-16 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c src/device/usbd.h src/portable/st/synopsys/dcd_synopsys.c | |||
| 2020-08-16 | Add EP close. Fix bug in set_interface within audio. | Reinhard Panhuber | |
| 2020-08-14 | Add dcd_edpt_close() to synopsys | Jerzy Kasenberg | |
| Endpoint close was implemented only in one driver so far. This function is needed for interfaces with several alternate settings. The way FIFO is allocated in dcd_edpt_open() allows to correctly close only one IN endpoint (the one that was opened last). | |||
| 2020-08-13 | Merge pull request #485 from kasjer/kasjer/fix-synopsys-fifo-flush-in-stall | Ha Thach | |
| Fix synopsys fifo flush during stall | |||
| 2020-08-12 | Fix synopsys fifo flush during stall | Jerzy Kasenberg | |
| Wrong FIFO was flushed in dcd_edpt_stall(). (epnum - 1) should only be used when accessing DIEPTXF registers. For DIEPCTL and GRSTCTL epnum is correct index. | |||
| 2020-08-11 | Merge pull request #484 from hathach/fix-bt-warning | Ha Thach | |
| use usbd_edpt_open in bth driver | |||
| 2020-08-11 | use usbd_edpt_open in bth driver | hathach | |
| 2020-08-11 | Merge pull request #385 from hathach/add-app-driver | Ha Thach | |
| support class drivers implemented by application | |||
| 2020-08-07 | update note for app driver list mustbe accesible at all time. | hathach | |
| 2020-08-07 | allow application driver to overwrite built-in one | hathach | |
| - position application driver before built-in - remove dcd.h from public include. | |||
| 2020-08-07 | Merge branch 'master' into add-app-driver | hathach | |
| 2020-08-06 | Merge pull request #483 from majbthrd/master | Ha Thach | |
| update lib/lwip to STABLE-2_1_2_RELEASE | |||
| 2020-08-05 | update lib/lwip to STABLE-2_1_2_RELEASE | Peter Lawrence | |
| 2020-08-05 | Merge pull request #476 from kasjer/kasjer/fix-synopsys-fix-iso-frame-bit | Ha Thach | |
| Fix synopsys odd/even frame bit for IN ISO endpoints | |||
| 2020-08-04 | Merge pull request #480 from hathach/fix-nrf-disconnect | Ha Thach | |
| manually submit unplugged event for nrf dcd_disconnect() | |||
| 2020-08-04 | Fix synopsys odd/even frame bit for IN ISO endpoints | Jerzy Kasenberg | |
| For ISO endpoint driver has to specify when data is to be transmitted (odd or even frame). Currently code was not updating this bit resulting in data being sent every other frame. If interval was 1ms full data packed was sent every 2ms, and ZLP was sent in between. | |||
| 2020-08-04 | manually submit unplugged event for nrf dcd_disconnect() | hathach | |
| 2020-08-04 | Merge pull request #478 from hathach/move-dcdconnect-to-dcdinit | Ha Thach | |
| Move pull-up enabling to dcd_init() instead of usbd | |||
| 2020-08-03 | Implement dynamic FIFO RAM allocation according to configuration desc. | Reinhard Panhuber | |
| 2020-08-02 | Merge pull request #472 from hathach/fix-msp430-warning | Ha Thach | |
| fix msp430 gcc 9.2.0 warning | |||
| 2020-08-01 | enable pull-up in dcd_init() instead of usbd | hathach | |
| 2020-08-01 | Merge pull request #477 from hathach/fix-nrf-unplugg-isr-event | Ha Thach | |
| correct isr context for nrf DCD_EVENT_UNPLUGGED | |||
| 2020-08-01 | Merge pull request #475 from ↵ | Ha Thach | |
| kasjer/kasjer/fix-synopsys-endpoint-constraint-check Fix synopsys size check for ISO endpoint | |||
| 2020-08-01 | correct isr context for nrf DCD_EVENT_UNPLUGGED | hathach | |
| also rename debug lookup to prevent conflict | |||
| 2020-07-31 | Fix synopsys size check for ISO endpoint | Jerzy Kasenberg | |
| Constraint was incorrect for ISO endpoint as stated in TODO. | |||
| 2020-07-29 | Merge pull request #474 from hathach/fix-strict-prototype | Ha Thach | |
| fix strict prototype | |||
