-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
210 lines (204 loc) · 7.23 KB
/
news.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
200
201
202
203
204
205
206
207
208
209
210
<!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;">embARC Community News and Updates</h2>
<br>
</header>
</section>
<section class="box special features">
<center>
<!-- post start -->
<div class="features-row" style="text-align:left">
<h3 style="text-align:left;">GCC 7.1 is now released</h3>
<h4 style="text-align:left;">May 2, 2017</h4>
<p style="text-align:left;">Release 7.1 of GCC has now been released upstream at gnu.gcc.org.
Support for all ARC processors is now available from upstream GCC for users who want to be on the
bleeding edge.
<br>
<br>
The following features were added for the ARC architecture:
<li>Added support for ARC HS and ARC EM processors.</li>
<li>Added support for ARC EM variation found in Intel QuarkSE SoCs.</li>
<li>Added support for NPS400 ARC700 based CPUs.</li>
<li>Thread Local Storage is now supported by ARC CPUs.</li>
<li>Fixed errors for ARC600 when using 32x16 multiplier option.</li>
<li>Fixed PIE for ARC CPUs.</li>
<li>New CPU templates are supported via multilib.</li>
<br>
Read the full GCC 7.1 release notes <a href="https://gcc.gnu.org/gcc-7/changes.html">here</a>.
<br>
<br>
The embARC team</p>
</div>
<!-- post end -->
<!-- post start -->
<div class="features-row" style="text-align:left">
<h3 style="text-align:left;">embARC OSP 2017.03 is now released</h3>
<h4 style="text-align:left;">April 14, 2017</h4>
<p style="text-align:left;"> A new release of embARC OSP distribution is now
available for <a href="https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/releases/tag/2017.03">download.</a>
<br>
<br>
The embARC team</p>
</div>
<!-- post end -->
<!-- post start -->
<div class="features-row" style="text-align:left">
<h3 style="text-align:left;">New Smart Home Example using embARC videos posted</h3>
<h4 style="text-align:left;">November 1, 2016</h4>
<p style="text-align:left;"> A new 5-part video series on how to build an
IoT SmartHome application using Amazon AWS IoT and embARC is now available
on our YouTube channel in included here for convenience.
<br>
<a href="2016-11-01-post.html">More...</a></p>
</div>
<!-- post end -->
</center>
</section>
</section>
<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>