| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-05 | Split by compiler for testing | Scott Shawcroft | |
| 2022-01-05 | Add Raspberry Pi Zero W and Zero 2 W | Scott Shawcroft | |
| These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use) | |||
| 2022-01-02 | [rt-thread] add rt-thread os in readme | Meco Man | |
| 2021-12-31 | Add register file for Microchip PIC32MZ | Jerzy Kasenberg | |
| 2021-12-31 | Merge pull request #1264 from kasjer/kasjer/make-files-for-xc32 | Ha Thach | |
| build system: Changes for xc32 compiler | |||
| 2021-12-30 | Merge pull request #1263 from kasjer/kasjer/mynewt-eptri | Ha Thach | |
| Fix Mynewt build for Microchip PIC32MZ devices. | |||
| 2021-12-30 | fix unreachable warnings with keil | hathach | |
| 2021-12-29 | update docs | hathach | |
| 2021-12-29 | add license to dcd file, slightly update readme | hathach | |
| 2021-12-29 | skip freertos example for f1c100s | hathach | |
| 2021-12-29 | update allwinner submodule | hathach | |
| 2021-12-29 | add allwinnner driver as submodule | hathach | |
| 2021-12-29 | Merge branch 'master' of https://github.com/t123yh/tinyusb into t123yh-master | hathach | |
| 2021-12-27 | Fix hcd_edpt_clear_stall | kkitayam | |
| 2021-12-27 | Update Renesas RX status | kkitayam | |
| 2021-12-27 | Add statements for control VBUS | kkitayam | |
| 2021-12-27 | Increase stack size | kkitayam | |
| 2021-12-27 | Add hcd for Renesas RX | kkitayam | |
| 2021-12-27 | Fix Mynewt build for Microchip PIC32MZ devices. | Jerzy Kasenberg | |
| definition of DEBUG breaks Microchip pic32 builds for Mynewt. When MCU is not VALENTYUSB_EPTRI there is no need to have any preprocessor definitions. It may not look like a big deal but for xc32 builds, compiler automatically force-includes some file that have structure with field name DEBUG that result in build error in dcd_eptri.c when this file is not really needed. Moving DEBUG and LOG_USB few lines down should not break eptri builds. | |||
| 2021-12-27 | build system: Changes for xc32 compiler | Jerzy Kasenberg | |
| Three changes are needed to accommodate xc32 compiler build: - optimized build flag other than -Os added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards - build without -lnosys added LIBS_GCC with default libraries that can be changed in boards - build without LD_FILE specification if LD_FILE is empty -Wl,-T options is not added to LDFLAGS | |||
| 2021-12-23 | Merge pull request #1260 from leptun/patch-1 | Ha Thach | |
| Fix typo | |||
| 2021-12-22 | Fix typo | Alex Voinea | |
| Oops. Made a typo in 6de423606fc9d512efb830b198c76f095a182a1c | |||
| 2021-12-22 | Merge pull request #1258 from leptun/nucleo-f439zi | Ha Thach | |
| nucleo-f439zi support | |||
| 2021-12-21 | nucleo-f439zi support | Alex Voinea | |
| 2021-12-21 | Merge pull request #1255 from hathach/add-s3-devkitm | Ha Thach | |
| Add s3 devkitm & devkitc | |||
| 2021-12-21 | add s3 devkitc | hathach | |
| 2021-12-21 | skip ci for s3 | hathach | |
| 2021-12-20 | change ci to s3 to espressif_s3_devkitm | hathach | |
| 2021-12-20 | add s3 devkitm | hathach | |
| 2021-12-20 | Merge pull request #1252 from mkj/staticuart | Ha Thach | |
| samd21: make uart_init() static | |||
| 2021-12-20 | samd21: make uart_init() static | Matt Johnston | |
| Avoids a linker conflict if programs are using the same function name. | |||
| 2021-12-16 | Merge pull request #1244 from nxf58843/feature-kuiic | Ha Thach | |
| Feature kuiic | |||
| 2021-12-15 | Merge branch 'feature-kuiic' of https://github.com/nxf58843/tinyusb into ↵ | Greg Steiert | |
| feature-kuiic | |||
| 2021-12-15 | added KUIIC to supported boards list | Greg Steiert | |
| 2021-12-15 | Update midi_test endpoints and FT9xx code | Gordon McNab | |
| 2021-12-13 | Merge branch 'hathach:master' into feature-kuiic | nxf58843 | |
| 2021-12-13 | Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic | Greg Steiert | |
| 2021-12-13 | Merge pull request #1243 from hathach/g4-nucleo | Ha Thach | |
| Add G4 support | |||
| 2021-12-13 | Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic | Greg Steiert | |
| 2021-12-13 | correct wiring note | hathach | |
| 2021-12-13 | update doc to include g4 | hathach | |
| 2021-12-09 | Merge pull request #1233 from vmilea/rp2040_bugfix/ep_close | Ha Thach | |
| Handle the closing of endpoints on RP2040 | |||
| 2021-12-09 | update g4 bsp | hathach | |
| 2021-12-08 | added support for building uf2 file | Greg Steiert | |
| 2021-12-08 | adding support for KUIIC board | Greg Steiert | |
| 2021-12-09 | Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-condition | Ha Thach | |
| nrf5x: Fix race condition during startup | |||
| 2021-12-08 | Correct path for using the ft90x-sdk submodule (BRTSG-FOSS / ft90x-sdk). ↵ | Gordon McNab | |
| Default to ft90x-sdk instead of pre-built library. | |||
| 2021-12-08 | Fix spelling mistakes and verify endpoint numbering. | Gordon McNab | |
| 2021-12-08 | Revert "Merge in upstream changes" | Gordon McNab | |
| This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79. | |||
| 2021-12-08 | Handle xfer events before closing EP | Valentin Milea | |
