|
| 1 | +# Contributing to Eclipse ThreadX |
| 2 | + |
| 3 | +Thanks for your interest in this project. |
| 4 | + |
| 5 | +## Project description |
| 6 | + |
| 7 | +Eclipse ThreadX provides a vendor-neutral, open source, safety certified OS for |
| 8 | +real-time applications published on under a permissive license. The Eclipse |
| 9 | +ThreadX suite encompasses: |
| 10 | +* ThreadX - advanced real-time operating system (RTOS) designed specifically for deeply embedded applications |
| 11 | +* NetX Duo - advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications |
| 12 | +* FileX - high-performance, FAT-compatible file system that’s fully integrated with ThreadX kernel |
| 13 | +* GUIX - provides a complete, embedded graphical user interface (GUI) library |
| 14 | +* USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with ThreadX kernel |
| 15 | +* LevelX - Flash Wear Leveling for FileX and stand-alone purposes |
| 16 | +* GuiX Studio - design environment, facilitating the creation and maintenance of all graphical elements for GUIX |
| 17 | +* TraceX - analysis tool that provides a graphical view of real-time system events to better understand the behavior of real-time systems |
| 18 | + |
| 19 | +Project site: https://projects.eclipse.org/projects/iot.threadx |
| 20 | + |
| 21 | +## Repository description |
| 22 | + |
| 23 | +This repository contains sample code aimed at developers working with the MXChip IoT DevKit (AZ3166). |
| 24 | + |
| 25 | +## Terms of Use |
| 26 | + |
| 27 | +This repository is subject to the Terms of Use of the Eclipse Foundation |
| 28 | +https://www.eclipse.org/legal/termsofuse.php |
| 29 | + |
| 30 | +## Developer resources |
| 31 | + |
| 32 | +Information regarding source code management, builds, coding standards, and more. |
| 33 | +https://projects.eclipse.org/projects/iot.threadx/developer |
| 34 | + |
| 35 | +The project maintains the following source code repositories |
| 36 | + |
| 37 | +* https://github.com/eclipse-threadx/.github |
| 38 | +* https://github.com/eclipse-threadx/cmsis-packs |
| 39 | +* https://github.com/eclipse-threadx/filex |
| 40 | +* https://github.com/eclipse-threadx/getting-started |
| 41 | +* https://github.com/eclipse-threadx/guix |
| 42 | +* https://github.com/eclipse-threadx/levelx |
| 43 | +* https://github.com/eclipse-threadx/netxduo |
| 44 | +* https://github.com/eclipse-threadx/rtos-docs |
| 45 | +* https://github.com/eclipse-threadx/samples |
| 46 | +* https://github.com/eclipse-threadx/threadx |
| 47 | +* https://github.com/eclipse-threadx/threadx-learn-samples |
| 48 | +* https://github.com/eclipse-threadx/tracex |
| 49 | +* https://github.com/eclipse-threadx/usbx |
| 50 | + |
| 51 | +## Eclipse Development Process |
| 52 | + |
| 53 | +This Eclipse Foundation open project is governed by the Eclipse Foundation |
| 54 | +Development Process and operates under the terms of the Eclipse IP Policy. |
| 55 | + |
| 56 | +* https://eclipse.org/projects/dev_process |
| 57 | +* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf |
| 58 | + |
| 59 | +## Eclipse Contributor Agreement |
| 60 | + |
| 61 | +In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA). |
| 62 | +https://www.eclipse.org/legal/ECA.php |
| 63 | + |
| 64 | +The ECA provides the Eclipse Foundation with a permanent record that you agree |
| 65 | +that each of your contributions will comply with the commitments documented in |
| 66 | +the Developer Certificate of Origin (DCO). Having an ECA on file associated with |
| 67 | +the email address matching the "Author" field of your contribution's Git commits |
| 68 | +fulfills the DCO's requirement that you sign-off on your contributions. |
| 69 | + |
| 70 | +For more information, please see the Eclipse Committer Handbook: |
| 71 | +https://www.eclipse.org/projects/handbook/#resources-commit |
| 72 | + |
| 73 | +## Contact |
| 74 | + |
| 75 | +Contact the project developers via the project's "dev" list. |
| 76 | +https://accounts.eclipse.org/mailing-list/threadx-dev |
0 commit comments