<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://vanhack.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://vanhack.ca/feed.php">
        <title>Vancouver Hack Space - wiki:hacks:boards:rtos:zephyr</title>
        <description>1601 Venables St, Vancouver</description>
        <link>https://vanhack.ca/</link>
        <image rdf:resource="https://vanhack.ca/_media/wiki/logo.svg" />
       <dc:date>2026-04-15T07:49:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/cmake?rev=1511506701&amp;do=diff"/>
                <rdf:li rdf:resource="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/datalogging?rev=1508876032&amp;do=diff"/>
                <rdf:li rdf:resource="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/helloworld?rev=1508357169&amp;do=diff"/>
                <rdf:li rdf:resource="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/windowsvm?rev=1511819823&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://vanhack.ca/_media/wiki/logo.svg">
        <title>Vancouver Hack Space</title>
        <link>https://vanhack.ca/</link>
        <url>https://vanhack.ca/_media/wiki/logo.svg</url>
    </image>
    <item rdf:about="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/cmake?rev=1511506701&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-24T06:58:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cmake</title>
        <link>https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/cmake?rev=1511506701&amp;do=diff</link>
        <description>Zephyr Project @ VHS

The following instructions are for building the latest version of Zephyr, which uses CMake for configuring the build instead of Automake.

Build the latest version of CMake

git clone &lt;https://gitlab.kitware.com/cmake/cmake.git&gt;
cd cmake/
git tag -l
git checkout v3.8.2

./bootstrap &amp;&amp; make -j8
sudo make install</description>
    </item>
    <item rdf:about="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/datalogging?rev=1508876032&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-24T20:13:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>datalogging</title>
        <link>https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/datalogging?rev=1508876032&amp;do=diff</link>
        <description>Zephyr Basic Data Logging

Zephyr Project @ VHS

Objective

Log data from all sensors on the board to csv file.

Steps

	*  Setup Build Environment
	*  Port sensor code to Zephyr
	*  Write/modify code for data logging to file
	*  Build code
	*  Flash code to board
	*  Test</description>
    </item>
    <item rdf:about="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/helloworld?rev=1508357169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-18T20:06:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>helloworld</title>
        <link>https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/helloworld?rev=1508357169&amp;do=diff</link>
        <description>Zephyr Project @ VHS

Objective

Board runs Hello World and blinks LED

Steps

	*  Setup Build Environment
	*  Write/modify Hello World code
	*  Build code
	*  Flash code to board
	*  Test

Notes</description>
    </item>
    <item rdf:about="https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/windowsvm?rev=1511819823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-27T21:57:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windowsvm</title>
        <link>https://vanhack.ca/wiki/hacks/boards/rtos/zephyr/windowsvm?rev=1511819823&amp;do=diff</link>
        <description>Zephyr on Windows-hosted 64 bit Linux Virtual Machine

Zephyr Project @ VHS

Introduction

The following instructions can be used to develop an application using Zephyr
and program it on to a suitable board.

Requirements

	*  PC with 64 bit virtualization
	*  Internet connection</description>
    </item>
</rdf:RDF>
