Skip to content

Commit

Permalink
RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
biosbob committed Jan 17, 2024
1 parent f857c23 commit e2f261e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
Binary file modified site/assets/fig-005-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/summary-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/summary-005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

:root {
--em-vers: "24.0.10";
--em-time: "202401130358";
--em-time: "202401171446";
}

[data-md-color-scheme="slate"] {
Expand Down
5 changes: 4 additions & 1 deletion site/post-001/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ <h1 id="em-has-finally-arrived-now-what">EM has finally arrived &ndash; now what
<div class="em-nav-arrow">
<p><span class="em-float-right"><a href="/post-002" title="Choosing the next EM&thinsp;&bull;&thinsp;MCU target hardware">&curarr;</a></span></p>
</div>
<figure id="fig0" style="display:none">
<p><a class="glightbox" href="/assets/summary-001.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Image info" src="/assets/summary-001.png" /></a></p>
</figure>
<h2 id="slowly-opening-the-doors">Slowly opening the doors</h2>
<p>You have no idea how much "stuff" has accumulated in the EM software {&thinsp;basement&thinsp;|&thinsp;attic&thinsp;|&thinsp;garage&thinsp;} since the language's initial debut back in 2010:</p>
<div class="em-ul em-ul-bull">
Expand All @@ -553,7 +556,7 @@ <h2 id="slowly-opening-the-doors">Slowly opening the doors</h2>
</li>
</ol>
<p>These constraints, in fact, have enabled to us to better focus on EM itself &ndash; introducing the language and its runtime with a 10,000' technical overview followed by live, on-the-ground tours of curated programming examples.</p>
<p>Though rudimentary in design, these examples already hint at EM's uncanny ability to reduce program size when benchmarked against C&thinsp;/&nbsp;C++.&nbsp; The SDK also contains <em>state</em> and <em>energy</em> traces for these examples &ndash; captured in real-time using popular logic and power analyzers.</p>
<p>Though rudimentary in design, these examples already hint at EM's uncanny ability to reduce program size when benchmarked against C/C++&thinsp;.&nbsp; The SDK also contains <em>state</em> and <em>energy</em> traces for these examples &ndash; captured in real-time using popular logic and power analyzers.</p>
<p>And while we've (obviously) grown fond of EM and would surely attest to its positive impact on software productivity, EM's promise of higher-level programming <em>and</em>&thinsp; higher-levels of per&shy;formance ultimately comes down to simple software metrics &ndash; size, speed, <em>and</em>&thinsp; energy.</p>
<p>Stay engaged at <a href="/">blog.openen.org</a>&thinsp;:&nbsp;&nbsp; Upcoming posts will have more to say about the EM language in general, while soliciting your input on <em>"now what"</em>&nbsp;for the <strong>EM-SDK</strong>&thinsp;.</p>
<h2 id="what-can-you-do-to-help">What can you do to help</h2>
Expand Down
2 changes: 1 addition & 1 deletion site/post-002/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h1 id="choosing-the-next-emmcu-target-hardware">Choosing the next EM&thinsp;&bu
<p><a href="/post-001" title="EM has finally arrived &ndash; now what&thinsp;???">&cularr;</a> <span class="em-float-right"><a href="/post-003" title="Benchmark[et]ing ultra-low-power with EM">&curarr;</a></span></p>
</div>
<h2 id="general-mcu-requirements">General MCU requirements</h2>
<p>In theory, the EM language and runtime can target <em>any</em>&thinsp; MCU supported by a C&thinsp;/&thinsp;C++ com&shy;piler.&nbsp; In practice, however, we'll generally consider other factors when choosing MCU hardware:</p>
<p>In theory, the EM language and runtime can target <em>any</em>&thinsp; MCU supported by a C/C++ com&shy;piler.&nbsp; In practice, however, we'll generally consider other factors when choosing MCU hardware:</p>
<div class="em-ul em-ul-bull">
<p>availability of relatively inexpensive MCU development board(s) in the marketplace</p>
<p>the more "modest" the MCU, the better &ndash; simple CPU, limited memory, basic peripherals</p>
Expand Down
3 changes: 2 additions & 1 deletion site/post-004/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ <h1 id="learning-em-through-vs-code">Learning EM through VS Code</h1>
<!-- more -->

<div class="em-nav-arrow">
<p><a href="/post-003" title="Benchmark[et]ing ultra-low-power with EM">&cularr;</a></p>
<p><a href="/post-003" title="Benchmark[et]ing ultra-low-power with EM">&cularr;</a>
<span class="em-float-right"><a href="/post-005" title="EM&thinsp;.&thinsp;optimize = WPO&thinsp;+&thinsp;ACO">&curarr;</a></span></p>
</div>
<figure id="fig0" style="display:none">
<p><a class="glightbox" href="/assets/summary-004.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Image info" src="/assets/summary-004.png" /></a></p>
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit e2f261e

Please sign in to comment.