<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.deviationtx.com/wiki/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://www.deviationtx.com/wiki/feed.php">
        <title>DeviationWiki development</title>
        <description></description>
        <link>https://www.deviationtx.com/wiki/</link>
        <image rdf:resource="https://www.deviationtx.com/wiki/lib/tpl/devowiki/images/favicon.ico" />
       <dc:date>2026-04-29T18:08:12-0700</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/building_on_osx?rev=1462029325&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/building_on_windows?rev=1462029479&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/building_with_eclipse?rev=1462029504&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/devo8_spi_layout?rev=1460772757&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/docker?rev=1491811732&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deviationtx.com/wiki/development/setting_up_build_env?rev=1551758798&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.deviationtx.com/wiki/lib/tpl/devowiki/images/favicon.ico">
        <title>DeviationWiki</title>
        <link>https://www.deviationtx.com/wiki/</link>
        <url>https://www.deviationtx.com/wiki/lib/tpl/devowiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.deviationtx.com/wiki/development/building_on_osx?rev=1462029325&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-04-30T08:15:25-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Building Deviation on OSX</title>
        <link>https://www.deviationtx.com/wiki/development/building_on_osx?rev=1462029325&amp;do=diff</link>
        <description>Building Deviation on OSX

NOTE: It is now strongly recommended that you use Docker images to build Deviation.  Instructions for building can be found  here

The script util/build-osx.sh should download dependencies and
build the deviation emu on Mac OS X. An Xcode installation is required.
Alternatively fetch fltk:
port install fltk-devel</description>
    </item>
    <item rdf:about="https://www.deviationtx.com/wiki/development/building_on_windows?rev=1462029479&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-04-30T08:17:59-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Development on Windows</title>
        <link>https://www.deviationtx.com/wiki/development/building_on_windows?rev=1462029479&amp;do=diff</link>
        <description>Development on Windows

NOTE: It is now strongly recommended that you use Docker images to build Deviation.  Instructions for building can be found  here

Note, these instructions may be out of date.  Please help to make them current

Install MinGW

	*  Download the MinGW installer</description>
    </item>
    <item rdf:about="https://www.deviationtx.com/wiki/development/building_with_eclipse?rev=1462029504&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-04-30T08:18:24-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Building With Eclipse</title>
        <link>https://www.deviationtx.com/wiki/development/building_with_eclipse?rev=1462029504&amp;do=diff</link>
        <description>Building With Eclipse

NOTE: It is now strongly recommended that you use Docker images to build Deviation.  Instructions for building can be found  here

Thanks to xCometz for these instructions

Note:  These instructions are based on building from HG.  Deviation is now on github and the instructions need to be updated</description>
    </item>
    <item rdf:about="https://www.deviationtx.com/wiki/development/devo8_spi_layout?rev=1460772757&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-04-15T19:12:37-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:devo8_spi_layout</title>
        <link>https://www.deviationtx.com/wiki/development/devo8_spi_layout?rev=1460772757&amp;do=diff</link>
        <description>The Settings data format for D8 radios occupies 0x4C bytes at SPI flash location 0x1000

0x00: “DV08” - 4 bytes of Magic Number

0x04:

0x05: 1 byte of Backlight Brightness (0-100)

0x48: CRC - 4 bytes, the CRC of bytes 0-48</description>
    </item>
    <item rdf:about="https://www.deviationtx.com/wiki/development/docker?rev=1491811732&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-10T01:08:52-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Building with Docker Containers</title>
        <link>https://www.deviationtx.com/wiki/development/docker?rev=1491811732&amp;do=diff</link>
        <description>Building with Docker Containers

Background

In the past we have found it difficult to provide a reliable build environment that could produce the same results as our nightly builds across multiple operating systems.  In the end, we have chosen to use a Docker image to provide an easy to use method to build the Deviation source.  A Docker image is a Linux environment that has been packaged in a way that it can be run from most any PC and will execute precisely the code that we have specified in …</description>
    </item>
    <item rdf:about="https://www.deviationtx.com/wiki/development/setting_up_build_env?rev=1551758798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-04T20:06:38-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Setting Up the Deviation Build Environment</title>
        <link>https://www.deviationtx.com/wiki/development/setting_up_build_env?rev=1551758798&amp;do=diff</link>
        <description>Setting Up the Deviation Build Environment

NOTE: It is now strongly recommended that you use Docker images to build Deviation.  Instructions for building can be found  here

Building for ARM (on Linux)

	*  download and install the pre-compiled Linux compiler from here:</description>
    </item>
</rdf:RDF>
