summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23add efm32gg12 familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-23Fix bug in writing to constant src/dst address.Reinhard Panhuber
Copying has to be conduct in full words (at least for STM32). Renamed copy function to tu_fifo_write_n_const_addr_full_words()
2021-03-23Merge pull request #717 from jgressmann/feat/same54xplainedpro-free-pll1Ha Thach
SAM E54 XPlained Pro: free PLL1 for application
2021-03-23Merge pull request #747 from hathach/cleanup-examplesHa Thach
remove ses project since it is all broken and occupies space
2021-03-23remove ses project since it is all broken and occupies spacehathach
2021-03-21Merge upstream TinyUSB masterJean Gressmann
2021-03-21SAM54 Xplained Pro: update board setup documentationJean Gressmann
2021-03-21SAM54 Xplained Pro: reduce board setup code for maintenanceJean 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-21SAM 54 Xplained Pro: remove board specific defineJean Gressmann
2021-03-20Merge pull request #736 from Product-Creation-Studio/ned-pcs/add-stm32f072-evalHa Thach
Add stm32f072-eval board
2021-03-19Fixed case in linker script nameNed Konz
2021-03-19Removed assertsNed Konz
2021-03-19Initial commit; copied from stmf072-disco and modified for -EVAL boardNed Konz
2021-03-19Update bug_report.mdHa Thach
2021-03-19Update bug_report.mdHa Thach
2021-03-19Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-raceHa Thach
fix race condition that could cause drop packet of Bulk OUT transfer
2021-03-19Update README.mdHa Thach
2021-03-18Update boards.mdHa Thach
2021-03-18Merge pull request #734 from hathach/feather-rp2040-correct-bootstage2Ha Thach
use boot2_generic_03h for adafruit feather rp2040
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd
2021-03-18Merge pull request #729 from hathach/cleanup-makeHa Thach
Cleanup make
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-18clean up some exampleshathach
2021-03-18fix race condition that could cause drop packet of Bulk OUT transferhathach
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-18Merge pull request #724 from xmos-jmccarthy/masterHa Thach
USB TMC Updates
2021-03-17Revert "Add Linux support to tmc example"Jeremiah McCarthy
This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb.
2021-03-17spaceshathach
2021-03-17update issue templatehathach
2021-03-17Implement requested changes for PR724Jeremiah McCarthy
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-16Add Linux support to tmc exampleJeremiah McCarthy
Replaces visa include with pyvisa, as visa use with PyVISA is being deprecated.
2021-03-16Update usbtmc_device.cMichael Bruno
Fix buffer alignment in TMC device class
2021-03-16Merge pull request #722 from hathach/fix-build-lpc177x8xHa Thach
fix build with OPT_MCU_LPC177X_8X
2021-03-16fix build with OPT_MCU_LPC177X_8Xhathach
2021-03-14Intermediate commitReinhard Panhuber
2021-03-13SAM E54 XPlained Pro: use proper defines SPI->USART for board initJean Gressmann
2021-03-13SAM E54 XPlained Pro: free up DPLL1 for applicationJean Gressmann
2021-03-13Add new line at end of python scriptReinhard Panhuber
2021-03-13Add python script to plot audio sample data.Reinhard Panhuber
2021-03-13move AUDIO_SAMPLE_RATE to example main.chathach
2021-03-13fix fifo unlock typo, also clean up a bithathach
2021-03-12Release 0.9.0 (#716)0.9.0Ha Thach
* update change log for release * move changelog into docs/ * more changelog * increase macro version
2021-03-12Merge pull request #713 from HiFiPhile/cdc_readHa Thach
Call One time tu_fifo_write_n on cdcd_xfer_cb
2021-03-12use !tu_fifo_empty() instead of tu_fifo_count()hathach
2021-03-12Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into ↵hathach
HiFiPhile-cdc_read
2021-03-11Add fifo empty check.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2021-03-10Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-03-10Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xferReinhard Panhuber
2021-03-10Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio StreamsReinhard Panhuber
Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO