<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/midi2_host/Makefile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/host/midi2_host/Makefile?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/midi2_host/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-05-16T16:00:30Z</updated>
<entry>
<title>midi2: host example - simplify and rename to midi2_host</title>
<updated>2026-05-16T16:00:30Z</updated>
<author>
<name>Saulo Veríssimo</name>
<email>sauloverissimo@gmail.com</email>
</author>
<published>2026-05-16T16:00:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3efac1b28c4174b0734ef106ce8496fa39657b47'/>
<id>urn:sha1:3efac1b28c4174b0734ef106ce8496fa39657b47</id>
<content type='text'>
Drop Feather-specific scaffolding (SSD1306 display, font, PIO-USB pin
override) and rename the directory to midi2_host. The example is now a
single main.c + tusb_config.h pair following the midi_rx pattern, with a
printf-only UMP decoder for Channel Voice messages.

Build-tested on adafruit_feather_rp2040_usb_host, daisyseed (stm32h7),
mimxrt1010_evk, stm32f407disco, raspberry_pi_pico2, b_u585i_iot2a,
portenta_c33, stm32h503nucleo, stlinkv3mini, feather_stm32f405.

Ref #3571
</content>
</entry>
<entry>
<title>refactor: replace midi2_host (Waveshare) with midi2_host_feather</title>
<updated>2026-05-12T14:07:45Z</updated>
<author>
<name>Saulo Veríssimo</name>
<email>sauloverissimo@gmail.com</email>
</author>
<published>2026-04-08T02:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b4880761bcadbee86d047e0a3b329859926caad5'/>
<id>urn:sha1:b4880761bcadbee86d047e0a3b329859926caad5</id>
<content type='text'>
Remove the Waveshare RP2350-USB-A host example and board definition.
The Feather RP2040 USB Host is the TinyUSB reference board for
PIO-USB host and does not require the CFG_TUSB_DEBUG workaround
needed by the Waveshare (R13 pull-up issue).

One host example is sufficient for the PR. The Feather variant has
an improved display with splash, spinner, and 6-line live view.
</content>
</entry>
<entry>
<title>fix: CI build failures on non-RP2040 platforms</title>
<updated>2026-05-12T14:07:44Z</updated>
<author>
<name>Saulo Veríssimo</name>
<email>sauloverissimo@gmail.com</email>
</author>
<published>2026-03-25T10:29:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f8a5fc37f3472cb2e3eb584d58e9cf4588dc4329'/>
<id>urn:sha1:f8a5fc37f3472cb2e3eb584d58e9cf4588dc4329</id>
<content type='text'>
- Use UINT32_C(1) instead of 1u for bit shifts &gt;= 16 in
  midi2_device.c to avoid shift-count-overflow on 16-bit
  platforms (MSP430)
- Add Makefiles for midi2_device and midi2_host examples with
  family guard (skip if FAMILY != rp2040). These examples
  require Pico SDK and board-specific hardware
- Restrict midi2_device CMakeLists.txt to rp2040 family
  (matching midi2_host)
</content>
</entry>
</feed>
