summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-13add uf2 linker for metro m7 1011hathach
2023-02-13fix typohathach
2023-02-13fix release trigger bodyhathach
2023-02-13add metro m7 1011 board def (not running yet)hathach
2023-02-13Merge pull request #1898 from ccrome/fix-imx1011Ha Thach
Turn data cache on
2023-02-12Turn data cache oncaleb crome
This fixes https://github.com/hathach/tinyusb/issues/1894. I'm not really sure if this is the correct way to fix it, and I have not tested on all the rest of the family members, however, this lets the i.MX1010 work again. The problem: the latest SDK update does not enable the data cache by default This causes an assert in board_init() when attemping to control clock gating. I haven't investigated further as to *why* it's a problem, but it is a problem.
2023-02-10Merge pull request #1890 from hathach/release-0.15.00.15.0Ha Thach
update version to 0.15.0
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
add changelog
2023-02-06Merge pull request #1887 from hathach/rp2040-build-fixesGraham Sanderson
RP2040 build fixes
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
* suppress compiler warning/errors especially in pico-pio-usb * disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile
2023-02-06Merge pull request #1884 from ↵Ha Thach
hathach/reapply-uint16-len-tud_hid_report_complete_cb change length in tud_hid_report_complete_cb() from uint8 to uint16
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
Bundle mulitple familes for self-hosted iar to reduce build time
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
reduce IAR build to only f0, h7, l4
2023-02-01Merge pull request #1877 from hathach/fix-host-cdc-without-iadHa Thach
Fix host cdc without iad
2023-01-31Merge pull request #1779 from P33M/rp2040_device_babble_fixHa Thach
rp2040: avoid device-mode state machine hang
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
Port ft90x
2023-01-30Merge pull request #1876 from hathach/support-iarHa Thach
Support iar build
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
Windows build fix for some mingw gnu make situations
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
Add support for NXP's mimxrt1024_evk evaluation board.
2023-01-30suppress rt1024 warnings and fix typohathach
2023-01-30Merge pull request #1875 from silvergasp/seed_corpusHa Thach
feat(fuzz): Adds seed corpus for cdc and msc classes
2023-01-30Merge pull request #1872 from kasjer/kasjer/nucleoh723Ha Thach
Add support for nucleo-h723zg
2023-01-29feat(fuzz): Adds seed corpus for cdc and msc classesNathaniel Brough
2023-01-26Add support for nucleo-h723zgJerzy Kasenberg
Mostly copy of stm32h743nucleo. Linker script generated by STM32CubeIDE. Since this device has only one HS USB board.h contains few defines that map on board HS USB to FS because there is no ULPI chip mounted on Nucleo board. For FreeRTOS build: Set interrupt priority for HS always and for FS if exists.