<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vial-qmk.git/quantum/logging, branch vial</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/'/>
<entry>
<title>Workaround for `make test:all DEBUG=1` (#23047)</title>
<updated>2024-02-16T09:54:09+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2024-02-16T09:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=6890c1aeb82c0c2239841db57e1bd99c3a0651a5'/>
<id>6890c1aeb82c0c2239841db57e1bd99c3a0651a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up print/debug logging headers (#22969)</title>
<updated>2024-01-27T04:30:29+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2024-01-27T04:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=bb711456329beda1ab8573fbac3ad51bd398872b'/>
<id>bb711456329beda1ab8573fbac3ad51bd398872b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate and remove deprecated debug utils (#22961)</title>
<updated>2024-01-26T16:32:06+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2024-01-26T16:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=a632593769758244f10f577adb69b30e06f64985'/>
<id>a632593769758244f10f577adb69b30e06f64985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] guard action related debug messages (#19348)</title>
<updated>2022-12-15T22:38:25+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-12-15T22:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=dedc54a328ab900f47da8478bd9c6b7d14891e15'/>
<id>dedc54a328ab900f47da8478bd9c6b7d14891e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fix] Patches after printf library update (#17584)</title>
<updated>2022-07-07T12:14:09+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-07-07T12:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=643f6367a19649a0f5af6d43f2ed7f0e93b21f70'/>
<id>643f6367a19649a0f5af6d43f2ed7f0e93b21f70</id>
<content type='text'>
* Add missing '(' to print_bin_reverse32 declaration
* Fix insufficient character buffers on satisfaction75
* Remove \0 character in format string and use corrected offset math
  instead on rocketboard 16
* Replace snprintf_ with snprintf for djinn
* Explicitly ignore format checks for tracktyl manuform that uses %b
  specifier
* Print properly escaped version string in command.c, as PRODUCT or
  other defines can contain constructs like 'Vendor keyboard 66%' which
  will be interpreted as a format specifier</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add missing '(' to print_bin_reverse32 declaration
* Fix insufficient character buffers on satisfaction75
* Remove \0 character in format string and use corrected offset math
  instead on rocketboard 16
* Replace snprintf_ with snprintf for djinn
* Explicitly ignore format checks for tracktyl manuform that uses %b
  specifier
* Print properly escaped version string in command.c, as PRODUCT or
  other defines can contain constructs like 'Vendor keyboard 66%' which
  will be interpreted as a format specifier</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] Update mpaland/printf to eyalroz/printf fork (#16163)</title>
<updated>2022-07-07T07:27:50+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-07-07T07:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=d9bb189e25f14578ca74d6a3aa9f9a467f6f6595'/>
<id>d9bb189e25f14578ca74d6a3aa9f9a467f6f6595</id>
<content type='text'>
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.

Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.

Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8</pre>
</div>
</content>
</entry>
<entry>
<title>Format code according to conventions (#16322)</title>
<updated>2022-02-12T18:29:31+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-02-12T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=63646e8906e062d1c1de3925cba70c4e3426a855'/>
<id>63646e8906e062d1c1de3925cba70c4e3426a855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move print/debug files to quantum (#12069)</title>
<updated>2021-08-03T17:49:33+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-08-03T17:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vial-qmk.git/commit/?id=34de7ca224d613e1ae19a45860e27c15d40254dd'/>
<id>34de7ca224d613e1ae19a45860e27c15d40254dd</id>
<content type='text'>
* move print/debug files to quantum

* Update comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move print/debug files to quantum

* Update comments</pre>
</div>
</content>
</entry>
</feed>
