diff --git a/releases/aladeen/0.1.0/release_notes.rst b/releases/aladeen/0.1.0/release_notes.rst index a426a198c66486e4a5d9243d9dc8af085480ee44..19db55edb5a294f8f514175452b263e8a2453e53 100644 --- a/releases/aladeen/0.1.0/release_notes.rst +++ b/releases/aladeen/0.1.0/release_notes.rst @@ -33,64 +33,65 @@ The objectives of the release The purpose of this release is to provide the European |main_project_name| project with a set of initial functionalities after the first code release in September, 2020. This April release serves as a solid foundation upon -which we can share the entire 2021 roadmap of the project. Additionally, -it introduces the project's first partners involved in the establishment -of the open-source community around |main_project_name|: SECO, Linaro and -Array. - -This release is mostly developed by Huawei Open Source Technology Center (OSTC) -department, together with the initial partners onboard. +which we can share the entire 2021 roadmap of the project. More details on the |main_project_name| goals can be found in the :doc:`/overview/openharmony-vision` document. -Supported hardware platforms ----------------------------- - -+--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ -| Board (chipset) | Supported kernels | Board documentation | -+======================================================================================================================================+=====================+==================================+ -| `Nitrogen (nRF52832 - Cortex-M4) <https://docs.zephyrproject.org/latest/boards/arm/96b_nitrogen/doc/index.html#boards-nitrogen>`__ | Zephyr | :ref:`SupportedBoardNitrogen` | -+--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ -| `Avenger96 (STM32 - Cortex-A7 & Cortex-M4) <https://docs.zephyrproject.org/latest/boards/arm/96b_avenger96/doc/index.html>`__ | Linux & Zephyr | :ref:`SupportedBoardAvenger96` | -+--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ -| `SBC-C61 (NXP i.MX 8M - Coretex-A53 & Cortex M4) <https://pdf.directindustry.com/pdf/seco-spa/sbc-c61/54043-913344.html>`__ | Linux | :ref:`SupportedBoardSecoC61` | -+--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ -| `SBC-B68-eNUC (Intel x86) <https://pdf.directindustry.com/pdf/seco-spa/sbc-b68-enuc/54043-913350.html>`__ | Linux | :ref:`SupportedBoardSecoB68` | -+--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ - The list of software features included -------------------------------------- +------------------------------------------------------------------+--------------------------+ | **Functionalities** | **Area** | +==================================================================+==========================+ -| nRF SoC/platform supported in Zephyr | Board Support Package | +| Bitbake build infrastructure | Build tools | ++------------------------------------------------------------------+--------------------------+ +| Continuous IP compliance and Openchain IP policy | FOSS compliance | ++------------------------------------------------------------------+--------------------------+ +| Linux 5.10 | Kernel | +------------------------------------------------------------------+--------------------------+ -| stm32 SoC/platform supported in Zephyr | Board Support Package | +| Zephyr 2.5 | Kernel | +------------------------------------------------------------------+--------------------------+ -| Network applications: MQTT protocol supported in OHOS | Connectivity | +| FreeRTOS (experimental) | Kernel | +------------------------------------------------------------------+--------------------------+ -| Connectivity: open-source USB stack supported in OHOS | Connectivity | +| GCC / LLVM cross toolchains | Toolchain | +------------------------------------------------------------------+--------------------------+ -| Connectivity: open-source BLE stack supported in Zephyr, Linux | Connectivity | +| gdb / gdbserver debugging | Tools | +------------------------------------------------------------------+--------------------------+ -| Provide bitbake support for OHOS | Build tools | +| Qemu targets for Intel and ARM | Simulators | +------------------------------------------------------------------+--------------------------+ -| Adding SPDX and licenses manifest auto generation | FOSS compliance | +| Build flavors and base / extra root fs images | Build tools and root fs | +------------------------------------------------------------------+--------------------------+ -| Linux Seco SBC-C61 BSP | Board Support Package | +| Smart Panel Blueprint | Reference Blueprint | +------------------------------------------------------------------+--------------------------+ -| Linux Seco SBC-B68-eNUC BSP | Board Support Packages | +| Continuous IP compliance and Openchain IP policy | FOSS compliance | +------------------------------------------------------------------+--------------------------+ -| Setup Environment & Tools for EUIncubator | Documentation | +| Release Bill of Material and FOSS compliance dashboard | FOSS compliance | +------------------------------------------------------------------+--------------------------+ -| OpenHarmony Documentation Gaps Correction | Documentation | +| Application Compatibility Test Suite | Testing and compatibility| +------------------------------------------------------------------+--------------------------+ -| OpenHarmony Documentation Process established | Documentation | +| CI / CD pipelines and DevSecOps public cloud infrastructure | DevSecOps | +------------------------------------------------------------------+--------------------------+ -| Connectivity: open-source Ethernet stack supported in OHOS | Connectivity | +| Web portal and communication assets including Twitch channel | Marcom | +------------------------------------------------------------------+--------------------------+ +| Automated sphinx-based documentation pipeline | Documentation | ++------------------------------------------------------------------+--------------------------+ + +Supported hardware platforms +---------------------------- + ++--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ +| Board (chipset) | Supported kernels | Board documentation | ++======================================================================================================================================+=====================+==================================+ +| `Nitrogen (nRF52832 - Cortex-M4) <https://docs.zephyrproject.org/latest/boards/arm/96b_nitrogen/doc/index.html#boards-nitrogen>`__ | Zephyr | :ref:`SupportedBoardNitrogen` | ++--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ +| `Avenger96 (STM32 - Cortex-A7 & Cortex-M4) <https://docs.zephyrproject.org/latest/boards/arm/96b_avenger96/doc/index.html>`__ | Linux & Zephyr | :ref:`SupportedBoardAvenger96` | ++--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ +| `SBC-C61 (NXP i.MX 8M - Coretex-A53 & Cortex M4) <https://pdf.directindustry.com/pdf/seco-spa/sbc-c61/54043-913344.html>`__ | Linux | :ref:`SupportedBoardSecoC61` | ++--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ +| `SBC-B68-eNUC (Intel x86) <https://pdf.directindustry.com/pdf/seco-spa/sbc-b68-enuc/54043-913350.html>`__ | Linux | :ref:`SupportedBoardSecoB68` | ++--------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+ + Test report -----------