| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | Add BSP support for F1C100s | Yunhao Tian | |
| 2021-12-04 | Modify sunxi_musb code | Yunhao Tian | |
| 2021-12-01 | Add support for Allwinner F1Cx00s family | Yunhao Tian | |
| Allwinner F1Cx00s family is a series of SoCs with Mentor MUSB controller and HS phy. It comes with a slightly different register space layout, and some quirks, so it's not multiplexed with the existing musb support library. This library currently requires to be compiled with https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5 | |||
| 2021-11-30 | Add support for Keil RTX4 OS abstraction layer | Yunhao Tian | |
| 2021-11-30 | Ignore certain compiler options on ARMCC | Yunhao Tian | |
| ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas. | |||
| 2021-11-30 | usbd: supress "statement is unreachable" warning on ARMCC | Yunhao Tian | |
| 2021-11-30 | Merge pull request #1216 from hathach/update-doc | Ha Thach | |
| Update doc | |||
| 2021-11-30 | remove warnings | hathach | |
| 2021-11-30 | update supported doc | hathach | |
| 2021-11-29 | Merge pull request #1215 from hathach/fix-esp-stack | Ha Thach | |
| use 4k stack for example with esp32sx | |||
| 2021-11-29 | Merge pull request #1214 from hathach/fix-gamepad-comment | Ha Thach | |
| correct 32 button in gamepad hid descriptor template | |||
| 2021-11-29 | use 4k stack for example with esp32sx | hathach | |
| 2021-11-29 | correct 32 button in gamepad hid descriptor template | hathach | |
| 2021-11-26 | Merge pull request #1209 from HiFiPhile/iar_update | Ha Thach | |
| Update iar project template. | |||
| 2021-11-26 | Merge pull request #1208 from hathach/fix-nrf-easydma-race | Ha Thach | |
| fix nrf easy dma race condition | |||
| 2021-11-25 | Update iar project template. | Mengsk | |
| 2021-11-23 | more clean up | hathach | |
| 2021-11-23 | clean up | hathach | |
| 2021-11-23 | fix nrf easy dma race condition | hathach | |
| 2021-11-22 | Merge pull request #1207 from hathach/update-issue-tempate | Ha Thach | |
| Update bug_report.yml | |||
| 2021-11-22 | Merge pull request #1206 from hathach/bcm-dwc2-address | Ha Thach | |
| Bcm dwc2 address | |||
| 2021-11-22 | Update bug_report.yml | Ha Thach | |
| 2021-11-22 | Update bug_report.yml | Ha Thach | |
| 2021-11-22 | add BCM_VERSION | hathach | |
| 2021-11-22 | update bcm prph | hathach | |
| 2021-11-22 | use USB_OTG_GLOBAL_BASE instead of hard code value | hathach | |
| 2021-11-19 | Merge pull request #1195 from hathach/fix-dwc2-XCVRDLY | Ha Thach | |
| set DCFG_XCVRDLY when using external ULPI highspeed phy | |||
| 2021-11-17 | clean up | hathach | |
| 2021-11-15 | set DCFG_XCVRDLY when using external ULPI highspeed phy | hathach | |
| 2021-11-08 | Merge pull request #1183 from kkitayam/add_msp_exp432e401y | Ha Thach | |
| Add support for TI MSP-EXP432E401Y | |||
| 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 missing musb type file | hathach | |
| 2021-11-08 | move tm4c132 into bsp family, add it into ci | hathach | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-08 | musb work well with tm4c123 | hathach | |
| 2021-11-08 | add flash-openocd target. correct ek-tm4c123 button state | hathach | |
| 2021-11-08 | merge pull request 670 for tm4c123gxl bsp | hathach | |
| 2021-11-07 | Fix DCD_EVENT_XFER_COMPLETE was signaled, even after EP is closed | kkitayam | |
| 2021-11-06 | Remove unnecessary lines | kkitayam | |
| 2021-11-06 | Update TI driver | kkitayam | |
| 2021-11-06 | Change the variables for a switch and a LED to symbols defined by the macros | kkitayam | |
| 2021-11-06 | Add statements for FreeRTOS | kkitayam | |
| 2021-11-06 | Implement dcd_edpt_xfer_fifo for dcd_musb | kkitayam | |
| 2021-11-06 | Add dcd_musb.c | kkitayam | |
| 2021-11-06 | Add files for msp432e4 | kkitayam | |
| 2021-11-05 | Merge pull request #1181 from liamfraser/rp2040-hcd-assert-fix | Ha Thach | |
| Fix invalid assert in RP2040 host mode when compiled in debug mode | |||
| 2021-11-05 | Merge pull request #1182 from kasjer/kasjer/update-bth-iad | Ha Thach | |
| Update bth for IAD support | |||
| 2021-11-05 | bth: Add IAD to BT descriptor | Jerzy Kasenberg | |
| Bluetooth's specification defines IAD for primary controller. While it seems that Windows and Linux can leave without this, there is no reason TinyUSB should not provide it. | |||
| 2021-11-05 | bth: Update driver to interface association changes | Jerzy Kasenberg | |
| Two interfaces that are required by Bluetooth Primary Controller do not have IAD according to Bluetooth specification. Those two interfaces were opened separately in process_set_config(). Later interface association was inferred for BTH (along with other drivers), since then only one call to open() is place for BTH driver that should prepare both interfaces at once. To make it work again btd_open() parses two interfaces at once. | |||
