summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-10Merge pull request #1890 from hathach/release-0.15.00.15.0Ha Thach
2023-02-10increase hw test timeout to 10s since pyocd seems to take longer to flashhathach
2023-02-10change rp2040 hw test to use pyocd for better stability/performance than openocdhathach
2023-02-10fix typohathach
2023-02-10update version to 0.15.0hathach
2023-02-06Merge pull request #1887 from hathach/rp2040-build-fixesGraham Sanderson
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
2023-02-06Merge pull request #1884 from hathach/reapply-uint16-len-tud_hid_report_compl...Ha Thach
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-02-01Merge pull request #1880 from hathach/reduce-selfed-host-iarHa Thach
2023-02-01add note for iar workflowhathach
2023-02-01merge multiple matrix with IAR buildhathach
2023-02-01run workflow if its yml is updatedhathach
2023-02-01move hw-stm32l412nucleo-test into build-arm to reduce self-host compile timehathach
2023-02-01Merge pull request #1877 from hathach/fix-host-cdc-without-iadHa Thach
2023-01-31Merge pull request #1779 from P33M/rp2040_device_babble_fixHa Thach
2023-01-31fix typoshathach
2023-01-31fix typo issue #1859hathach
2023-01-31added fuzzing statushathach
2023-01-31fix host issue when mounting an CDC device without IADhathach
2023-01-31move errata to end of c filehathach
2023-01-31add e15 prefix or walkaround related functions, also minor refactorhathach
2023-01-31minor clean uphathach
2023-01-30Merge pull request #1768 from ftdigdm/port-ft90xHa Thach
2023-01-30Merge pull request #1876 from hathach/support-iarHa Thach
2023-01-30iar L4hathach
2023-01-30Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90xGordon McNab
2023-01-30Merge branch 'hathach:master' into port-ft90xGordon McNab
2023-01-30Merge pull request #1870 from DRNadler/WindowsBuildFixHa Thach
2023-01-30minor clean uphathach
2023-01-30iar g4hathach
2023-01-30Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90xGordon McNab
2023-01-30iar h7hathach
2023-01-30Removed unrequired header file from debugging.Gordon McNab
2023-01-30Merge branch 'master' into support-iarhathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-30fix typohathach
2023-01-30Merge branch 'master' into port-ft90xHa Thach
2023-01-30Merge pull request #1866 from DRNadler/mimxrt1024_evkHa Thach
2023-01-30suppress rt1024 warnings and fix typohathach
2023-01-30Merge pull request #1875 from silvergasp/seed_corpusHa Thach
2023-01-30Merge pull request #1872 from kasjer/kasjer/nucleoh723Ha Thach
2023-01-29feat(fuzz): Adds seed corpus for cdc and msc classesNathaniel Brough
2023-01-26Add support for nucleo-h723zgJerzy Kasenberg
2023-01-26boards/stm32h7 update gpio clocksJerzy Kasenberg
2023-01-24rp2040: shuffle hw_endpoint membersJonathan Bell
2023-01-24rp2040: avoid device-mode state machine hangJonathan Bell
2023-01-24add iar --fpu optionhathach
2023-01-23rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update()Jonathan Bell
2023-01-22When tools/top.mk finds it is running on Windows, it expects SHELL set to cmd...Dave Nadler