<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/make.mk, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/make.mk?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/make.mk?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-01-17T09:20:04Z</updated>
<entry>
<title>update makefile to support iar build starting with stm32f070</title>
<updated>2023-01-17T09:20:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-01-17T09:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3fee8b402e3efefc341a0c1ce0474deb748858b2'/>
<id>urn:sha1:3fee8b402e3efefc341a0c1ce0474deb748858b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with rp2040 and rx65</title>
<updated>2022-11-21T04:12:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-21T04:12:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=47bc269b50eb0fab9ac2f708cecdce2e2df601d9'/>
<id>urn:sha1:47bc269b50eb0fab9ac2f708cecdce2e2df601d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add get-deps target</title>
<updated>2022-07-01T09:24:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-01T09:24:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=12341118e373cce10cb868f234009e9d37bff940'/>
<id>urn:sha1:12341118e373cce10cb868f234009e9d37bff940</id>
<content type='text'>
update ci to get-deps first
</content>
</entry>
<entry>
<title>suppress error with net example</title>
<updated>2022-06-27T13:30:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T13:30:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c56f7011171ff649a821fe87a3ee477299fa860'/>
<id>urn:sha1:9c56f7011171ff649a821fe87a3ee477299fa860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix redundant-decls warnings by usbd/usbh</title>
<updated>2022-06-24T15:52:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-24T15:22:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0042eccb3b2ff0f980f3a927a271364a2089ada5'/>
<id>urn:sha1:0042eccb3b2ff0f980f3a927a271364a2089ada5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more warning option, also fix  -Wconversion with rp2040</title>
<updated>2022-06-24T12:46:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-24T12:45:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f6e770eda9f8c605b238f35def1edaff93a8fb8'/>
<id>urn:sha1:4f6e770eda9f8c605b238f35def1edaff93a8fb8</id>
<content type='text'>
-Wuninitialized, -Wunused,  -Wredundant-decls
</content>
</entry>
<entry>
<title>build system: Changes for xc32 compiler</title>
<updated>2021-12-27T09:11:56Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@gmail.com</email>
</author>
<published>2021-12-26T21:19:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5c5ecea6f17aae16808533aa248671069cdc5fa5'/>
<id>urn:sha1:5c5ecea6f17aae16808533aa248671069cdc5fa5</id>
<content type='text'>
Three changes are needed to accommodate xc32 compiler build:
- optimized build flag other than -Os
   added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards
- build without -lnosys
   added LIBS_GCC with default libraries that can be changed in boards
- build without LD_FILE specification
   if LD_FILE is empty -Wl,-T options is not added to LDFLAGS
</content>
</entry>
<entry>
<title>enable -Wnull-dereference</title>
<updated>2021-10-17T17:13:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-17T17:13:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=826b34a8ac433e089c8522d949def4d8421ca4a2'/>
<id>urn:sha1:826b34a8ac433e089c8522d949def4d8421ca4a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more with -Wcast-qual</title>
<updated>2021-10-17T09:36:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-17T09:26:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a5f516893bbd539f11fb8d1cbb5b6db5a50fc632'/>
<id>urn:sha1:a5f516893bbd539f11fb8d1cbb5b6db5a50fc632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>default PYTHON to python3 on linux, and python on windows</title>
<updated>2021-09-07T10:43:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-07T10:43:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=785cdf67f0e03a456fd2dfad7b769b094f7e07ce'/>
<id>urn:sha1:785cdf67f0e03a456fd2dfad7b769b094f7e07ce</id>
<content type='text'>
</content>
</entry>
</feed>
