I'm getting the following error on doxygen 1.9.1: .../zephyr/doc/custom-doxygen/mainpage.md:1: error: multiple use of section label 'index' for main page, (first occurrence: .../zephyr/doc/custom-doxygen/mainpage.md, line 1) (warning treated as error, aborting now) Extension error (zephyr.doxyrunner): Handler <function doxygen_build at 0x7f1abf9e30d0> for event 'builder-inited' threw an exception (exception: Doxygen process returned non-zero (1)) This fixes it for me without breaking anything in _build/doxygen/html/index.html that I can see. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
1.2 KiB
API Documentation
Introduction
The Zephyr OS is a small-footprint kernel designed for use on resource-constrained and embedded systems: from simple embedded environmental sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications.
See the zephyrproject.org site for more information about the project and becoming a member, and this summary of Zephyr resources to help you find your way around the project.
Supported Boards
The Zephyr kernel supports multiple architectures, including ARM Cortex-M, Intel x86, ARC, NIOS II, Tensilica Xtensa, and RISC-V 32. For details, see the latest supported boards documentation.
Licensing
Zephyr is permissively licensed using the Apache 2.0 license (as found in the project's GitHub LICENSE file. There are some imported or reused components of the Zephyr project that use other licensing, as described in Licensing of Zephyr Project components.