| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-21 | Merge upstream TinyUSB master | Jean Gressmann | |
| 2021-03-21 | SAM54 Xplained Pro: update board setup documentation | Jean Gressmann | |
| 2021-03-21 | SAM54 Xplained Pro: reduce board setup code for maintenance | Jean Gressmann | |
| The board now runs off the internal oscillator at 48 MHz. This is sufficient to run the TinyUSB examples. A better performing clock setup is keep in the file as init_clock_xtal() as an example. | |||
| 2021-03-21 | SAM 54 Xplained Pro: remove board specific define | Jean Gressmann | |
| 2021-03-20 | Merge pull request #736 from Product-Creation-Studio/ned-pcs/add-stm32f072-eval | Ha Thach | |
| Add stm32f072-eval board | |||
| 2021-03-19 | Fixed case in linker script name | Ned Konz | |
| 2021-03-19 | Removed asserts | Ned Konz | |
| 2021-03-19 | Initial commit; copied from stmf072-disco and modified for -EVAL board | Ned Konz | |
| 2021-03-19 | Update bug_report.md | Ha Thach | |
| 2021-03-19 | Update bug_report.md | Ha Thach | |
| 2021-03-19 | Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-race | Ha Thach | |
| fix race condition that could cause drop packet of Bulk OUT transfer | |||
| 2021-03-19 | Update README.md | Ha Thach | |
| 2021-03-18 | Update boards.md | Ha Thach | |
| 2021-03-18 | Merge pull request #734 from hathach/feather-rp2040-correct-bootstage2 | Ha Thach | |
| use boot2_generic_03h for adafruit feather rp2040 | |||
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd | |||
| 2021-03-18 | Merge pull request #729 from hathach/cleanup-make | Ha Thach | |
| Cleanup make | |||
| 2021-03-18 | add example specific DEPS_SUBMODULES | hathach | |
| 2021-03-18 | clean up some examples | hathach | |
| 2021-03-18 | fix race condition that could cause drop packet of Bulk OUT transfer | hathach | |
| NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and dcd_edpt_clear_stall() | |||
| 2021-03-18 | Merge pull request #724 from xmos-jmccarthy/master | Ha Thach | |
| USB TMC Updates | |||
| 2021-03-17 | Revert "Add Linux support to tmc example" | Jeremiah McCarthy | |
| This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb. | |||
| 2021-03-17 | spaces | hathach | |
| 2021-03-17 | update issue template | hathach | |
| 2021-03-17 | Implement requested changes for PR724 | Jeremiah McCarthy | |
| 2021-03-17 | move esp32s2 and rp2040 target rule to its family.mk | hathach | |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
| 2021-03-16 | Add Linux support to tmc example | Jeremiah McCarthy | |
| Replaces visa include with pyvisa, as visa use with PyVISA is being deprecated. | |||
| 2021-03-16 | Update usbtmc_device.c | Michael Bruno | |
| Fix buffer alignment in TMC device class | |||
| 2021-03-16 | Merge pull request #722 from hathach/fix-build-lpc177x8x | Ha Thach | |
| fix build with OPT_MCU_LPC177X_8X | |||
| 2021-03-16 | fix build with OPT_MCU_LPC177X_8X | hathach | |
| 2021-03-13 | SAM E54 XPlained Pro: use proper defines SPI->USART for board init | Jean Gressmann | |
| 2021-03-13 | SAM E54 XPlained Pro: free up DPLL1 for application | Jean Gressmann | |
| 2021-03-12 | Release 0.9.0 (#716)0.9.0 | Ha Thach | |
| * update change log for release * move changelog into docs/ * more changelog * increase macro version | |||
| 2021-03-12 | Merge pull request #713 from HiFiPhile/cdc_read | Ha Thach | |
| Call One time tu_fifo_write_n on cdcd_xfer_cb | |||
| 2021-03-12 | use !tu_fifo_empty() instead of tu_fifo_count() | hathach | |
| 2021-03-12 | Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into ↵ | hathach | |
| HiFiPhile-cdc_read | |||
| 2021-03-11 | Add fifo empty check. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | Call One time tu_fifo_write_n on cdcd_xfer_cb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | Update pico sdk 1.1.0 (#712) | Ha Thach | |
| * update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior | |||
| 2021-03-10 | Merge pull request #711 from hathach/usbd-handle-set-interface | Ha Thach | |
| Usbd handle set interface | |||
| 2021-03-10 | Merge pull request #710 from hathach/update-doc | Ha Thach | |
| update doc for BOARD name, add note for udev on Linux | |||
| 2021-03-10 | usbd ack SET_INTERFACE if it is not implemented by class driver. | hathach | |
| 2021-03-10 | clean up | hathach | |
| 2021-03-10 | update doc for BOARD name, add note for udev on Linux | hathach | |
| 2021-03-05 | Merge pull request #708 from hathach/add-back-cmsis5 | Ha Thach | |
| Add back cmsis5 as submodule | |||
| 2021-03-05 | clean up | hathach | |
| some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel | |||
| 2021-03-05 | nrf add lib/CMSIS_5 to DEPS_SUBMODULES | hathach | |
| 2021-03-05 | update DEPS_SUBMODULES to optimize ci | hathach | |
| 2021-03-05 | add back lib/CMSIS_5 submodule | hathach | |
| 2021-03-05 | remove local cmsis_5 | hathach | |
