| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-05 | Skip dfu and usbtmc on pi zero | Scott Shawcroft | |
| 2022-01-05 | Unify skip and only logic for build scripts | Scott Shawcroft | |
| And switch to a single file that can include mcu, family or board. | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 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-15 | Update midi_test endpoints and FT9xx code | Gordon McNab | |
| 2021-12-09 | update g4 bsp | hathach | |
| 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 | Merge in upstream changes | Gordon McNab | |
| Merge upstream changes and expand example support to hid examples. | |||
| 2021-12-08 | Add FT9xx to more examples which support High-Speed | Gordon McNab | |
| 2021-12-08 | Merge branch 'master' into port-ft90x | Gordon McNab | |
| 2021-12-07 | skip host ci for tm4c due to sram overflow | hathach | |
| 2021-12-07 | move hcd_musb.c include to family.mk | hathach | |
| 2021-12-03 | Merge branch 'master' into add_hcd_for_msp_exp432e401y | Ha Thach | |
| 2021-12-02 | fix ci | hathach | |
| 2021-12-01 | add chipidea highspeed controller | hathach | |
| add warning to transdimension for the rename | |||
| 2021-11-29 | use 4k stack for example with esp32sx | hathach | |
| 2021-11-29 | Fix build errors | kkitayam | |
| 2021-11-29 | Add musb driver | kkitayam | |
| 2021-11-08 | msp432e4 ci typo, skip dfu example for tm4c123 | hathach | |
| 2021-11-08 | reduce CFG_TUD_DFU_XFER_BUFSIZE for max compatible | hathach | |
| 2021-11-08 | add flash-openocd target. correct ek-tm4c123 button state | hathach | |
| 2021-11-05 | xmc4500 led blinky, button ok | hathach | |
| 2021-11-02 | skip net example for pi4 due to ssize_t conflict | hathach | |
| 2021-11-02 | add pi4 to ci build in build_aarch64 | hathach | |
| 2021-10-31 | correct freertos port for efm32gg | hathach | |
| 2021-10-29 | correctly init hs phy for bcm | hathach | |
| 2021-10-26 | Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2 | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | moving esp32s2 to dwc2, abstract dwc2_set_turnaround() | hathach | |
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-23 | Merge pull request #1150 from kkitayam/change_input_terminal_type_to_camera | Ha Thach | |
| UVC example: change input terminal type to camera from external | |||
| 2021-10-22 | pi cm4 enumerated as full speed device | hathach | |
| 2021-10-19 | net_lwip_webserver: allow users to enable LWIP_IP6 if desired | Peter Lawrence | |
| 2021-10-18 | suppress null-dereference by usbh and lwip | hathach | |
| 2021-10-18 | enable -Wnull-dereference | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-16 | Change input terminal type to camera | kkitayam | |
| 2021-10-15 | msc examples: Extend serial number to 12 digits | Jerzy Kasenberg | |
| USB3CV tool complains about too short serial number being used in MSC device. This just extends serial number to 12 characters, it makes it easier to analyze USB3CV logs where this unnecessary warning made output red. Offending warning: Serial Number string for MSC device : iSerialNumber = 0x3 Checking iSerialNumber String Descriptor: index = 0x03. String Descriptor : "123456". (ENGLISH_US) Using Language ID 0x409 MSC Serial Number length = 14 Invalid MSC Serial Number length : should be >= 26 ************************* Invalid MSC Serial Number length ************************* ************************* (MSC: 5.1.2) Serial number must be a string, 12 characters or longer (if the device supports a BOT interface, bInterfaceProtocol = 0x50), or exactly 12 characters long (if the device supports a CBI interface, bInterfaceProtocol = 0x00 or 0x01, and has a serial number). | |||
| 2021-10-15 | update some sense warning from -Wconversion | hathach | |
| 2021-10-13 | Add linkermap for size analysis (#1136) | Ha Thach | |
| * add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target | |||
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-11 | rename some video constants | hathach | |
| 2021-10-11 | update the descriptor endpoint ISO for nrf5x | hathach | |
| 2021-10-09 | Add compile option to allocate video data into flash in video_capture example | kkitayam | |
| 2021-10-09 | Change the video image to scrolling color bars. | kkitayam | |
| 2021-10-06 | Modify cdc_msc example for Bridgetek FT90x/FT93x | Gordon McNab | |
| Add in endpoint definitions for the Bridgetek devices in usb_descriptors.c and allow high speed in tusb_config.h. | |||
| 2021-10-05 | rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS | hathach | |
| 2021-10-05 | Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-add_ncm | |||
