summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18Explicitly add cast to uint32_t before shifting uint8 to leftReinhard Panhuber
2021-01-18Correct include path to #include "common/tusb_fifo.h"Reinhard Panhuber
2021-01-18Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-01-18Implement dcd_edpt_ISO_xfer() and adapt transmission schemeReinhard Panhuber
2021-01-18Add usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-18Clean upReinhard Panhuber
2021-01-18Add FIFO copy modes: tu_fifo_copy_mode_tReinhard Panhuber
2021-01-18Add tusb_fifo.h header file to dcd.hReinhard Panhuber
2021-01-18Implement the usage of usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-17Add tu_fifo_read_n_into_other_fifo() to copy into from FIFO into anotherReinhard Panhuber
2021-01-14Merge pull request #590 from kkitayam/support_for_cmdHa Thach
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
2021-01-12Changed some source file paths for SRC_C to relative paths.kkitayam
2021-01-11added support for cmd.exe as a shell on make.kkitayam
2021-01-11Merge pull request #589 from gsteiert/feature-dbl-m33Ha Thach
2021-01-10moving sct neopixel driver to shared libraryGreg Steiert
2021-01-10moved neopixel to its own files with additional featuresGreg Steiert
2021-01-09Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-01-08Merge pull request #588 from hathach/use-dcd_event_bus_resetHa Thach
2021-01-08fix cihathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08Merge pull request #587 from hathach/followup-pr581Ha Thach
2021-01-08another renamehathach
2021-01-08remove inline for update_grxfsizhathach
2021-01-08more minor workhathach
2021-01-08minor clean up following pr581hathach
2021-01-08Merge pull request #581 from hathach/dcd_synopsis_mem_allocationHa Thach
2021-01-08Merge pull request #586 from hathach/walkround-samd21-setup-overflowHa Thach
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
2021-01-07Merge pull request #585 from hathach/increase-hid-default-epbufHa Thach
2021-01-07change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64hathach
2021-01-07Merge pull request #582 from gsteiert/feature-dbl-m33Ha Thach
2021-01-07added Double M33 Express to boards.mdGreg Steiert
2021-01-04Correct function declarationReinhard Panhuber
2021-01-04Minor corrections for PRReinhard Panhuber
2021-01-04Remove too verbose commentReinhard Panhuber
2021-01-04Start changes - not yet finishedReinhard Panhuber
2021-01-03working neopixel minor refactorGreg Steiert
2021-01-03working neopixelGreg Steiert
2021-01-038 state implementation, still not workingGreg Steiert
2021-01-0324 state implementation, only upsdates first LEDGreg Steiert
2021-01-03neopixel driver one byte at a time non-funcGreg Steiert
2021-01-03Clean upReinhard Panhuber
2021-01-03Rework USB FIFO allocation scheme and allow RX FIFO size reductionReinhard Panhuber
2021-01-02adding double_m33_express boardGreg Steiert
2020-12-25Merge pull request #577 from hathach/followup-kl25z-pr569Ha Thach
2020-12-25skip overflow sram examples for kl25hathach
2020-12-25update readme, contributor and doc for new port KL25hathach