| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-07 | Add mksunxi tool to make flashable image | Yunhao Tian | |
| 2021-12-06 | Fix handling of RXRDY bit | Yunhao Tian | |
| 2021-12-05 | Change FIFO size to 4KB (not sure) | Yunhao Tian | |
| The datasheet says 2KB FIFO, but accroding to many code examples, the F1C100s has at least 4KB of FIFO memory. This is working with cdc_msc example, but I'm not sure, this should be checked. | |||
| 2021-12-05 | Fix a typo that leads to incorrect RX handling | Yunhao Tian | |
| 2021-12-05 | Add FIFO size check | Yunhao Tian | |
| 2021-12-05 | Close all EPs upon reset | Yunhao Tian | |
| 2021-12-05 | Save current EP before querying other EPs | Yunhao Tian | |
| 2021-12-04 | Add TODO to README | Yunhao Tian | |
| 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 | |
