summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25change msp430 caching, use url for cache keyhathach
2021-01-25correct ci scriptshathach
2021-01-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-24enable ci for rp2040hathach
2021-01-24rp2040 skip freertos examplehathach
2021-01-24rp2040 hid_composite compiled and testedhathach
2021-01-24rp2040 dfu_rt dynamic_configuration compiledhathach
2021-01-24rp2040 dual cdc compiled and testedhathach
2021-01-24rp2040 audio_test compilehathach
2021-01-24cmake esp32s2 and rp2040 getting alonghathach
2021-01-23Merge pull request #600 from hathach/refactor-bspHa Thach
2021-01-23text clean uphathach
2021-01-23more ci clean uphathach
2021-01-23improve ci for esp32s2hathach
2021-01-23seperate ci build for family and orphaned boardshathach
2021-01-23ci checkout sub-submodulehathach
2021-01-23change lwip to github mirrorhathach
2021-01-23action checkout submodule=truehathach
2021-01-23try fetchRecurseSubmodules = falsehathach
2021-01-23try to fix cross included submodules with pico-sdkhathach
2021-01-23doc updatehathach
2021-01-23add pico-sdk as submodulehathach
2021-01-23rp2040 cdc_msc work wellhathach
2021-01-23rp2040 better support multiple boardshathach
2021-01-23get board_test running with pico on both led and buttonhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22fix compiler warninghathach
2021-01-22Merge pull request #599 from hathach/group-boards-into-familyHa Thach
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-22more cihathach
2021-01-22fix esp32s2 ci buildhathach
2021-01-21Merge pull request #598 from hathach/picoHa Thach
2021-01-21revert submodules changeshathach
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-20Add __restrict keyword and memore alignment to src/dst pointer ofReinhard Panhuber
2021-01-19RP2040 supportgraham sanderson
2021-01-19Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.cReinhard Panhuber
2021-01-19Change names from edpt_ISO_xfer to edpt_iso_xferReinhard Panhuber
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