<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/midi_test, branch 0.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/midi_test?h=0.10.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/midi_test?h=0.10.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-04-19T06:30:04Z</updated>
<entry>
<title>cmake cleanup</title>
<updated>2021-04-19T06:30:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-19T06:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=59f0fa1e5e6767602c346bdd9371bf7d6caa9d08'/>
<id>urn:sha1:59f0fa1e5e6767602c346bdd9371bf7d6caa9d08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rp2040 to use pico-sdk externally</title>
<updated>2021-04-11T06:37:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-11T06:37:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c8bb0020ea186dab093cd7adf4c694d89657e1cd'/>
<id>urn:sha1:c8bb0020ea186dab093cd7adf4c694d89657e1cd</id>
<content type='text'>
also try to update ci
</content>
</entry>
<entry>
<title>rename midi write()/read() to stream_write() stream_read()</title>
<updated>2021-04-02T07:43:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-02T07:43:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=da59c4ad4434b64691aa7a93e03381702633964d'/>
<id>urn:sha1:da59c4ad4434b64691aa7a93e03381702633964d</id>
<content type='text'>
also add deprecated for warning and rename hint
</content>
</entry>
<entry>
<title>fix midi tx fifo overflow cause data corruption</title>
<updated>2021-04-02T06:26:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-02T06:26:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=080b14b292251e46b43aac9e1cf7807dc2d3eb2c'/>
<id>urn:sha1:080b14b292251e46b43aac9e1cf7807dc2d3eb2c</id>
<content type='text'>
rename
</content>
</entry>
<entry>
<title>use boot2_generic_03h for adafruit feather rp2040</title>
<updated>2021-03-18T12:53:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-18T12:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=249852d25ced9852eb7f95dcc38b2a82b4c02390'/>
<id>urn:sha1:249852d25ced9852eb7f95dcc38b2a82b4c02390</id>
<content type='text'>
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040
- change default flash target for rp2040 to flash-pyocd
</content>
</entry>
<entry>
<title>update pico-sdk to more recent commit</title>
<updated>2021-03-02T15:57:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-02T15:57:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce942baad2b5601984662b428140e3cb9acdabbc'/>
<id>urn:sha1:ce942baad2b5601984662b428140e3cb9acdabbc</id>
<content type='text'>
- move target_link_libraries() to family.cmake
- enable pico_bootsel_via_double_reset
</content>
</entry>
<entry>
<title>make midi example less ambigous for cable and channel</title>
<updated>2021-02-19T03:57:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-19T03:57:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f3f21045b8a5b533971c4e4c721b484056ac0db'/>
<id>urn:sha1:8f3f21045b8a5b533971c4e4c721b484056ac0db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #618 from homeodor/master</title>
<updated>2021-02-06T05:30:28Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-06T05:30:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be1bd74b4b0c2392d3232c995a5d0604d7938d85'/>
<id>urn:sha1:be1bd74b4b0c2392d3232c995a5d0604d7938d85</id>
<content type='text'>
A CDC-like blocking behaviour for MIDI, incl. SysEx</content>
</entry>
<entry>
<title>CDC-like blocking behaviour for MIDI</title>
<updated>2021-02-05T21:01:46Z</updated>
<author>
<name>Alexander Golovanov</name>
<email>ag@kt8.ru</email>
</author>
<published>2021-02-05T21:01:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9f7143af29814156482c5e80bab925687e37b16d'/>
<id>urn:sha1:9f7143af29814156482c5e80bab925687e37b16d</id>
<content type='text'>
Also added a dummy readout for MIDI into examples
</content>
</entry>
<entry>
<title>added enumerate walkaround for RP2040-E5</title>
<updated>2021-02-01T06:37:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-01T06:37:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8e954a439151822fcd415b3c611008aee423b813'/>
<id>urn:sha1:8e954a439151822fcd415b3c611008aee423b813</id>
<content type='text'>
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1
- target linke pico_fix_rp2040_usb_device_enumeration
</content>
</entry>
</feed>
