Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Getting Started with Azure RTOS and Azure IoT
# Getting Started with Eclipse ThreadX and Azure IoT

![](https://github.com/azure-rtos/getting-started/workflows/Markdown%20links/badge.svg)
![](https://github.com/eclipse-threadx/getting-started/workflows/Markdown%20links/badge.svg)

The Getting Started guides will help you get started with Azure RTOS. Each guide will step through from toolchain installation to connecting the device to Azure IoT using IoT Plug and Play.
The Getting Started guides will help you get started with Eclipse ThreadX. Each guide will step through from toolchain installation to connecting the device to Azure IoT using IoT Plug and Play.

For more information on Azure IoT Device Development:
* [Azure IoT Device Development Documentation](https://docs.microsoft.com/azure/iot-develop) - Get started with Azure IoT device development
* For product issues, bugs, or feature requests please use our GitHub issues pages for the dedicated middleware (e.g. for ThreadX: https://github.com/azure-rtos/threadx/issues).
* [Azure RTOS Q&A](https://aka.ms/QnA/azure-rtos) - Ask a question
* For product issues, bugs, or feature requests please use our GitHub issues pages for the dedicated middleware (e.g. for ThreadX: https://github.com/eclipse-threadx/threadx/issues).

## Getting Started Guides

Expand Down Expand Up @@ -39,8 +38,13 @@ For details on contributing to this repository, see the [contributing](CONTRIBUT

## Reporting Security Vulnerabilities

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's definition of a security vulnerability, please report it to the [Microsoft Security Response Center](SECURITY.md).
If you think you have found a vulnerability in Eclipse ThreadX repos you can report it using one of the following ways:

* Contact the [Eclipse Foundation Security Team](mailto:[email protected])
* [Report a Vulnerability](https://github.com/eclipse-threadx/threadx/security/advisories/new)

You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/).

## License

The Azure RTOS Getting Started guides are licensed under the [MIT](LICENSE.txt) license.
The Eclipse ThreadX Getting Started guides are licensed under the [MIT](LICENSE.txt) license.
Loading