README.rst 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .. raw:: html
  2. <a href="https://www.zephyrproject.org">
  3. <p align="center">
  4. <img src="doc/_static/images/logo-readme.png">
  5. </p>
  6. </a>
  7. <a href="https://bestpractices.coreinfrastructure.org/projects/74"><img
  8. src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a>
  9. <a href="https://buildkite.com/zephyr/zephyr">
  10. <img
  11. src="https://badge.buildkite.com/f5bd0dc88306cee17c9b38e78d11bb74a6291e3f40e7d13f31.svg?branch=main"></a>
  12. The Zephyr Project is a scalable real-time operating system (RTOS) supporting
  13. multiple hardware architectures, optimized for resource constrained devices,
  14. and built with security in mind.
  15. The Zephyr OS is based on a small-footprint kernel designed for use on
  16. resource-constrained systems: from simple embedded environmental sensors and
  17. LED wearables to sophisticated smart watches and IoT wireless gateways.
  18. The Zephyr kernel supports multiple architectures, including ARM Cortex-M,
  19. Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of
  20. `supported boards`_.
  21. .. below included in doc/introduction/introduction.rst
  22. Getting Started
  23. ***************
  24. Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
  25. and the documentation's `Getting Started Guide`_ to start developing.
  26. .. start_include_here
  27. Community Support
  28. *****************
  29. Community support is provided via mailing lists and Discord; see the Resources
  30. below for details.
  31. .. _project-resources:
  32. Resources
  33. *********
  34. Here's a quick summary of resources to help you find your way around:
  35. * **Help**: `Asking for Help Tips`_
  36. * **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_)
  37. * **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
  38. repository; https://elixir.bootlin.com/zephyr/latest/source contains a
  39. searchable index
  40. * **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases
  41. * **Samples and example code**: see `Sample and Demo Code Examples`_
  42. * **Mailing Lists**: users@lists.zephyrproject.org and
  43. devel@lists.zephyrproject.org are the main user and developer mailing lists,
  44. respectively. You can join the developer's list and search its archives at
  45. `Zephyr Development mailing list`_. The other `Zephyr mailing list
  46. subgroups`_ have their own archives and sign-up pages.
  47. * **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
  48. The builds@lists.zephyrproject.org mailing list archives the CI
  49. (buildkite) nightly build results.
  50. * **Chat**: Real-time chat happens in Zephyr's Discord Server. Use
  51. this `Discord Invite`_ to register.
  52. * **Contributing**: see the `Contribution Guide`_
  53. * **Wiki**: `Zephyr GitHub wiki`_
  54. * **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues
  55. * **Security Issues**: Email vulnerabilities@zephyrproject.org to report
  56. security issues; also see our `Security`_ documentation. Security issues are
  57. tracked separately at https://zephyrprojectsec.atlassian.net.
  58. * **Zephyr Project Website**: https://zephyrproject.org
  59. .. _Discord Invite: https://chat.zephyrproject.org
  60. .. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
  61. .. _Zephyr Documentation: http://docs.zephyrproject.org
  62. .. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html
  63. .. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started/index.html
  64. .. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute/index.html
  65. .. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
  66. .. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel
  67. .. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups
  68. .. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
  69. .. _Security: http://docs.zephyrproject.org/latest/security/index.html
  70. .. _Asking for Help Tips: https://docs.zephyrproject.org/latest/getting_started/index.html#asking-for-help