<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/lpc43, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/lpc43?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/lpc43?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-30T20:50:50Z</updated>
<entry>
<title>Add bin &amp; hex output to cmake targets.</title>
<updated>2024-11-30T20:50:50Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-11-30T20:50:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0074ed7c6756d3543dc2e89b0081039001ad230c'/>
<id>urn:sha1:0074ed7c6756d3543dc2e89b0081039001ad230c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new tusb_int_handler(rhport, in_isr) as common irq handler</title>
<updated>2024-10-10T09:28:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-10T09:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57aac432b52df6d284c98daf591e661d1c55aa05'/>
<id>urn:sha1:57aac432b52df6d284c98daf591e661d1c55aa05</id>
<content type='text'>
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
</content>
</entry>
<entry>
<title>fix make build due to clang changes</title>
<updated>2024-04-24T15:41:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-24T15:41:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=19f1080e381a81d5c56a0494b20c5c06475ffe42'/>
<id>urn:sha1:19f1080e381a81d5c56a0494b20c5c06475ffe42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang work with lpc43</title>
<updated>2024-04-22T12:45:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T12:45:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=838a58df99cbdbf08d1535fa9b2d45f8ee5d8b5f'/>
<id>urn:sha1:838a58df99cbdbf08d1535fa9b2d45f8ee5d8b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change .bss section from ramloc32 to ramloc40 for lpc43xx</title>
<updated>2024-04-05T06:12:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-05T06:12:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=df1f84adad8090066ccb7393791c70f752c9af4e'/>
<id>urn:sha1:df1f84adad8090066ccb7393791c70f752c9af4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update FreeRTOSConfig.h</title>
<updated>2023-12-18T13:33:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-12-18T13:33:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1a3f5f7a09d523872d8ab42fc3b432c19e8845b7'/>
<id>urn:sha1:1a3f5f7a09d523872d8ab42fc3b432c19e8845b7</id>
<content type='text'>
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
</content>
</entry>
<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>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 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>
</feed>
