<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/make.mk, branch 0.13.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.13.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/make.mk?h=0.13.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-12-27T09:11:56Z</updated>
<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>
<entry>
<title>add msc workaround for cxd56</title>
<updated>2021-09-07T06:30:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-07T06:30:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f47e5402fa928c5a0cd581c894e9e18c3dfcbdfb'/>
<id>urn:sha1:f47e5402fa928c5a0cd581c894e9e18c3dfcbdfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove BOARD from output name</title>
<updated>2021-06-10T10:24:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-10T10:24:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c9d66dcd5f82b138865bbb02486fe19e4a843eb2'/>
<id>urn:sha1:c9d66dcd5f82b138865bbb02486fe19e4a843eb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings cast function type for nrf, fix pico osal warning</title>
<updated>2021-05-25T14:02:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-25T14:02:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=954056da0ca4633d27f022858600164721963104'/>
<id>urn:sha1:954056da0ca4633d27f022858600164721963104</id>
<content type='text'>
add TODO for overflow in tusb_fifo.c
</content>
</entry>
<entry>
<title>Added support for Black Magic Probe (#787)</title>
<updated>2021-04-16T13:23:27Z</updated>
<author>
<name>Dima Barsky</name>
<email>ghub@kappa.ac93.org</email>
</author>
<published>2021-04-16T13:23:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9f925bc900d397461adafeff4a43dce6a74f68d0'/>
<id>urn:sha1:9f925bc900d397461adafeff4a43dce6a74f68d0</id>
<content type='text'>
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore
* Added the BMP variable, defaults to /dev/ttyBmpGdb
The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it.
* Update rules.mk</content>
</entry>
<entry>
<title>move esp32s2 and rp2040 target rule to its family.mk</title>
<updated>2021-03-17T13:13:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-17T10:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2307fc302367e2b3a961be905bcb302394a155ca'/>
<id>urn:sha1:2307fc302367e2b3a961be905bcb302394a155ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update pico sdk 1.1.0 (#712)</title>
<updated>2021-03-10T06:26:14Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T06:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1cdd1b02098be05b511571457165fa66a27af7bc'/>
<id>urn:sha1:1cdd1b02098be05b511571457165fa66a27af7bc</id>
<content type='text'>
* update pico-sdk to 1.1.0
also correct fetch_submodule_if_empty behavior</content>
</entry>
</feed>
