This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git
commit c4aa52576eff79dfe3d93b291eae562772c411f4 Author: Wojciech Pietraszewski <[email protected]> AuthorDate: Tue Apr 30 18:28:10 2024 +0200 site/docs/about: Update content Updates information in all sections. Adds hyperlink to NimBLE. Removes incubator prefix from GitHub hyperlinks. Fixes the hyperlink to FAQ. --- custom-theme/about.html | 118 +++++++++++++++++++++++++++++------------------- docs/about.md | 17 +++---- 2 files changed, 78 insertions(+), 57 deletions(-) diff --git a/custom-theme/about.html b/custom-theme/about.html index 3830c17bfb..9b87266a0f 100644 --- a/custom-theme/about.html +++ b/custom-theme/about.html @@ -3,58 +3,84 @@ <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/[email protected]: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/[email protected]: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> + <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> - <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a> + Bluetooth Low Energy Mesh </li> <li> - <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a> + Command line package management and build system (Newt Tool) </li> <li> - <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a> + 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/[email protected]: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/[email protected]: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/[email protected]: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> diff --git a/docs/about.md b/docs/about.md index a3f2578b95..736b653723 100644 --- a/docs/about.md +++ b/docs/about.md @@ -2,24 +2,19 @@ Some upcoming features: -* Full IP support -* Low power support with ability for drivers to turn on/off low power settings automatically -* Sensor API, see [discussion thread](https://lists.apache.org/[email protected]:dfr=June%201|dto=2016-11-14:%22Sensor%20Drivers%22) -* Support for MIPS architecture +* Extended low power support +* Extended full IP support * Support for additional boards -<font color="#F2853F"> The detailed roadmap is tracked on [JIRA for Mynewt](https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel). </font> - -<br> ### Feature Request -The WISHLIST at the top of the roadmap on [JIRA for Mynewt](https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel) features all the new ideas awaiting discussion and review. Once the community decides to go ahead with a request, it is scheduled into a release. Generally, effort is made to schedule a requested feature into a particular version no later than 6 weeks prior to the planned release date. +The issues list on [GitHub NimBLE Repo](https://github.com/apache/mynewt-nimble/issues) features all the new ideas for Bluetooth Low Energy (BLE) stack awaiting discussion and review. For other requests not related to BLE, please visit [GitHub Mynewt Repo](https://github.com/apache/mynewt-core/issues). +Once the community decides to go ahead with a request, it is scheduled into a release. Generally, effort is made to schedule a requested feature into a particular version no later than 6 weeks prior to the planned release date. -If you have suggestions for a new feature, use case, or implementation improvements, file a JIRA ticket with Issue Type set to "Wish". Introduce it in the [dev@]([email protected]) mailing list with a link to the JIRA ticket. This assumes you have signed up for an account on JIRA and submitted a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project. +If you have suggestions for a new feature, use case, or implementation improvements, create a new issue in appropriate repository and assign it a label ***enhancement***. Introduce it in the [dev@](mailto:[email protected]) mailing list with a link to the GitHub Issue. -<br> ### FAQ -<font color="#F2853F"> Questions? </font> Click [here](/latest/mynewt_faq.html) +<span style="color: #F2853F"> Questions? </span> Click [here](/latest/mynewt_faq/index.html)
