<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_compiler.h, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_compiler.h?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_compiler.h?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-07-14T11:39:47Z</updated>
<entry>
<title>abtract attribute fallthrough</title>
<updated>2022-07-14T11:39:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-14T11:39:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7e4c0f64cd32ee0c73da37703dda2f83ed760132'/>
<id>urn:sha1:7e4c0f64cd32ee0c73da37703dda2f83ed760132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static</title>
<updated>2022-02-28T10:02:33Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-28T10:02:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8e84529c8d008b4440e70863f16848791f684d96'/>
<id>urn:sha1:8e84529c8d008b4440e70863f16848791f684d96</id>
<content type='text'>
Fix CPP compilation with IAR</content>
</entry>
<entry>
<title>Fix CPP compilation with IAR</title>
<updated>2022-02-23T17:27:52Z</updated>
<author>
<name>Alexandre Perrin</name>
<email>alexandreperr@gmail.com</email>
</author>
<published>2022-02-23T17:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=81e33477ea2d2a4f056d8d9c4cacfbbd7a4bc8e8'/>
<id>urn:sha1:81e33477ea2d2a4f056d8d9c4cacfbbd7a4bc8e8</id>
<content type='text'>
IAR defines __STDC_VERSION__ in cpp as well.
Which causes TU_VERIFY_STATIC to be defined as _Static_assert
instead of cpp's static_assert.

This reorders __cplusplus__ to be first, then to fallback to
__STDC_VERSION__ if not CPP.
</content>
</entry>
<entry>
<title>Modifications for CCRX toolchain</title>
<updated>2022-02-01T22:45:52Z</updated>
<author>
<name>Roland</name>
<email>info@winformatik.ch</email>
</author>
<published>2022-02-01T22:45:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e1f0c484c628fd9f2b66ef517a2fda9ace75dce0'/>
<id>urn:sha1:e1f0c484c628fd9f2b66ef517a2fda9ace75dce0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore certain compiler options on ARMCC</title>
<updated>2021-11-30T09:19:11Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-11-30T09:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ac20605e3f098687ce40349bbecc9266333d951b'/>
<id>urn:sha1:ac20605e3f098687ce40349bbecc9266333d951b</id>
<content type='text'>
ARMCC also sets __GNU__ macro, but doesn't support
GCC diagnostic pragmas.
</content>
</entry>
<entry>
<title>change usage of TU_CHECK_MCU() to prevent macro conflict</title>
<updated>2021-10-25T10:04:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-25T10:04:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dbd31895bc234ff6d76d3fe736dc613890ab7acb'/>
<id>urn:sha1:dbd31895bc234ff6d76d3fe736dc613890ab7acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus</title>
<updated>2021-10-25T06:49:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-25T06:49:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0202df920889b57f79560760f6a38632e52c364'/>
<id>urn:sha1:a0202df920889b57f79560760f6a38632e52c364</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add CFG_TUSB_OS_INC_PATH for os include path</title>
<updated>2021-09-25T09:16:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-25T09:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73872a5df04a8939d5f71509788c659e38efcecd'/>
<id>urn:sha1:73872a5df04a8939d5f71509788c659e38efcecd</id>
<content type='text'>
useful for freertos/ prefix with esp IDF
</content>
</entry>
<entry>
<title>clean up compiler</title>
<updated>2021-07-22T15:10:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-22T15:10:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15112fdbba8cf4e9ad0d99fafd8b40f07f29fb6d'/>
<id>urn:sha1:15112fdbba8cf4e9ad0d99fafd8b40f07f29fb6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename bit filed order</title>
<updated>2021-07-22T10:30:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-22T10:24:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c4da1abb1eaa7aff432535878ada519d02382419'/>
<id>urn:sha1:c4da1abb1eaa7aff432535878ada519d02382419</id>
<content type='text'>
clean up packed/bit order begin end
</content>
</entry>
</feed>
