-
Notifications
You must be signed in to change notification settings - Fork 0
/
baremetal.html
199 lines (193 loc) · 7.63 KB
/
baremetal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE HTML>
<html>
<head>
<title>Home | embARC Open Software Platform</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script>
<![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css" />
<![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt" style="background:#444;">
<div style="padding-left:10px; padding-top:8px;" id="logo">
<img src="images/embarc_logo-bright-bar.png">
</div>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="linux.html">Embedded Linux</a></li>
<li><a href="iot.html">IoT</a></li>
<li><a href="baremetal.html">Bare Metal</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" style="padding:6em 0 14em 0; background-position: top center;">
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major" style="text-align:left;">
<center>
<img src="images/embarc_logo.png" alt="">
<br>
<br>
</center>
<h2 style="text-align:center;">Bare Metal Projects for ARC Processors</h2>
<br>
</header>
</section>
<section class="box special features">
<center>
<br>
<h3 style="text-align:center;">Bare Metal Projects</h3>
<br>
</center>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_embarc-bright_1_orig.png" style="width:30%">
<h4 style="width:200%"><b>embARC Board Support Package (BSP)</b></h4>
<p style="width:200%">The embARC Board support Package (BSP) for DesignWare®
ARC® EM Starter Kit (EMSK) is a software distribution aimed at facilitating
the development and evaluation of embedded systems based on ARCv2
processors. It is designed to provide a board support package for ARC
EMSK users by defining consistent and simple software interfaces to the
processors and onboard devices.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_emsk_bsp" target="_blank" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_emsk_bsp" target="_blank" class="button">Source Repository</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_emsk_bsp/issues" target="_blank" class="button">Mailing List</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_emsk_bsp/blob/master/README.md" target="_blank" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/icons/icon_baremetal.jpg" style="width:30%">
<h4><b>G722 Codec (Coming soon)</b></h4>
<p style="width:200%">G722 Codec with support for ARC architecture.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/G722" target="_blank" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/G722" target="_blank" class="button">Source Repository</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/G722/issues" target="_blank" class="button">Mailing List</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/G722/blob/master/README.md" target="_blank" class="button">Documentation</a></li>
</ul>
</section>
</div>
</section>
</section>
<!-- CTA -->
<footer id="footer">
<ul class="icons" style="display:none;">
<li>
<a href="#" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github">
<span class="label">Github</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble">
<span class="label">Dribbble</span>
</a>
</li>
<li>
<a href="#" class="icon fa-google-plus">
<span class="label">Google+</span>
</a>
</li>
</ul>
<ul class="copyright">
<li>© 2017 Synopsys, Inc. All Rights Reserved.</li>
<li>
<a href="resources.html#about">About</a> |
<a href="mailto:info@embarc.org">Contact Us</a> |
<a href="terms.html">Terms of Service</a> |
<a href="privacy.html">Privacy</a>
</li>
</ul>
</footer>
<!-- omniture sitecatalyst code -->
<!-- SiteCatalyst code version: H.17.
Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript">
<!--
/* You may give each page an identifying name, server, and channel on the next lines. */
s_s.pageName=document.title;
s_s.server="embarc.org"
s_s.channel="embARC"
s_s.prop1=""
s_s.prop2=""
s_s.prop3=""
s_s.prop4=""
s_s.prop5=""
s_s.prop6=""
s_s.prop9=document.URL;
s_s.prop12=""
s_s.prop13=""
s_s.prop14=""
s_s.prop15=""
s_s.prop16=""
s_s.prop17=""
s_s.prop27=""
s_s.prop32=""
s_s.prop33=""
s_s.prop34=""
s_s.prop35=""
s_s.prop36=""
/* Conversion Variables */
s_s.events=""
s_s.eVar1=""
s_s.eVar2=""
s_s.eVar8=""
s_s.eVar9=""
s_s.eVar23=""
s_s.eVar24=""
s_s.eVar29=""
s_s.eVar30=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s_s.t();if(s_code)document.write(s_code)//-->
</script>
<!-- End SiteCatalyst code version: H.17. -->
<!-- /omniture sitecatalyst code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60168823-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>