<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/lpc18, 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/lpc18?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/lpc18?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>clang tested with mcb1800, add heap to lpc18 linker</title>
<updated>2024-04-22T11:31:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T11:08:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db30eee0fcacda2b2f3f208ddf5ab9be723129d8'/>
<id>urn:sha1:db30eee0fcacda2b2f3f208ddf5ab9be723129d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update linker for lpc18, move bss to ramloc40 to have more space for .data in ramloc32</title>
<updated>2024-04-04T17:52:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-04T17:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=34870d34818332657e79bc5c41775f48f2debf1f'/>
<id>urn:sha1:34870d34818332657e79bc5c41775f48f2debf1f</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>
</feed>
