├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── assets ├── .gitkeep ├── awesome_zephyr_rtos_logo.svg ├── awesome_zephyr_rtos_logo_dark.png └── awesome_zephyr_rtos_logo_light.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | We as members, contributors, and leaders pledge to make participation in our 6 | community a harassment-free experience for everyone, regardless of age, body 7 | size, visible or invisible disability, ethnicity, sex characteristics, gender 8 | identity and expression, level of experience, education, socio-economic status, 9 | nationality, personal appearance, race, religion, or sexual identity 10 | and orientation. 11 | 12 | We pledge to act and interact in ways that contribute to an open, welcoming, 13 | diverse, inclusive, and healthy community. 14 | 15 | ## Our Standards 16 | 17 | Examples of behavior that contributes to a positive environment for our 18 | community include: 19 | 20 | * Demonstrating empathy and kindness toward other people 21 | * Being respectful of differing opinions, viewpoints, and experiences 22 | * Giving and gracefully accepting constructive feedback 23 | * Accepting responsibility and apologizing to those affected by our mistakes, 24 | and learning from the experience 25 | * Focusing on what is best not just for us as individuals, but for the 26 | overall community 27 | 28 | Examples of unacceptable behavior include: 29 | 30 | * The use of sexualized language or imagery, and sexual attention or 31 | advances of any kind 32 | * Trolling, insulting or derogatory comments, and personal or political attacks 33 | * Public or private harassment 34 | * Publishing others' private information, such as a physical or email 35 | address, without their explicit permission 36 | * Other conduct which could reasonably be considered inappropriate in a 37 | professional setting 38 | 39 | ## Enforcement Responsibilities 40 | 41 | Community leaders are responsible for clarifying and enforcing our standards of 42 | acceptable behavior and will take appropriate and fair corrective action in 43 | response to any behavior that they deem inappropriate, threatening, offensive, 44 | or harmful. 45 | 46 | Community leaders have the right and responsibility to remove, edit, or reject 47 | comments, commits, code, wiki edits, issues, and other contributions that are 48 | not aligned to this Code of Conduct, and will communicate reasons for moderation 49 | decisions when appropriate. 50 | 51 | ## Scope 52 | 53 | This Code of Conduct applies within all community spaces, and also applies when 54 | an individual is officially representing the community in public spaces. 55 | Examples of representing our community include using an official e-mail address, 56 | posting via an official social media account, or acting as an appointed 57 | representative at an online or offline event. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported to the community leaders responsible for enforcement at 63 | coc@golioth.io. 64 | All complaints will be reviewed and investigated promptly and fairly. 65 | 66 | All community leaders are obligated to respect the privacy and security of the 67 | reporter of any incident. 68 | 69 | ## Enforcement Guidelines 70 | 71 | Community leaders will follow these Community Impact Guidelines in determining 72 | the consequences for any action they deem in violation of this Code of Conduct: 73 | 74 | ### 1. Correction 75 | 76 | **Community Impact**: Use of inappropriate language or other behavior deemed 77 | unprofessional or unwelcome in the community. 78 | 79 | **Consequence**: A private, written warning from community leaders, providing 80 | clarity around the nature of the violation and an explanation of why the 81 | behavior was inappropriate. A public apology may be requested. 82 | 83 | ### 2. Warning 84 | 85 | **Community Impact**: A violation through a single incident or series 86 | of actions. 87 | 88 | **Consequence**: A warning with consequences for continued behavior. No 89 | interaction with the people involved, including unsolicited interaction with 90 | those enforcing the Code of Conduct, for a specified period of time. This 91 | includes avoiding interactions in community spaces as well as external channels 92 | like social media. Violating these terms may lead to a temporary or 93 | permanent ban. 94 | 95 | ### 3. Temporary Ban 96 | 97 | **Community Impact**: A serious violation of community standards, including 98 | sustained inappropriate behavior. 99 | 100 | **Consequence**: A temporary ban from any sort of interaction or public 101 | communication with the community for a specified period of time. No public or 102 | private interaction with the people involved, including unsolicited interaction 103 | with those enforcing the Code of Conduct, is allowed during this period. 104 | Violating these terms may lead to a permanent ban. 105 | 106 | ### 4. Permanent Ban 107 | 108 | **Community Impact**: Demonstrating a pattern of violation of community 109 | standards, including sustained inappropriate behavior, harassment of an 110 | individual, or aggression toward or disparagement of classes of individuals. 111 | 112 | **Consequence**: A permanent ban from any sort of public interaction within 113 | the community. 114 | 115 | ## Attribution 116 | 117 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 118 | version 2.0, available at 119 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 120 | 121 | Community Impact Guidelines were inspired by [Mozilla's code of conduct 122 | enforcement ladder](https://github.com/mozilla/diversity). 123 | 124 | [homepage]: https://www.contributor-covenant.org 125 | 126 | For answers to common questions about this code of conduct, see the FAQ at 127 | https://www.contributor-covenant.org/faq. Translations are available at 128 | https://www.contributor-covenant.org/translations. 129 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. 4 | 5 | --- 6 | 7 | Ensure your pull request adheres to the following guidelines: 8 | 9 | - If you submit a project that is similar to an existing project in the list, argue how it's better. 10 | - Search previous suggestions before making a new one, as yours may be a duplicate. 11 | - Suggested packages should be tested and documented. 12 | - Make an individual pull request for each suggestion. 13 | - Use the following format: `[package](link) - Description.` 14 | - Additions should be added to the bottom of the relevant category. 15 | - Link to the GitHub repo, not npmjs.com or its website wherever possible. 16 | - Keep descriptions short and simple, but descriptive. 17 | - Descriptions should not be marketing taglines. 18 | - Descriptions should not be title-case. 19 | - Don't mention `Zephyr` or `Zephyr RTOS` in the description as it's implied. 20 | - Start the description with a capital and end with a full stop/period. 21 | - Don't start the description with `A` or `An`. 22 | - Check your spelling and grammar. 23 | - Make sure your text editor is set to remove trailing whitespace. 24 | - The pull request should have a useful title and include a link to the package and why it should be included. 25 | - New categories or improvements to the existing categorization are welcome, but should be done in a separate pull request. 26 | 27 | Thank you for your suggestion! 28 | 29 | ### Updating your PR 30 | 31 | A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. 32 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Dark Logo](assets/awesome_zephyr_rtos_logo_dark.png#gh-dark-mode-only) 2 | ![Ligh Logo](assets/awesome_zephyr_rtos_logo_light.png#gh-light-mode-only) 3 | 4 | # 🪁 Awesome Zephyr RTOS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 5 | 6 | > The Zephyr RTOS is based on 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. 7 | 8 | [What is an awesome list?](https://github.com/sindresorhus/awesome/blob/main/awesome.md) 9 | 10 | 11 | ## Contents 12 | 13 | - [Official Resources](#official-resources) 14 | - [Libraries](#libraries) 15 | - [Tools](#tools) 16 | - [Open Source Hardware](#open-source-hardware) 17 | - [Videos](#videos) 18 | - [Learning Material](#learning-material) 19 | 20 | 21 | ## Official Resources 22 | 23 | - [zephyrproject.org](https://www.zephyrproject.org/) - Official website. 24 | - [docs.zephyrproject.org](https://docs.zephyrproject.org/) - Project documentation. 25 | - [github](https://github.com/zephyrproject-rtos) - Project GitHub organization. 26 | - [zephyr](https://github.com/zephyrproject-rtos/zephyr) - Main repo. 27 | - [west](https://github.com/zephyrproject-rtos/west) - Swiss-army knife command line tool. 28 | - [sdk-ng](https://github.com/zephyrproject-rtos/sdk-ng) - Next generation toolchains & host tools. 29 | - [example-application](https://github.com/zephyrproject-rtos/example-application) - Example out-of-tree application that is also a module. 30 | - [docker-image](https://github.com/zephyrproject-rtos/docker-image) - Docker image suitable for development and CI. 31 | - [discord](https://discord.com/invite/Ck7jw53nU2) - Community chat hosted on Discord. 32 | - [mailing list](https://lists.zephyrproject.org/g/main/subgroups) - Mail & web based mailing list powere by Groups.io. 33 | - [youtube](https://www.youtube.com/c/ZephyrProject) - Conferences videos and event highlights. 34 | - [blog](https://www.zephyrproject.org/community/#blog) / [RSS](https://www.zephyrproject.org/category/blog/feed/) - Posts from the project and community. 35 | - [twitter](https://twitter.com/zephyriot) / [linkedin](https://www.linkedin.com/company/the-zephyr-project) / [facebook](https://www.facebook.com/ZephyrIoT/) / [mastodon](https://social.lfx.dev/@zephyr) - Various social feeds. 36 | - [newsletter](https://www.zephyrproject.org/newsletter/) - Quarterly newsletter. 37 | - [ambassadors](https://www.zephyrproject.org/ambassadors/) - List of community experts. 38 | - [vulnerability alert registry](https://www.zephyrproject.org/vulnerability-registry/) - Email notifications of vulnerabilties. 39 | - [store](https://zephyr-project.myspreadshop.com/) - Get merch. 40 | - [job board](https://www.zephyrproject.org/careers/) - Search roles from Zephyr member companies. 41 | 42 | 43 | ## Libraries 44 | 45 | ### Application frameworks 46 | 47 | - [gsoc-2022-arduino-core](https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core) - Arduino Core API module with an Arduino-C++ style abtraction layer. 48 | - [chre](https://github.com/zephyrproject-rtos/chre) - Context Hub Runtime Environment (CHRE) is Android’s platform for developing always-on applications, called nanoapps. 49 | - [control](https://github.com/swedishembedded/control) - A control systems design library written in pure C that provides you with advanced algorithms for control, state estimation and model identification specifically designed for use on embedded systems. 50 | - [micro_ros_zephyr_module](https://github.com/micro-ROS/micro_ros_zephyr_module) - ROS 2 for microcontrollers. 51 | - [open-amp](https://github.com/zephyrproject-rtos/open-amp) - Open Asymmetric Multi Processing (OpenAMP) framework. 52 | - [Sense-VM](https://github.com/svenssonjoel/Sense-VM) - Bytecode virtual machine for microcontrollers. 53 | - [Swedish Embedded Platform SDK](https://github.com/swedishembedded/sdk) - Swedish Embedded Platform SDK is a comprehensive platform for firmware development. 54 | - [zpp](https://github.com/lowlander/zpp) - C++20 framework. 55 | 56 | ### Filesystem 57 | 58 | - [fats](https://github.com/zephyrproject-rtos/fatfs) - Generic FAT/exFAT filesystem module for small embedded systems. 59 | - [littlefs](https://github.com/zephyrproject-rtos/littlefs) - Little fail-safe filesystem designed for microcontrollers. 60 | - [nffs](https://github.com/zephyrproject-rtos/nffs) - Flash file system prioritizing minimal ram usage & reliability. 61 | 62 | ### HAL/PAL 63 | 64 | - [cmsis](https://github.com/zephyrproject-rtos/cmsis) - Standardized API for the Cortex-M processor core and peripherals. 65 | - [libmetal](https://github.com/zephyrproject-rtos/libmetal) - Abstraction layer across user-space Linux, baremetal, and RTOS environments. 66 | 67 | ### IoT & Cloud 68 | 69 | - [Anjay-zephyr](https://github.com/AVSystem/Anjay-zephyr) - C implementation of the client-side OMA LwM2M protocol. 70 | - [Golioth](https://github.com/golioth/golioth-zephyr-sdk) - Device Management & cloud enablement platform. 71 | - [Memfault](https://github.com/memfault/memfault-firmware-sdk/tree/master/ports/zephyr) - Cloud-based debugging & observability. 72 | - [openhaystack-zephyr](https://github.com/koenvervloesem/openhaystack-zephyr) - Track personal Bluetooth devices via Apple's massive Find My network. 73 | - [send-my-sensor](https://github.com/koenvervloesem/send-my-sensor) - Upload sensor data from a device without internet connection by (ab)using Apple's Find My network. 74 | - [thingset-zephyr-sdk](https://github.com/ThingSet/thingset-zephyr-sdk) - A software development kit (SDK) based on Zephyr RTOS to integrate communication interfaces using the ThingSet protocol into an application with minimum effort. See https://thingset.io/. 75 | - [zephyrus](https://github.com/mustafaabdullahk/zephyrus) - A lightweight C library for exposing Prometheus metrics in Zephyr applications. 76 | 77 | ### Languages & Runtimes 78 | 79 | - [lispBM](https://github.com/svenssonjoel/lispBM) - LispBM is a lisp or scheme like programming language for microcontrollers. 80 | - [micropython](https://github.com/micropython/micropython) - a lean and efficient Python implementation for microcontrollers and constrained systems. 81 | - [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime) - Lightweight standalone WebAssembly (WASM) runtime. 82 | 83 | ### Machine Learning / TinyML 84 | 85 | - [Edge Impulse](https://github.com/edgeimpulse/example-standalone-inferencing-zephyr) - Machine learning on edge devices. 86 | - [emlearn](https://github.com/emlearn/emlearn) - Machine learning for micro-controller and embedded systems. 87 | 88 | ### Networking & Protocols 89 | 90 | - [BACnet Stack](https://github.com/bacnet-stack/bacnet-stack) - BACnet open source protocol stack for embedded systems, Linux, and Windows. 91 | - [canopennode](https://github.com/zephyrproject-rtos/canopennode) - CANopen Stack. 92 | - [civetweb](https://github.com/zephyrproject-rtos/civetweb) - Embeddable web server. 93 | - [CBOR](https://cbor.io/) - Concise Binary Object Representation. 94 | - [tinycbor](https://github.com/zephyrproject-rtos/tinycbor) - Small CBOR library. 95 | - [QCBOR](https://github.com/laurencelundblade/QCBOR) - Comprehensive CBOR library. 96 | - [zcbor](https://github.com/NordicSemiconductor/zcbor/) - CBOR library that includes support for CDDL. 97 | - [cosy](https://github.com/lindemer/cozy) - CBOR Object Signing and Encryption (COSE). 98 | - [greybus-for-zephyr](https://github.com/cfriedt/greybus-for-zephyr) - Protocol for hotpluggable devices. 99 | - [nanopb](https://github.com/zephyrproject-rtos/nanopb) - Protocol Buffers for Embedded Systems. 100 | - [openthread](https://github.com/zephyrproject-rtos/openthread) - Thread mesh networking protocol. 101 | - [pjon](https://github.com/gioblu/PJON) - Multi-master, multi-media network protocol. 102 | - [S2OPC](https://gitlab.com/systerel/S2OPC) - Open-source OPC-UA Toolkit designed with security and embedded devices in mind. 103 | 104 | ### Security 105 | 106 | - [aerology](https://github.com/Linaro/aerology) - Inspect Zephyr and TF-M applications, post mortem. 107 | - [mbed TLS](https://github.com/zephyrproject-rtos/mbedtls) - C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. 108 | - [MCUboot](https://github.com/zephyrproject-rtos/mcuboot) - A secure bootloader for 32-bits microcontrollers. 109 | - [TF - M](https://github.com/zephyrproject-rtos/trusted-firmware-m) - Platform Security Architecture (PSA) for ARMv7-M and Armv8-M. 110 | - [tinycrypt](https://github.com/zephyrproject-rtos/tinycrypt) - Cryptographic library with a minimal set of standard cryptography primitives. 111 | 112 | ### Misc 113 | 114 | - [ecfw-zephyr](https://github.com/intel/ecfw-zephyr) - Embedded Controller for low-level tasks on a motherboard like power sequencing. 115 | - [grbl](https://github.com/iwasz/zephyr-grbl) - Motion control for CNC milling. 116 | - [lvgl](https://github.com/zephyrproject-rtos/lvgl) - Complete graphics library. 117 | - [lz4](https://github.com/zephyrproject-rtos/lz4) - Extremely Fast Compression algorithm. 118 | - [pinetime-zephyr](https://github.com/najnesnaj/pinetime-zephyr) - Smartwatch operating system. 119 | - [zephyr-rust](https://github.com/tylerwhall/zephyr-rust) - API bindings, libstd, and Cargo integration for Rust. 120 | - [linaro_sensor_pipeline](https://github.com/microbuilder/linaro_sensor_pipeline) - Secure data pipelines. 121 | - [pysvd2dts](https://github.com/thedigitaledge/pysvd2dts) - Creates a Zephyr Devicetree file from an ARM CMSIS-SVD file. 122 | - [sof](https://github.com/zephyrproject-rtos/sof) - Audio Digital Signal Processing (DSP) firmware infrastructure and SDK. 123 | - [spinner](https://github.com/teslabs/spinner) - Motor control firmware based on the Field Oriented Control (FOC) principles. 124 | - [tflite-micro](https://github.com/zephyrproject-rtos/tflite-micro) - TensorFlow Lite for Microcontrollers. 125 | - [zbus](https://github.com/zephyr-bus/zbus) - Inter thread communication bus. 126 | - [zephyr-usb-midi](https://github.com/stuffmatic/zephyr-usb-midi) - This is a USB MIDI 1.0 device class driver for the Zephyr RTOS, which allows sending and receiving MIDI data (including system exclusive messages) over USB. 127 | - [zscilib](https://github.com/zephyrproject-rtos/zscilib) - Scientific computing library. 128 | - [zcalendar](https://github.com/bpbradley/zcalendar) - Calendar API with RTC integration. 129 | 130 | ## Tools 131 | 132 | ### Build & Config 133 | 134 | - [bazel2zephyr](https://github.com/GatCode/bazel2zephyr) - Embedded/bare-metal development using bazel. 135 | - [dtsh](https://github.com/dottspina/dtsh) - Shell-like interface to devicetrees. 136 | - [Swedish Embedded Platform SDK Docker Image](https://github.com/swedishembedded/develop) - Docker containers for CI & development. 137 | - [action-setup-zephyr](https://github.com/zephyrproject-rtos/action-zephyr-setup) - This action initializes a Zephyr based project, downloading the Zephyr SDK and the necessary modules for a West based [Zephyr workspace application](https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app). 138 | - [Zephyr Container Images](https://github.com/embeddedcontainers/zephyr) - Develop Zephyr applications using OCI-compatible Docker images. 139 | 140 | ### Editors & IDEs 141 | 142 | #### Visual Studio Code 143 | 144 | - [Ardesco-VSCode-Extension](https://github.com/Ericsson/Ardesco-VSCode-Extension) - Ericsson Ardesco device development extension. 145 | - [Zephyr Tools for VSCode](https://github.com/circuitdojo/zephyr-tools) - Circuit Dojo designed Zephyr Tools to make getting started with Zephyr a snap. 146 | - [Embedded Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-embedded-tools) - A register viewer for CMSIS-SVD files and an RTOS data viewer 147 | - [nRF Connect for VS Code](https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-connect) 148 | - [PlatformIO](https://docs.zephyrproject.org/latest/guides/platformio/index.html) 149 | - [VS Code importer](https://github.com/smrtos/Zephyr2VSC) 150 | - [Zephyrus](https://github.com/tuScale/vscode-zephyrus) 151 | 152 | #### Other Editors & IDEs 153 | 154 | - [Eclipse](https://github.com/zephyrproject-rtos/eclipse-plugin) 155 | - [CMake Zephyr helpers](https://github.com/thirdpin/Zephyr-CMake-Helpers) - Enhance CMake automation for use with VS Code. 156 | 157 | ### Flash, Debug & Test 158 | 159 | - [Aerology](https://github.com/Linaro/aerology) - Inspect Zephyr and TF-M applications, post mortem. 160 | - Atmel SAM-BA 161 | - [EDTT (Embedded Device Test Tool)](https://github.com/zephyrproject-rtos/edtt) 162 | - esptool 163 | - [GNU Tools (GDB, Binutils)](https://github.com/zephyrproject-rtos/binutils-gdb) 164 | - [mcumgr](https://github.com/zephyrproject-rtos/mcumgr) 165 | - [Android](https://github.com/NordicSemiconductor/Android-nRF-Connect-Device-Manager) 166 | - [iOS](https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager) 167 | - [Web](https://github.com/boogie/mcumgr-web) 168 | - [OpenOCD](https://github.com/zephyrproject-rtos/openocd) 169 | - pyOCD 170 | - [SEGGER](https://github.com/zephyrproject-rtos/segger) 171 | - [libjaylink](https://github.com/zephyrproject-rtos/libjaylink) - libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices. 172 | - [jlink-zephyr](https://github.com/zephyrproject-rtos/jlink-zephyr) - Zephyr RTOS plugin for JlinkGDBserver. 173 | - Twister 174 | 175 | ### Simulation 176 | 177 | - ACRN 178 | - [QEMU](https://github.com/zephyrproject-rtos/qemu) 179 | - [Network Tools](https://github.com/zephyrproject-rtos/net-tools) 180 | - [SeaBIOS](https://github.com/zephyrproject-rtos/seabios) 181 | - [Renode](https://zephyr-dashboard.renode.io/) 182 | - XEN 183 | 184 | ### Version Control 185 | 186 | - [zephyr-pre-commit-hooks](https://github.com/cgnd/zephyr-pre-commit-hooks) - A collection of [pre-commit](https://pre-commit.com/) hooks for use with Zephyr. 187 | 188 | ## Open Source Hardware & Firmware 189 | 190 | - [ZMK](https://github.com/zmkfirmware/zmk) - ZMK Firmware is an open source (MIT) keyboard firmware with a rich featureset and broad hardware support built on Zephyr. 191 | - [ZSWatch](https://github.com/jakkra/ZSWatch) - The Open Source Zephyr™ based Smartwatch, including both HW and FW. 192 | - [Intel Embedded Controller firmware](https://github.com/intel/ecfw-zephyr) 193 | - [Laird Connectivity Sentrius MG100 Gateway firmware](https://github.com/LairdCP/Pinnacle_100_Sample_Applications_Manifest) 194 | - [Libre Solar Charge Controller Firmware](https://github.com/LibreSolar/charge-controller-firmware) 195 | - [Open Source Watch toolkit](https://github.com/najnesnaj/pinetime-zephyr) 196 | - [ChromeOS Embedded Controller (EC)](https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/main/docs/zephyr/README.md#Shared-Code) 197 | - [FindMyCat - The Open-Source Pet Tracker](https://www.findmycat.io/) 198 | - [CANnectivity - USB to CAN adapter firmware](https://github.com/CANnectivity/cannectivity) 199 | 200 | ## Videos 201 | 202 | - [Zephyr Developer Summit - June 2021](https://www.youtube.com/playlist?list=PLzRQULb6-ipG39tVb-DEkIoSS5wQlbK6i) 203 | - [Embedded Linux Conference/Open Source Summit (Sept. 2021)](https://www.youtube.com/playlist?list=PLzRQULb6-ipEfltSXvM0xBuU84B8-sum7) 204 | - [Zephyr videos from Golioth](https://www.youtube.com/playlist?list=PLXGira7Qd83DljhI7F3euGgsf4hbvhoNp) 205 | - [#zephyrrtos](https://www.youtube.com/hashtag/zephyrrtos) - YouTube videos tagged with `#zephyrrtos`. 206 | 207 | 208 | ## Learning Material 209 | 210 | - [Tutorial for Beginners](https://github.com/maksimdrachov/zephyr-rtos-tutorial) 211 | - [Nordic Developer Academy](https://www.nordicsemi.com/Support/Nordic-Developer-Academy) 212 | - [Ultimate Embedded Firmware DevOps Infrastructure](https://www.udemy.com/course/ultimate-embedded-firmware-devops-infrastructure/) 213 | 214 | 215 | ## Contribute 216 | 217 | Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. 218 | -------------------------------------------------------------------------------- /assets/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/awesome_zephyr_rtos_logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 17 | 19 | 21 | 22 | 42 | 46 | 50 | 54 | 58 | 62 | 63 | 67 | 72 | 76 | 79 | 84 | 89 | 94 | 99 | 101 | 106 | 107 | 113 | 119 | 125 | 131 | 134 | 139 | 140 | 141 | 142 | 149 | 152 | 156 | 160 | 164 | 168 | 172 | 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /assets/awesome_zephyr_rtos_logo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephyrproject-rtos/awesome-zephyr-rtos/b5443505b39f9b79afdb42f8a39394525fc6fa3b/assets/awesome_zephyr_rtos_logo_dark.png -------------------------------------------------------------------------------- /assets/awesome_zephyr_rtos_logo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephyrproject-rtos/awesome-zephyr-rtos/b5443505b39f9b79afdb42f8a39394525fc6fa3b/assets/awesome_zephyr_rtos_logo_light.png --------------------------------------------------------------------------------