| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-11 | clean up | hathach | |
| 2020-09-10 | update claim edpt for hid and midi | hathach | |
| 2020-09-10 | Set new define because of build failure | Jan Dümpelmann | |
| 2020-09-09 | typo | hathach | |
| 2020-09-09 | clean up | hathach | |
| 2020-09-09 | update cdc edpt read | hathach | |
| 2020-09-09 | introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ↵ | hathach | |
| gain exclusive access to usbd_edpt_xfer | |||
| 2020-09-07 | move functions around | hathach | |
| 2020-09-07 | clean up | hathach | |
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-06 | Start of sampling works. | Reinhard Panhuber | |
| 2020-09-06 | change xfer_cb return type from void to bool | hathach | |
| 2020-09-06 | replacing hcd_pipe_xfer by usbh_edpt_xfer | hathach | |
| 2020-09-05 | clean up enum task | hathach | |
| 2020-09-05 | refactor hub class | hathach | |
| - separate connect/disconnect handling - hub work with full speed, but doesn't seem to work with Low speed device (with mcb1800) - need to update msc host after migrating from isr to xfer_cb (blocked at inquiry) | |||
| 2020-09-05 | more clean up | hathach | |
| 2020-09-05 | add in_isr to all hcd event functions | hathach | |
| 2020-09-05 | clean up | hathach | |
| 2020-09-05 | refactor extract parse_configuration_descriptor() | hathach | |
| 2020-09-05 | remove usbh control mutex | hathach | |
| 2020-09-05 | update example to test with mouse | hathach | |
| 2020-09-05 | defer xfer_isr to xfer_cb | hathach | |
| 2020-09-05 | clean up | hathach | |
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-09-04 | Add functionality to abort an ongoing transfer | Jan Dümpelmann | |
| 2020-09-04 | clean up | hathach | |
| 2020-09-03 | more hid host work | hathach | |
| 2020-09-03 | Remove tud_audio_n_write_ep_in_buffer() as long as ISO EPs are not RBs. | Reinhard Panhuber | |
| 2020-09-03 | New function to modify fifo overwritability | Jan Dümpelmann | |
| 2020-09-03 | Turn transmit fifo overwritable in no DTR mode | Jan Dümpelmann | |
| 2020-09-03 | Remove connected check for write flushing | Jan Dümpelmann | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-03 | rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler | hathach | |
| 2020-09-02 | revert to use float-abi | hathach | |
| define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU on startup properly. Although it is only relevant to lpx43/40 series, change all to __USE_CMSIS for consistency | |||
| 2020-09-01 | add more logging to host stack | hathach | |
| tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway). | |||
| 2020-09-01 | Allow epin_buf to be written directly into in case no TX FIFOs are used. | Reinhard Panhuber | |
| This is helpful if you have already encoded audio data and want an efficient way to send it. However, this approach is NOT THREADSAFE so far and works realiably ONLY IF tud_audio_n_write_ep_in_buffer() is NOT called form an interrupt! | |||
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-29 | Fix comment. | Reinhard Panhuber | |
| 2020-08-29 | Fix CFG_TUD_AUDIO_RX_FIFO_SIZE defines. | Reinhard Panhuber | |
| 2020-08-29 | Change min to tu_min16. | Reinhard Panhuber | |
| 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 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 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 | |
