]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/introduction.html
Base project to replace existing Freedom Studio project using latest Freedom Studio...
[freertos] / FreeRTOS / Demo / RISC-V_RV32_SiFive_HiFive1_GCC / freedom-metal / doc / html / introduction.html
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6   <head>
7     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9     <title>Introduction to Freedom Metal &#8212; Freedom Metal v201905 documentation</title>
10     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
11     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
13     <script type="text/javascript" src="_static/jquery.js"></script>
14     <script type="text/javascript" src="_static/underscore.js"></script>
15     <script type="text/javascript" src="_static/doctools.js"></script>
16     <link rel="index" title="Index" href="genindex.html" />
17     <link rel="search" title="Search" href="search.html" />
18     <link rel="next" title="Developer Guide" href="devguide.html" />
19     <link rel="prev" title="Freedom Metal" href="index.html" />
20    
21   <link rel="stylesheet" href="_static/custom.css" type="text/css" />
22   
23   
24   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
25
26   </head><body>
27   
28
29     <div class="document">
30       <div class="documentwrapper">
31         <div class="bodywrapper">
32           
33
34           <div class="body" role="main">
35             
36   <div class="section" id="introduction-to-freedom-metal">
37 <h1>Introduction to Freedom Metal<a class="headerlink" href="#introduction-to-freedom-metal" title="Permalink to this headline">¶</a></h1>
38 <div class="section" id="what-is-freedom-metal">
39 <h2>What is Freedom Metal?<a class="headerlink" href="#what-is-freedom-metal" title="Permalink to this headline">¶</a></h2>
40 <p>Freedom Metal enables portable, bare-metal application development for all of
41 SiFive’s RISC-V IP, FPGA evaluation targets, and development boards.</p>
42 <dl class="docutils">
43 <dt>Freedom Metal provides:</dt>
44 <dd><ul class="first last simple">
45 <li>A bare-metal C application environment</li>
46 <li>An API for controlling CPU features and peripherals</li>
47 <li>The ability to retarget to any SiFive RISC-V product</li>
48 </ul>
49 </dd>
50 <dt>This makes Freedom Metal suitable for:</dt>
51 <dd><ul class="first last simple">
52 <li>Writing portable hardware tests</li>
53 <li>Bootstrapping bare metal application development</li>
54 <li>A RISC-V hardware abstraction layer</li>
55 <li>And more!</li>
56 </ul>
57 </dd>
58 </dl>
59 </div>
60 <div class="section" id="how-do-i-use-freedom-metal">
61 <h2>How Do I Use Freedom Metal?<a class="headerlink" href="#how-do-i-use-freedom-metal" title="Permalink to this headline">¶</a></h2>
62 <p>The best way to get started writing applications with Freedom Metal is to use
63 the <a class="reference external" href="https://github.com/sifive/freedom-e-sdk">SiFive Freedom E SDK</a> which bundles the build scripts and configuration
64 necessary to use Freedom Metal with SiFive’s standard evaluation products.</p>
65 <p>If you prefer working with an Integrated Development Environment (IDE),
66 <a class="reference external" href="https://www.sifive.com/boards#software">SiFive Freedom Studio</a> comes packaged with a prebuilt toolchain and the same
67 Freedom Metal examples from Freedom E SDK.</p>
68 </div>
69 </div>
70
71
72           </div>
73           
74         </div>
75       </div>
76       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
77         <div class="sphinxsidebarwrapper">
78 <h1 class="logo"><a href="index.html">Freedom Metal</a></h1>
79
80
81
82
83
84
85
86
87 <h3>Navigation</h3>
88 <ul class="current">
89 <li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction to Freedom Metal</a><ul>
90 <li class="toctree-l2"><a class="reference internal" href="#what-is-freedom-metal">What is Freedom Metal?</a></li>
91 <li class="toctree-l2"><a class="reference internal" href="#how-do-i-use-freedom-metal">How Do I Use Freedom Metal?</a></li>
92 </ul>
93 </li>
94 <li class="toctree-l1"><a class="reference internal" href="devguide.html">Developer Guide</a></li>
95 <li class="toctree-l1"><a class="reference internal" href="api.html">API Reference</a></li>
96 </ul>
97
98 <div class="relations">
99 <h3>Related Topics</h3>
100 <ul>
101   <li><a href="index.html">Documentation overview</a><ul>
102       <li>Previous: <a href="index.html" title="previous chapter">Freedom Metal</a></li>
103       <li>Next: <a href="devguide.html" title="next chapter">Developer Guide</a></li>
104   </ul></li>
105 </ul>
106 </div>
107 <div id="searchbox" style="display: none" role="search">
108   <h3>Quick search</h3>
109     <div class="searchformwrapper">
110     <form class="search" action="search.html" method="get">
111       <input type="text" name="q" />
112       <input type="submit" value="Go" />
113       <input type="hidden" name="check_keywords" value="yes" />
114       <input type="hidden" name="area" value="default" />
115     </form>
116     </div>
117 </div>
118 <script type="text/javascript">$('#searchbox').show(0);</script>
119         </div>
120       </div>
121       <div class="clearer"></div>
122     </div>
123     <div class="footer">
124       &copy;2019, SiFive Inc..
125       
126       |
127       Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.5</a>
128       &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.11</a>
129       
130       |
131       <a href="_sources/introduction.rst.txt"
132           rel="nofollow">Page source</a>
133     </div>
134
135     
136
137     
138   </body>
139 </html>