summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-02revert make optimize flaghathach
2021-04-02correct midi stream read behavior to read until user buffer is full or no mor...hathach
2021-04-02refactor midi read buffer to streamhathach
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
2021-04-02removed tud_midi_write24()hathach
2021-04-02refactor midi write into streamhathach
2021-04-02refactor midi stream readhathach
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
2021-03-31code formathathach
2021-03-30remove tud_midi_read_flush()hathach
2021-03-30rename tud_midi_receive/send to tud_midi_packet_read/writehathach
2021-03-30Merge pull request #760 from hathach/fix-755-same-name-c-s-fileHa Thach
2021-03-30change suffix to _asm to be more explicithathach
2021-03-29add suffix _s to object of assembly filehathach
2021-03-29Merge pull request #759 from sjanc/mynewtHa Thach
2021-03-29Add releases to Mynewt repository.ymlSzymon Janc
2021-03-25Merge pull request #703 from perigoso/efm32ggHa Thach
2021-03-23add efm32 driverRafael Silva
2021-03-23added efm32gg12 family cmsisRafael Silva
2021-03-23add efm32gg12 familyRafael Silva
2021-03-23Merge pull request #717 from jgressmann/feat/same54xplainedpro-free-pll1Ha Thach
2021-03-23Merge pull request #747 from hathach/cleanup-examplesHa Thach
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
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
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
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
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
2021-03-18Merge pull request #729 from hathach/cleanup-makeHa Thach
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
2021-03-18Merge pull request #724 from xmos-jmccarthy/masterHa Thach
2021-03-17Revert "Add Linux support to tmc example"Jeremiah McCarthy
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