| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2021-11-05 | RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check ↵ | Liam Fraser | |
| for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status. | |||
| 2021-11-05 | Merge pull request #1180 from hathach/add-xmc4500 | Ha Thach | |
| Add xmc4500 | |||
| 2021-11-05 | add xmc4000 to ci build | hathach | |
| 2021-11-05 | update docs | hathach | |
| 2021-11-05 | xmc4500 ported, cdc msc example run fine | hathach | |
| 2021-11-05 | add xmclib as submodule | hathach | |
| 2021-11-05 | Merge pull request #1178 from kasjer/kasjer/fix-mynwet-build | Ha Thach | |
| broadcom/dcd: Fix mynewt build | |||
| 2021-11-05 | xmc4500 led blinky, button ok | hathach | |
| 2021-11-05 | Merge pull request #1179 from hathach/perigoso-patch-1 | Ha Thach | |
| docs: update supported device table | |||
| 2021-11-04 | docs: update supported device table | Rafael Silva | |
| remove known issue #750 from silabs EFM32GG table entry | |||
| 2021-11-04 | broadcom/dcd: Fix mynewt build | Jerzy Kasenberg | |
| dcd_synopsys.c included broadcom/interrupts.h before preprocessor check whether file should be used. Since mynewt build does not include all folders it resulted in build error. Now offending include is moved few lines after preprocessor check. | |||
| 2021-11-04 | couldn't get g4 usb clock and pin setup just yet. Leave it as it is for now | hathach | |
| 2021-11-04 | adding g4 family with g474nucleo, able to blink led and button | hathach | |
| 2021-11-04 | rename l4 board to match other convention | hathach | |
| 2021-11-04 | Merge pull request #1163 from hathach/generalize-synopsys-dwc2 | Ha Thach | |
| Generalize synopsys dwc2 | |||
| 2021-11-04 | add hint/question with ISB | hathach | |
| 2021-11-04 | Add timer1 on pi4 for blinky | hathach | |
| this get usb irq triggered even without ISB() in previous commit | |||
| 2021-11-04 | fix issue with bcm2711 caching issue by ading ISB() after dwc2_dcd_int_enable90 | hathach | |
| also add hwcfg_list for reference | |||
| 2021-11-03 | update broadcom peripherals to latest | hathach | |
| 2021-11-03 | clean up | 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-11-02 | change broadcom submodule path from git to http | hathach | |
| 2021-11-02 | add L4 to ci, update doc | hathach | |
| 2021-11-02 | grouping stm32L4 family in bsp | hathach | |
| 2021-11-02 | minor clean up | hathach | |
| 2021-11-02 | add fix for stm32l4 (version 3.10a) which generate transfer complete when ↵ | hathach | |
| setup recieved and control out data complete | |||
| 2021-11-02 | Merge pull request #1176 from jgressmann/bugfix/samd21-systick | Ha Thach | |
| samd21: enable SysTick only if running w/o OS | |||
