custom-theme/talks.html (76 lines of code) (raw):

<div class="row"> <div class="col-xs-12"> <h2>Talks from Mynewt participants</h2> </div> </div> <div class="row"> <script> function loadYouTubeVideo(vid_url, id) { // Replaces the placeholder with the YouTube iframe var videoContainer = document.getElementById(id); videoContainer.innerHTML = ` <iframe width="560" height="315" src="${vid_url}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> `; } </script> <div class="col-xs-12 col-md-6"> <div id="video"> <div id="youtube-placeholder" onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/4xRbGMDcMu8?si=1AiPorODLysJ0E1l', 'video')"> <img src="/img/vid-icon-red.png" alt="Click to play video"> </div> </div> </div> <div class="col-xs-12 col-md-6"> <h3>Apache Mynewt Overview</h3> </br> @OpenIoT Summit, Berlin, Germany, October 2016 </br> <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b> <p> The case for an open-source OS for connected devices that ensures their commercial and operational readiness in a comprehensive, easy way is presented. The talk details the architecture of the resulting Apache Mynewt OS and the rationale behind some of the key design and implementation decisions. </p> </div> </div> <div class="row"> <div class="col-xs-12 col-md-6"> <h3>MyNewt technical Overview</h3> <br> @Linaro Connect, Las Vegas, September 2016 <br> <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b> <p> This presentation helps developers up and down the stack understand the requirements and challenges of embedded development environments – whether they are using common maker environments like Arduino or mature product-oriented tools. It covers the salient goals and features of Mynewt, the open source OS for MCUs. </p> </div> <div class="col-xs-12 col-md-6"> <div id="video-2"> <div id="youtube-placeholder" onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/5KhnjE7zYx4?si=FOFm6vAd3n3pMMdd', 'video-2')"> <img src="/img/vid-icon-red.png" alt="Click to play video"> </div> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-md-6"> <div id="video-3"> <div id="youtube-placeholder" onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/RsDqH5FZ-bo?si=trecTDB1m9xHuvQ1', 'video-3')"> <img src="/img/vid-icon-red.png" alt="Click to play video"> </div> </div> </div> <div class="col-xs-12 col-md-6"> <h3>Apache Mynewt: The Next Great Open Source OS for 32 Bit MCUs Coming to a RISC-V</h3> </br> @RISC-V Workshop, July 2016 </br> <b>Speaker: James Pace, CEO, Runtime Inc.</b> <p> This presentation lays out the case for an open source, hardware architecture agnostic OS for 32-bit MCUs. It then delves into the benefits of porting it to RISC-V architecture. </p> </div> </div>