custom-theme/about.html (68 lines of code) (raw):

<div class="container small-no-padding"> <div class="row"> <div class="col-md-8 content"> <h3> Features </h3> <li> Real-time operating system kernel (Mynewt OS) </li> <li> Bluetooth Low Energy stack (BLE 5) - choose HOST only or CONTROLLER only or FULL stack. </li> <li> Bluetooth Low Energy Mesh </li> <li> Command line package management and build system (Newt Tool) </li> <li> Hardware Abstraction Layer unifying common MCU features, see <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E"> discussion thread </a> </li> <li> Board Support Infrastructure </li> <li> System level logs and statistics </li> <li> Secure bootloader, signed images and remote firmware upgrade </li> <li> Flash circular buffers, Newtron Flash File System (nffs), or hook up any other file system </li> <li> Serial upgrade of bootloader, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22newtmgr%20over%20Serial%22"> discussion thread </a> </li> <li> WiFi support via socket interface, join <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22socket%20interface%22"> discussion here </a> <li> Basic IP support </li> <br> <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a> </p> </div> <div class="col-md-4"> <div class="rhs"> <h3> Source Code on github.com </h3> <li> <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a> </li> <li> <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a> </li> <li> <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a> </li> </div> </div> </div> </div> <div class="container small-no-padding"> <div class="row"> <div class="col-md-12 content"> {% block content %} {% include 'fix_up_content.html' %} {% endblock %} </div> </div> </div>