<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wasp-os.git/.github/workflows, 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>Add make and CI rules for building apps .mpy files</title>
<updated>2022-01-10T22:35:04Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-12-31T17:39:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=01c173927ec70467b74652297518bf7e2032cfaf'/>
<id>01c173927ec70467b74652297518bf7e2032cfaf</id>
<content type='text'>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Add a version number to the cache</title>
<updated>2021-12-26T09:15:32Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-12-26T09:15:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=c876f7cfdb61c89c329682fc6477092809d92b3b'/>
<id>c876f7cfdb61c89c329682fc6477092809d92b3b</id>
<content type='text'>
It isn't possible to clear the action cache directly but we can change the
version number and adopt a new cache. Eventually the old (now unused
one) will be cleaned up.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It isn't possible to clear the action cache directly but we can change the
version number and adopt a new cache. Eventually the old (now unused
one) will be cleaned up.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wasp: Switch recommended toolset to 10-2020-q4</title>
<updated>2021-12-24T09:28:22Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-12-24T09:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=9012b85ede15c561ddb1998e39906548773dd988'/>
<id>9012b85ede15c561ddb1998e39906548773dd988</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>github: workflows: Fix add-path problems</title>
<updated>2020-12-24T14:14:39Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-12-24T14:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=8ac5f6c16d0969e91e55d618e6e72cd16606e5e4'/>
<id>8ac5f6c16d0969e91e55d618e6e72cd16606e5e4</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>simulator: Introduce fully automatic testint</title>
<updated>2020-12-04T20:11:41Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-12-04T19:33:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=f1f5cc9e0c113bf44c7ca2ce58ed1c41089a1b7f'/>
<id>f1f5cc9e0c113bf44c7ca2ce58ed1c41089a1b7f</id>
<content type='text'>
Currently the tests do little more than fire up the simulator and
switch into (and out of) the built in applications. However this is
useful and allows us to fully integrate as a CI job.

Unfortunately the numpy warning from pysdl2 mean we have been forced
to disable all warnings to prevent pytest from collecting and reporting
them.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the tests do little more than fire up the simulator and
switch into (and out of) the built in applications. However this is
useful and allows us to fully integrate as a CI job.

Unfortunately the numpy warning from pysdl2 mean we have been forced
to disable all warnings to prevent pytest from collecting and reporting
them.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>github: actions: Ensure warning free docs build</title>
<updated>2020-11-29T20:01:21Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-11-29T20:01:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=bdd3f91b77d1911a0a8728e90435b271c4218321'/>
<id>bdd3f91b77d1911a0a8728e90435b271c4218321</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>Update prereqs for mcuboot imgtool.py</title>
<updated>2020-11-07T09:49:17Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-11-07T09:38:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=c1762605f5d2ed50782b9cc44c9111cfa8c1eb8b'/>
<id>c1762605f5d2ed50782b9cc44c9111cfa8c1eb8b</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>actions: Replace the matrix buils with the makefile dist rule</title>
<updated>2020-11-06T21:38:58Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2020-11-06T19:49:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=20b626f5c240efbd0ebb24004cf0c00bf8dc65a7'/>
<id>20b626f5c240efbd0ebb24004cf0c00bf8dc65a7</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>Added GitHub Actions support</title>
<updated>2020-11-06T21:38:58Z</updated>
<author>
<name>Panagiotis Vasilopoulos</name>
<email>hello@alwayslivid.com</email>
</author>
<published>2020-08-05T13:20:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=5bb833aa28f0445413cd8f240e832cfb17f29754'/>
<id>5bb833aa28f0445413cd8f240e832cfb17f29754</id>
<content type='text'>
- This workflow caches both the Python modules, as well as the arm-none-eabi toolchain itself, in order to save resources and time.
- This workflow is meant to imitate the building instructions as closely as possible for every board.

After the workflow compiles wasp-os for a specific board, it will package the following in separate archives (per board):

- the reloader
- the bootloader (both the standalone and the DaFlasher variations)
- a copy of MicroPython
- a copy of the documentation
- the additional tools that are necessary for interacting with devices running on wasp-os

Signed-off-by: Panagiotis Vasilopoulos &lt;hello@alwayslivid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This workflow caches both the Python modules, as well as the arm-none-eabi toolchain itself, in order to save resources and time.
- This workflow is meant to imitate the building instructions as closely as possible for every board.

After the workflow compiles wasp-os for a specific board, it will package the following in separate archives (per board):

- the reloader
- the bootloader (both the standalone and the DaFlasher variations)
- a copy of MicroPython
- a copy of the documentation
- the additional tools that are necessary for interacting with devices running on wasp-os

Signed-off-by: Panagiotis Vasilopoulos &lt;hello@alwayslivid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
