<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Model01-firmware/README, branch master</title>
<subtitle>A firmware Sketch for the KeyboardIO Model01</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/'/>
<entry>
<title>typofix</title>
<updated>2021-04-07T16:45:09+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2021-04-07T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=c702d0a0b3814caeae46045cb087972d0351b991'/>
<id>c702d0a0b3814caeae46045cb087972d0351b991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the no-longer-used HIDAdaptora submodule.</title>
<updated>2021-04-07T12:40:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2021-04-07T12:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=6cb1868bb7b88989507c60ec6a1ae3b73cc1124d'/>
<id>6cb1868bb7b88989507c60ec6a1ae3b73cc1124d</id>
<content type='text'>
See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
</pre>
</div>
</content>
</entry>
<entry>
<title>Build: Replace 'ENABLE_SERIAL=1' with 'ENABLE_SERIAL=yes'.</title>
<updated>2019-06-27T01:17:30+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-27T00:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=9d538b467cd0ef7db5b149ff66b1cfc89af5032e'/>
<id>9d538b467cd0ef7db5b149ff66b1cfc89af5032e</id>
<content type='text'>
That is, to enable communicating with the host via a simple Serial
protocol.  The feature is disabled by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is, to enable communicating with the host via a simple Serial
protocol.  The feature is disabled by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add script to apply color maps.</title>
<updated>2019-06-25T23:04:41+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-25T22:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=556f6d19a315775a366755061aa218c6909ca775'/>
<id>556f6d19a315775a366755061aa218c6909ca775</id>
<content type='text'>
Once again, credits to algernon for the maps:
https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once again, credits to algernon for the maps:
https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally enable communicating with the host.</title>
<updated>2019-06-25T23:04:41+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-25T15:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=931806b02c4531e3629ee92a8854abc9614739c5'/>
<id>931806b02c4531e3629ee92a8854abc9614739c5</id>
<content type='text'>
Add ENABLE_SERIAL=1 to the build environment to enable that feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ENABLE_SERIAL=1 to the build environment to enable that feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ArduinoCore-avr as a submodule.</title>
<updated>2019-06-25T23:04:41+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-25T13:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=67cc18c9ed357d4ba290d62e2f2836601a19ca2b'/>
<id>67cc18c9ed357d4ba290d62e2f2836601a19ca2b</id>
<content type='text'>
Unfortunately, as of 2019-06-25 the version found in Debian sid is too
old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr
as a submodule.  This avoids manually downloading the entire IDE from
https://www.arduino.cc .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately, as of 2019-06-25 the version found in Debian sid is too
old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr
as a submodule.  This avoids manually downloading the entire IDE from
https://www.arduino.cc .
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'arduino-mk' as build system.</title>
<updated>2019-06-25T23:04:41+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-25T13:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=d36536e3743f5868f39908762bdab728802232b3'/>
<id>d36536e3743f5868f39908762bdab728802232b3</id>
<content type='text'>
It feels simpler than `arduino-builder` and we can rely on more
OS-shipped components.

Also for some reason with `arduino-builder` weak symbols don't always
seem to be overriden properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It feels simpler than `arduino-builder` and we can rely on more
OS-shipped components.

Also for some reason with `arduino-builder` weak symbols don't always
seem to be overriden properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2019-06-25T23:04:35+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-06-25T11:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/Model01-firmware/commit/?id=3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8'/>
<id>3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8</id>
<content type='text'>
Inspired by the reference firmware

    https://github.com/keyboardio/Model01-Firmware

and algernon's fork

    https://git.madhouse-project.org/algernon/Model01-Sketch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspired by the reference firmware

    https://github.com/keyboardio/Model01-Firmware

and algernon's fork

    https://git.madhouse-project.org/algernon/Model01-Sketch
</pre>
</div>
</content>
</entry>
</feed>
