custom-theme/about.html (95 lines of code) (raw):
<div class="container small-no-padding">
<div class="row">
<div class="col-md-8 content">
<h3> Features </h3>
<ul>
<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="https://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201606.mbox/%3C06CB0682-8F67-4C3F-93E4-6A20444487A1%40apache.org%3E" target="_blank"> 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" target="_blank"> 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" target="_blank"> discussion here </a>
</li>
<li>
Sensor API, see <a href="https://lists.apache.org/list.html?dev@mynewt.apache.org:dfr=June%201|dto=2016-11-14:%22Sensor%20Drivers%22" target="_blank"> discussion thread </a>
</li>
<li>
Support for MIPS architecture (PIC32 boards)
</li>
<li>
Support for RISCV architecture (HiFive1 boards)
</li>
<li>
Basic IP support
</li>
<li>
Full IP support for selected boards (currently STM32F7/F4 and PIC32MZ)
</li>
<li>
Low power support with ability for drivers to switch low power settings
automatically (Nordic and Dialog boards)
</li>
<li>
USB support
</li>
</ul>
<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>
<ul>
<li>
<a href="https://github.com/apache/mynewt-core"> Git repo for Mynewt OS</a>
</li>
<li>
<a href="https://github.com/apache/mynewt-nimble"> Git repo for NimBLE Stack </a>
</li>
<li>
<a href="https://github.com/apache/mynewt-newt"> Git repo for Newt Tool </a>
</li>
<li>
<a href="https://github.com/apache/mynewt-site"> Git repo for Docs </a>
</li>
</ul>
</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>