<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/samd51, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/samd51?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/samd51?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-23T13:06:22Z</updated>
<entry>
<title>move tools/cmake to examples/build_system</title>
<updated>2023-11-23T13:06:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-23T13:06:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7213b8abb126cb6a1c88bd1e6d89b7dbacf339d8'/>
<id>urn:sha1:7213b8abb126cb6a1c88bd1e6d89b7dbacf339d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make nanolib linking explicitly by each family/board</title>
<updated>2023-11-23T05:43:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-23T05:43:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=82880eecbd51ce8cf801ae0c04871e65f81826f4'/>
<id>urn:sha1:82880eecbd51ce8cf801ae0c04871e65f81826f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update example to work with featherwing max3421, set max3421 GPIO0 for vbus</title>
<updated>2023-11-20T15:09:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-20T15:09:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=86f6588c3f5d682ca6d94064b5817a8a463fd23b'/>
<id>urn:sha1:86f6588c3f5d682ca6d94064b5817a8a463fd23b</id>
<content type='text'>
tested with feather nrf52840, m0, m4
</content>
</entry>
<entry>
<title>add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usage</title>
<updated>2023-11-20T14:31:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-20T14:31:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f71625a32a77d5fe243f71f9e8be03c9bbc41d1'/>
<id>urn:sha1:1f71625a32a77d5fe243f71f9e8be03c9bbc41d1</id>
<content type='text'>
added max3241 for feather m4 and tested
</content>
</entry>
<entry>
<title>switch freertos to static allocation only (dynamic = 0), since it is possible now with latest freertos cmake</title>
<updated>2023-11-16T15:12:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-16T15:12:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fbf64b122d6d77a7aa1ec501ff29b8bddeec0a70'/>
<id>urn:sha1:fbf64b122d6d77a7aa1ec501ff29b8bddeec0a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change tuh_max3421_spi_xfer_api() signature</title>
<updated>2023-10-04T11:00:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-10-04T11:00:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=67e34267a68c81f62ff315ac990f07a60f4dc93c'/>
<id>urn:sha1:67e34267a68c81f62ff315ac990f07a60f4dc93c</id>
<content type='text'>
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
</content>
</entry>
<entry>
<title>Merge branch 'master' into add-max3421-esp32</title>
<updated>2023-09-27T10:52:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T10:52:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc'/>
<id>urn:sha1:76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change hcd_int_handler(rhport, in_isr) signature: add in_isr</title>
<updated>2023-09-27T08:51:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T08:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee'/>
<id>urn:sha1:3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee</id>
<content type='text'>
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
</content>
</entry>
<entry>
<title>tested cdc_msc_hid_freertos with samd51</title>
<updated>2023-09-26T12:09:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-26T12:09:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6ca86c3ddeaec18f52b15f1065a5c9eea210c00'/>
<id>urn:sha1:f6ca86c3ddeaec18f52b15f1065a5c9eea210c00</id>
<content type='text'>
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
</content>
</entry>
<entry>
<title>add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhz</title>
<updated>2023-09-18T15:15:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-18T15:15:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=81cd9951080181234f20d81c831ca0595d499577'/>
<id>urn:sha1:81cd9951080181234f20d81c831ca0595d499577</id>
<content type='text'>
</content>
</entry>
</feed>
