<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/hal, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/hal?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/hal?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2018-03-02T11:50:30Z</updated>
<entry>
<title>rename hal.h to tusb_hal.h</title>
<updated>2018-03-02T11:50:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T11:43:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ee801a2095adacaadb5edd88356031160bfb0dd'/>
<id>urn:sha1:7ee801a2095adacaadb5edd88356031160bfb0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hal update</title>
<updated>2018-03-02T11:22:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T11:22:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f88e24d773ef559d1a96df43b4c4f67671bebad7'/>
<id>urn:sha1:f88e24d773ef559d1a96df43b4c4f67671bebad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up API</title>
<updated>2018-03-02T08:39:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T08:39:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=633f46432ff369be3b52d292736a01c23124f3d1'/>
<id>urn:sha1:633f46432ff369be3b52d292736a01c23124f3d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hal_interrupt_* to hal_usb_int_*</title>
<updated>2018-03-02T08:28:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T08:28:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dc12e55c568a182ac95e4e7594e0059c1b8f7f4b'/>
<id>urn:sha1:dc12e55c568a182ac95e4e7594e0059c1b8f7f4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more hal update</title>
<updated>2018-03-02T08:26:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T08:26:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b6e337bc12c041969687ee8c13dbe5045c4096f8'/>
<id>urn:sha1:b6e337bc12c041969687ee8c13dbe5045c4096f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor hal</title>
<updated>2018-03-02T08:20:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T08:20:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4097d022542708ee2bc441552679834477a58cf6'/>
<id>urn:sha1:4097d022542708ee2bc441552679834477a58cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)</title>
<updated>2015-05-01T11:34:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2015-05-01T11:34:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c'/>
<id>urn:sha1:9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c</id>
<content type='text'>
remove "primitive_types.h" by simply include stdbool.h, stdint.h
</content>
</entry>
<entry>
<title>make freertos source unmodified to ease the upgrade process later</title>
<updated>2014-04-28T07:20:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-28T04:51:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=05c767313d0efd10d5b07b5b2f9b3d69a361075d'/>
<id>urn:sha1:05c767313d0efd10d5b07b5b2f9b3d69a361075d</id>
<content type='text'>
use CGU_GetPCLKFrequency as configCPU_CLOCK_HZ for lpc43xx using with freeRTOS
move portmarco.h include to FreeRTOSConfig.h to have untouched version of freertos
add a readme.md to vendor/freertos
refractor usbh.c, increase POWER_STABLE_DELAY = 500, RESET_DELAY = 200
fix bug with hub, only handle 1 port at a time when reading hub status change endpoint --&gt; other port will be handled in the next cycle
</content>
</entry>
<entry>
<title>disable device mouse by default</title>
<updated>2014-04-18T19:33:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-18T19:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a48a4aa0318cc499369758b6cbafe9088fb85bb'/>
<id>urn:sha1:9a48a4aa0318cc499369758b6cbafe9088fb85bb</id>
<content type='text'>
fix hal_debugger_is_attached with lpc11u
</content>
</entry>
<entry>
<title>remove TUSB_CFG_DEVICE_FULLSPEED</title>
<updated>2014-04-17T03:54:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-17T03:54:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fb510559ec95a9be8e43f6df7735dae5f65e7ecb'/>
<id>urn:sha1:fb510559ec95a9be8e43f6df7735dae5f65e7ecb</id>
<content type='text'>
</content>
</entry>
</feed>
