<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/hid_multiple_interface, branch 0.10.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_multiple_interface?h=0.10.1</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_multiple_interface?h=0.10.1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-31T01:13:47Z</updated>
<entry>
<title>Rework rp2040 examples and CMake build:</title>
<updated>2021-05-31T01:13:47Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-05-30T23:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=95f2478146ef83d18b52408c0692222bf2a15053'/>
<id>urn:sha1:95f2478146ef83d18b52408c0692222bf2a15053</id>
<content type='text'>
	- Examples should be CMake buildable from their own subdirectory; such a build will error out based on
	  matching .skip.MCU_xxx or a mismatched .only.MCU_
	- It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which
          examples get built
	- The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have
          started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have
          everything encapsulated in the FAMILY/family.cmake
	- pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they
	  also build correctly when included from there.
Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
</content>
</entry>
<entry>
<title>clean up, rename some HID device symbol/API</title>
<updated>2021-05-18T05:32:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-18T05:32:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e163f85ee024ff366253478cfd20e3fc35e96819'/>
<id>urn:sha1:e163f85ee024ff366253478cfd20e3fc35e96819</id>
<content type='text'>
- add tud_hid_n_interface_protocol()
- rename tud_hid_n_boot_mode() to  tud_hid_n_get_protocol()
- rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()
- add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1
- rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid
confusion
</content>
</entry>
<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>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>add tud_hid_n_gamepad_report() helper for gamepad report</title>
<updated>2021-02-08T12:08:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-08T12:08:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=72bcc0685c142c512f1d04ff18eaa13b99f62e93'/>
<id>urn:sha1:72bcc0685c142c512f1d04ff18eaa13b99f62e93</id>
<content type='text'>
- Add gamepad to hid_composite example. Though it needs a bit of extra
work but it will come later as separated PR.
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2021-02-08T09:05:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-06T05:54:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bc80d686f507432be00ee961c00c39039b57408e'/>
<id>urn:sha1:bc80d686f507432be00ee961c00c39039b57408e</id>
<content type='text'>
</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>
<entry>
<title>change output filename to BOARD-Directory</title>
<updated>2021-01-26T05:46:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-26T05:46:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4a0f5cbd6332a9ae76dc2eea293024fab2c81885'/>
<id>urn:sha1:4a0f5cbd6332a9ae76dc2eea293024fab2c81885</id>
<content type='text'>
</content>
</entry>
</feed>
