<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wasp-os.git/bootloader, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/'/>
<entry>
<title>bootloader: Provate a gcc-11 related workaround</title>
<updated>2021-09-05T19:45:36Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-09-05T19:45:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=1696c33b36afbb96e8667a4041622f1b61e6e570'/>
<id>1696c33b36afbb96e8667a4041622f1b61e6e570</id>
<content type='text'>
Currrently, gcc-11 users risk bricking their devices because to the
combination of a new optimization pass and some mistakes in the way
the Nordic Softdevice headers wrap the SD system calls.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currrently, gcc-11 users risk bricking their devices because to the
combination of a new optimization pass and some mistakes in the way
the Nordic Softdevice headers wrap the SD system calls.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>reloader: Add support for newer PineTime factory firmware</title>
<updated>2020-11-07T09:30:15Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-11-07T09:30:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=a4e0fdf24ef696914ad588f5a1d4a69962f4c1ef'/>
<id>a4e0fdf24ef696914ad588f5a1d4a69962f4c1ef</id>
<content type='text'>
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: Fix builds for nRF52840 boards</title>
<updated>2020-10-10T10:45:51Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-10-10T10:45:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=dcd4493e2f935c8adc2c1062dd349fa26ff3d7e4'/>
<id>dcd4493e2f935c8adc2c1062dd349fa26ff3d7e4</id>
<content type='text'>
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>k9: Add support for Senbono K9</title>
<updated>2020-08-09T19:06:45Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-08-09T19:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=2d1942f76a52ea748617791bc22022fb447f182c'/>
<id>2d1942f76a52ea748617791bc22022fb447f182c</id>
<content type='text'>
The K9 is similar to the PineTime and P8 devices but does not appear
to use the CST[78]16 touch screen controllers. At present the protocol
is not known (readfrom yields all zeros, readfrom_mem provokes an
exception) so we have a hugely limited interface consisting of the side
button and the touchscreen interrupts (in other words we can treat the
touchscreen like a second button).

Works suprisingly well considering...

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The K9 is similar to the PineTime and P8 devices but does not appear
to use the CST[78]16 touch screen controllers. At present the protocol
is not known (readfrom yields all zeros, readfrom_mem provokes an
exception) so we have a hugely limited interface consisting of the side
button and the touchscreen interrupts (in other words we can treat the
touchscreen like a second button).

Works suprisingly well considering...

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>boards: p8: Full support for Colmi P8</title>
<updated>2020-07-27T21:15:42Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-07-27T21:15:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=13b35611e23df582ab86b8ae0ba95ccf33ae562f'/>
<id>13b35611e23df582ab86b8ae0ba95ccf33ae562f</id>
<content type='text'>
All the components (bootloader, reloader, micropython) has P8 support added
some time back but without full integration at the wasp-os level. Let's
add it!

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the components (bootloader, reloader, micropython) has P8 support added
some time back but without full integration at the wasp-os level. Let's
add it!

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Allow installation via DaFlasher</title>
<updated>2020-07-26T20:03:30Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-07-26T20:03:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=a9ca9cfe132068488a7a39c7bb6aac69d7936ae6'/>
<id>a9ca9cfe132068488a7a39c7bb6aac69d7936ae6</id>
<content type='text'>
Generate a .zip file that works with SoftDevice 2.0.1 (still looking
for the recipe that works with 5.0), fix up the bootloader to work with
DaFlasher and add an extra feature in micropython to cope better.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generate a .zip file that works with SoftDevice 2.0.1 (still looking
for the recipe that works with 5.0), fix up the bootloader to work with
DaFlasher and add an extra feature in micropython to cope better.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds P8 button on right png for bootloader</title>
<updated>2020-06-17T18:05:26Z</updated>
<author>
<name>SteveAmor</name>
<email>SteveAmor@users.noreply.github.com</email>
</author>
<published>2020-06-13T17:47:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=33e56111ddc453e309b28a2a7a737a80d06bc404'/>
<id>33e56111ddc453e309b28a2a7a737a80d06bc404</id>
<content type='text'>
Signed-off-by: Steve Amor &lt;steveamor@users.noreply.github.com&gt;
[daniel@redfelineninja.org.uk: Adopt corresponding bootloader version]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Steve Amor &lt;steveamor@users.noreply.github.com&gt;
[daniel@redfelineninja.org.uk: Adopt corresponding bootloader version]
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader, reloader: Adopt latest versions</title>
<updated>2020-06-11T19:42:12Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-06-11T19:42:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=61931c3637f382a696fb8af8a4f435272f383269'/>
<id>61931c3637f382a696fb8af8a4f435272f383269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: Ergonomic changes for PineTime</title>
<updated>2020-05-27T20:42:49Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-05-27T20:42:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=a6b0ce49e1f54e7b075fb846896a4a12e06d5776'/>
<id>a6b0ce49e1f54e7b075fb846896a4a12e06d5776</id>
<content type='text'>
Fixes: #28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #28
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PNVRAM support to avoid forgetting the time during a reboot.</title>
<updated>2020-05-09T13:19:10Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-05-09T13:18:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=c1f8823f615855c1a8e5e337e33ba0b36573bc43'/>
<id>c1f8823f615855c1a8e5e337e33ba0b36573bc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
