| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-01 | merge multiple matrix with IAR build | hathach | |
| 2023-02-01 | run workflow if its yml is updated | hathach | |
| 2023-02-01 | move hw-stm32l412nucleo-test into build-arm to reduce self-host compile time | hathach | |
| reduce IAR build to only f0, h7, l4 | |||
| 2023-01-30 | Merge pull request #1768 from ftdigdm/port-ft90x | Ha Thach | |
| Port ft90x | |||
| 2023-01-30 | Merge pull request #1876 from hathach/support-iar | Ha Thach | |
| Support iar build | |||
| 2023-01-30 | iar L4 | hathach | |
| 2023-01-30 | Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90x | Gordon McNab | |
| 2023-01-30 | Merge branch 'hathach:master' into port-ft90x | Gordon McNab | |
| 2023-01-30 | Merge pull request #1870 from DRNadler/WindowsBuildFix | Ha Thach | |
| Windows build fix for some mingw gnu make situations | |||
| 2023-01-30 | minor clean up | hathach | |
| 2023-01-30 | iar g4 | hathach | |
| 2023-01-30 | Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90x | Gordon McNab | |
| 2023-01-30 | iar h7 | hathach | |
| 2023-01-30 | Removed unrequired header file from debugging. | Gordon McNab | |
| 2023-01-30 | Merge branch 'master' into support-iar | hathach | |
| 2023-01-30 | hardcoded configPRIO_BITS for IAR build to pass CI | hathach | |
| 2023-01-30 | fix typo | hathach | |
| 2023-01-30 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2023-01-30 | Merge pull request #1866 from DRNadler/mimxrt1024_evk | Ha Thach | |
| Add support for NXP's mimxrt1024_evk evaluation board. | |||
| 2023-01-30 | suppress rt1024 warnings and fix typo | hathach | |
| 2023-01-30 | Merge pull request #1875 from silvergasp/seed_corpus | Ha Thach | |
| feat(fuzz): Adds seed corpus for cdc and msc classes | |||
| 2023-01-30 | Merge pull request #1872 from kasjer/kasjer/nucleoh723 | Ha Thach | |
| Add support for nucleo-h723zg | |||
| 2023-01-29 | feat(fuzz): Adds seed corpus for cdc and msc classes | Nathaniel Brough | |
| 2023-01-26 | Add support for nucleo-h723zg | Jerzy 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. | |||
| 2023-01-26 | boards/stm32h7 update gpio clocks | Jerzy Kasenberg | |
| GPIOE was turned on twice, changed to missing GPIOF. GPIOI is not present on all boards notably STM32H723 so clock in turned on only if present. | |||
| 2023-01-24 | add iar --fpu option | hathach | |
| 2023-01-22 | When tools/top.mk finds it is running on Windows, it expects SHELL set to ↵ | Dave Nadler | |
| cmd.exe. Some Windows development environments invoke a mingw version of gnu make with SHELL set to /bin/sh or /bin/bash (either explicitly or by default), in which case tinyUSB make fails when a $(shell...) command feeds DOS syntax to sh. We can't just use sh, as many Windows environments won't have unix utilities like realpath (used by this makefile for sh shell commands). This fix forces SHELL=cmd.exe on Windows and documents the issue. Also adds additional documentation to help the next person... With this fix, tinyUSB can be easily built and debugged in environments like NXP's MCUxpresso (import as a makefile project). | |||
| 2023-01-22 | update stm32f7 to build with iar | hathach | |
| 2023-01-22 | update f4 to build with iar | hathach | |
| 2023-01-21 | add test_common_func.c | hathach | |
| 2023-01-21 | add icf for f1 mini2 | hathach | |
| 2023-01-21 | update stm32f1 to support iar build | hathach | |
| 2023-01-20 | Add support for NXP's mimxrt1024_evk evaluation board. | Dave Nadler | |
| Tested AOK with device\cdc_msc_freertos example. | |||
| 2023-01-20 | Add support for NXP's mimxrt1024_evk evaluation board. | Dave Nadler | |
| Tested AOK with device\cdc_msc_freertos example. | |||
| 2023-01-20 | slightly update rule.mk for IAR | hathach | |
| 2023-01-20 | fix warnings with arithmetic on void* pointer | hathach | |
| 2023-01-20 | add helper tu_desc_find/find2/find3 | hathach | |
| 2023-01-20 | fix warning | hathach | |
| 2023-01-18 | Merge pull request #1847 from HiFiPhile/dwc2_iar | Ha Thach | |
| dwc2: fix iar warnings | |||
| 2023-01-18 | fix iar build with board_test | hathach | |
| 2023-01-18 | dont use non-std strncasecmp | hathach | |
| 2023-01-18 | update iar ci | hathach | |
| 2023-01-18 | get most examples build with iar | hathach | |
| 2023-01-17 | update freertos example to build with iar | hathach | |
| 2023-01-17 | update build script to support iar with CC=iccarm option | hathach | |
| 2023-01-17 | update all f0 board to build with iar | hathach | |
| 2023-01-17 | try running iar build with self-host | hathach | |
| 2023-01-17 | update makefile to support iar build starting with stm32f070 | hathach | |
| 2023-01-12 | Merge pull request #1405 from gregdavill/ch32v307 | Ha Thach | |
| Add WCH CH32V307 port | |||
| 2023-01-12 | add TUP_RHPORT_HIGHSPEED for ch32v307 | hathach | |
