summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-10audio_device: Fix build errorJerzy Kasenberg
ep_in_as_intf_num was incorrectly used to access out interface which is defined for 'in' interface. Code related to 'out' endpoint should use ep_out_as_intf_num instead.
2021-05-08Merge pull request #821 from corvus-ossifragus/debug_build_errorsHa Thach
Update hcd_rp2040.c
2021-05-08Merge pull request #820 from corvus-ossifragus/update-host-exampleHa Thach
Update main.c
2021-05-07Update hcd_rp2040.ccorvus-ossifragus
Remove reference to the deprecated "num" and "in" members of struct hw_endpoint which still exist in an assert statement and break DEBUG builds.
2021-05-07Update main.ccorvus-ossifragus
Added new RTOS names to the name string array in print_greeting() in the host example program. The program seemed to hang when a new RTOS was indexed in CFG_TUSB_OS.
2021-05-05Merge pull request #803 from pigrew/usbtmc_default_rmHa Thach
USBTMC: remove reference to visa DLL (which only was for windows, and…
2021-05-02Merge pull request #804 from hathach/audio_make_dma_readyHa Thach
Implement functions to allow for DMA usage in audio driver.
2021-05-02update changelog for peek apihathach
2021-05-02some text fomarting, update unit test to test get buffer info for fifohathach
2021-04-30Remove n from tu_fifo_get_write_info() and fix bug in vendor classReinhard Panhuber
2021-04-30Fix bug in cdc_peekReinhard Panhuber
2021-04-30Fix cdc peeks()Reinhard Panhuber
2021-04-30Comment cleanupReinhard Panhuber
2021-04-30Remove variable n in tu_fifo_get_read_info()Reinhard Panhuber
2021-04-30Remove all remainings with peek_atReinhard Panhuber
2021-04-30Remove offset feature from fifo.cReinhard Panhuber
2021-04-30Change read infos to pointer typeReinhard Panhuber
2021-04-29Merge pull request #811 from hathach/update-lpc54Ha Thach
Update lpc54
2021-04-29fix mkl25z cihathach
2021-04-29fix build with mkl25zhathach
2021-04-28fixed build with lpc51hathach
2021-04-28add lpc54 to cihathach
2021-04-28add lpc54628 but usb clock;phy doesn't seem to be righthathach
2021-04-28fix lpc54 buttonhathach
2021-04-28generalize lpc54 familyhathach
2021-04-28fix build with lpc54hathach
2021-04-28fix lpc55 buildhathach
2021-04-28fix build with imxrthathach
2021-04-28update lpc mcu sdk pathhathach
2021-04-28add official nxp mcux-sdk submodulehathach
2021-04-28add nxp_lpcopen as submodulehathach
2021-04-28remove submodule hw/mcu/nxphathach
2021-04-28making new family lpc54hathach
2021-04-28Merge pull request #810 from hathach/fix-lpc15Ha Thach
Fix lpc15
2021-04-28complete lpc15 familyhathach
2021-04-28create new lpc15 familyhathach
2021-04-28update dochathach
2021-04-28lpc1549 work well nowhathach
2021-04-28temporarily fix include recusrive loophathach
2021-04-26clean up lpc55 boardshathach
2021-04-26change lpc55s28 default port to 1hathach
2021-04-26Merge pull request #808 from hathach/lpc55-port1-hsHa Thach
Lpc55 port1 hs
2021-04-26update board dochathach
2021-04-26Merge pull request #807 from UweBonnes/lpc55-port1-hsHa Thach
mcu-link: Board support for MCU-LINK with LPC55S69JBD64
2021-04-26use correct NBYTES_MAX for full and high speedhathach
2021-04-26add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that ↵hathach
is m4 but cannot unaligned acces on usb ram
2021-04-26clean uphathach
2021-04-26mcu_link: Board support for MCU_LINK with LPC55S69JBD64Uwe Bonnes
2021-04-26ip3511 correct buffer offset, nbytes layout for highspeed port1hathach
able to get passed enumeration and up to READ10
2021-04-24fix unaligned access with port1 hshathach