Remove Azure RTOS references and update repo file paths

This commit is contained in:
Tim Teebken
2024-03-13 11:31:47 -06:00
parent 8cf105ac2a
commit e86528a269
43 changed files with 49 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ For date/time stamping to function properly, FileX relies on ThreadX timer facil
## Product Distribution
FileX can be obtained from our public source code repository at <https://github.com/azure-rtos/filex/>.
FileX can be obtained from our public source code repository at <https://github.com/eclipse-threadx/filex/>.
The following is a list of several important files in the repository:
@@ -49,7 +49,7 @@ The following is a list of several important files in the repository:
FileX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the FileX repository on your PC:
```c
git clone https://github.com/azure-rtos/filex
git clone https://github.com/eclipse-threadx/filex
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.

View File

@@ -15,7 +15,7 @@ FileX user guide
- [App. C - FileX data types](appendix-c.md)
- [App. D - ASCII character codes](appendix-d.md)
[FileX repository](https://github.com/azure-rtos/filex)
[FileX repository](https://github.com/eclipse-threadx/filex)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -43,7 +43,7 @@ and thread protection inside GUIX.
## Product Distribution
GUIX can be obtained from our public source code repository at <https://github.com/azure-rtos/guix/>.
GUIX can be obtained from our public source code repository at <https://github.com/eclipse-threadx/guix/>.
The following is a list of the important files common to most product distributions:
@@ -60,7 +60,7 @@ The following is a list of the important files common to most product distributi
GUIX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the GUIX repository on your PC:
```c
git clone https://github.com/azure-rtos/guix
git clone https://github.com/eclipse-threadx/guix
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.

View File

@@ -8,7 +8,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
You can obtain the GUIX Studio app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for GUIX Studio, or by going directly to [the GUIX Studio page](https://www.microsoft.com/p/azure-rtos-guix-studio/9pbm1k1r7q0f?activetab=pivot:overviewtab). Then do the following.
You can obtain the GUIX Studio app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for GUIX Studio. Then do the following.
1. From the GUIX Studio page in the App Store, click the **Get** or **Install** button to download GUIX Studio.

View File

@@ -37,7 +37,7 @@ GUIX Studio User Guide
- [Ch. 10 - Simple Example Project](guix-studio-10.md)
- [Ch. 11 - Resource Project File](guix-studio-11.md)
[GUIX repository](https://github.com/azure-rtos/guix)
[GUIX repository](https://github.com/eclipse-threadx/guix)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -8,7 +8,7 @@ LevelX user guide
- [Ch. 5 - LevelX NOR support](chapter5.md)
- [Ch. 6 - LevelX NOR APIs](chapter6.md)
[LevelX repository](https://github.com/azure-rtos/levelx)
[LevelX repository](https://github.com/eclipse-threadx/levelx)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -25,7 +25,7 @@ In addition, NetX Duo requires the use of two ThreadX timer objects and one Thre
## Product Distribution
NetX Duo can be obtained from our public source code repository at <https://github.com/azure-rtos/netxduo/>.
NetX Duo can be obtained from our public source code repository at <https://github.comeclipse-threadx/netxduo/>.
The following is a list of several important files in the repository:
@@ -46,7 +46,7 @@ Binary version of the NetX Duo C library that is distributed with the standard p
NetX Duo is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the NetX Duo repository on your PC:
```c
git clone https://github.com/azure-rtos/netxduo
git clone https://github.comeclipse-threadx/netxduo
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.

View File

@@ -167,7 +167,7 @@ NetX Duo addons
- [Ch. 4 - Description of NetX Duo Secure services](netx-duo-secure-tls/chapter4.md)
- [App. A - NetX Duo Secure return/error codes](netx-duo-secure-tls/appendix-a.md)
[NetX Duo repository](https://github.com/azure-rtos/netxduo)
[NetX Duo repository](https://github.comeclipse-threadx/netxduo)
[Eclipse ThreadX components](../../README.md)

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
AutoIP can be obtained from our public source code repository at [https://github.com/azure-rtos/netx/](https://github.com/azure-rtos/netx/). The package includes three source files, one include files, and a PDF file that contains this document, as follows:
AutoIP can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-threadx/netxduo/). The package includes three source files, one include files, and a PDF file that contains this document, as follows:
- **nx_auto_ip.h**: Header file for NetX Duo AutoIP
- **nx_auto_ip.c**: C Source file for NetX Duo AutoIP

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo BSD can be obtained from our public source code repository at [https://github.com/azure-rtos/netx/](https://github.com/azure-rtos/netx/). The package includes two source files and a PDF file that contains this document, as follows:
NetX Duo BSD can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-threadx/netxduo/). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_bsd.h**: Header file for NetX Duo BSD
- **nxd_bsd.c**: C Source file for NetX Duo BSD

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo can be obtained from our public source code repository at <https://github.com/azure-rtos/netxduo>. The package includes the following files:
NetX Duo can be obtained from our public source code repository at <https://github.comeclipse-threadx/netxduo>. The package includes the following files:
- **nxd_dhcp_client.h**: Header file for NetX Duo DHCP
- **nxd_dhcp_client.c**: C Source file for DHCP NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
The NetX Duo DHCP Server is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
The NetX Duo DHCP Server is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_dhcp_server.h** Header file for NetX Duo DHCP Server
- **nxd_dhcp_server.c** C Source file for NetX Duo DHCP Server

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo DHCPv6 Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
NetX Duo DHCPv6 Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_dhcpv6_client.h** Header file for NetX DuoDHCPv6 Client

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo can be obtained from our public source code repository at [https://github.com/azure-rtos/netxduo/](https://github.com/azure-rtos/netxduo/).
NetX Duo can be obtained from our public source code repository at [https://github.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/).
**nxd_dhcpv6_server.h** NetX DuoDHCPv6Server header file

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo DNS Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
NetX Duo DNS Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_dns.h** Header file for NetX Duo DNS Client
- **nxd_dns.c** C Source file for NetX Duo DNS Client

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo FTP is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
NetX Duo FTP is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_ftp_client.h** Header file for NetX Duo FTP Client
- **nxd_ftp_client.c** C Source file for NetX Duo FTP Client

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo can be obtained from our public source code repository at [https://github.com/azure-rtos/netxduo/](https://github.com/azure-rtos/netxduo/).
NetX Duo can be obtained from our public source code repository at [https://github.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/).
- **nxd_http_client.h** Header file for HTTP Client for NetX Duo
- **nxd_http_server.h** Header file for HTTP Server for NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo mDNS is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
NetX Duo mDNS is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_mdns.h** Header file for NetX Duo mDNS module
- **nxd_mdns.c** C Source file for NetX Duo mDNS module

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
MQTT Client for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files, one include file, and a file that contains this document, as follows:
MQTT Client for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files, one include file, and a file that contains this document, as follows:
- **nxd_mqtt_client.h** Header file for MQTT Client for NetX Duo
- **nxd_mqtt_client.c** C Source file for MQTT Client for NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description how to install, set up, and use the NetX Duo
## NetX Duo NAT Installation
NetX Duo NAT is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The NetX Duo NAT package includes one source file and one header file, a demonstration application file, and a PDF file for this document, as follows:
NetX Duo NAT is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The NetX Duo NAT package includes one source file and one header file, a demonstration application file, and a PDF file for this document, as follows:
- **nx_nat.c** C Source file for NetX Duo NAT
- **nx_nat.h** C Header file for NetX Duo NAT

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
The NetX Duo Point-to-Point Protocol (PPP) package is available at <https://github.com/azure-rtos/netxduo>. The package includes the following files:
The NetX Duo Point-to-Point Protocol (PPP) package is available at <https://github.comeclipse-threadx/netxduo>. The package includes the following files:
- **nx_ppp.h**: Header file for PPP for NetX Duo
- **nx_ppp.c**: C Source file for PPP for NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo can be obtained from the public source code repository at https://github.com/azure-rtos/netxduo/tree/master/addons/ptp.
NetX Duo can be obtained from the public source code repository at https://github.comeclipse-threadx/netxduo/tree/master/addons/ptp.
***nxd_ptp_client.h*** Header file for PTP client for NetX Duo
***nxd_ptp_client.c*** C Source file for PTP client for NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo RTP Sender is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes one source file and one header file, as follows:
NetX Duo RTP Sender is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows:
- **nx_rtp_sender.h** Header file for NetX Duo RTP Sender
- **nx_rtp_sender.c** C Source file for NetX Duo RTP Sender

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo RTSP Server is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes one source file and one header file, as follows:
NetX Duo RTSP Server is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows:
- **nx_rtsp_server.h** Header file for NetX Duo RTSP Server
- **nx_rtsp_server.c** C Source file for NetX Duo RTSP Server

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo Secure is available at [https://github.com/azure-rtos/netx](https://github.com/azure-rtos/netx). The package includes source files, include files, and a PDF file that contains this document, as follows:
NetX Duo Secure is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-threadx/netxduo). The package includes source files, include files, and a PDF file that contains this document, as follows:
- **nx_secure_dtls_api.h** Public API header file for NetX Duo Secure DTLS
- **nx_secure_dtls_user.h** User defines header file for NetX Duo Secure DTLS

View File

@@ -21,7 +21,7 @@ Service Pack releases has the following symbol defined to indicate the service p
## Product Distribution
NetX Duo Secure is available at [https://github.com/azure-rtos/netx](https://github.com/azure-rtos/netx). The package includes source files, include files, and a PDF file that contains this document, as follows:
NetX Duo Secure is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-threadx/netxduo). The package includes source files, include files, and a PDF file that contains this document, as follows:
- **nx_secure_tls_api.h** Public API header file for NetX Duo Secure TLS
- **nx_secure_tls_user.h** User defines header file for NetX Duo Secure TLS

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## NetX Duo SMTP Client Installation
The NetX Duo SMTP Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes the following files:
The NetX Duo SMTP Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes the following files:
- **nxd_smtp_client.c** C Source file for NetX Duo SMTP Client API
- **nxd_smtp_client.h** C Header file for NetX Duo SMTP Client API

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
SNMP Agent for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes four source files, one include file, and a PDF file that contains this document, as follows:
SNMP Agent for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes four source files, one include file, and a PDF file that contains this document, as follows:
- **nxd_snmp.h** Header file for SNMP for NetX Duo
- **demo_snmp_helper.h** Header file for SNMP MIB data

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
SNTP for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
SNTP for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows:
- **nxd_sntp_client.c** SNTP Client C source file
- **nxd_sntp_client.h** SNTP Client Header file

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
The NetX Duo Telnet package is available at <https://github.com/azure-rtos/netxduo>. The package includes the following files:
The NetX Duo Telnet package is available at <https://github.comeclipse-threadx/netxduo>. The package includes the following files:
- **nxd_telnet_client.h**: Header file for Telnet Client for NetX Duo
- **nxd_telnet_client.c**: C Source file for Telnet Client for NetX Duo

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
NetX Duo can be obtained from our public source code repository at https://github.com/azure-rtos/netxduo/. The package includes the following files:
NetX Duo can be obtained from our public source code repository at https://github.comeclipse-threadx/netxduo/. The package includes the following files:
- **nxd_tftp_client.h** Header file for NetX Duo TFTP Client

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
HTTP for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes three source files, two include files, and a file that contains this document, as follows:
HTTP for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes three source files, two include files, and a file that contains this document, as follows:
- **nx_web_http_common.h** Common header file for NetX Duo Web HTTP
- **nx_web_http_client.h** Header file for HTTP Client for NetX Duo Web

View File

@@ -309,7 +309,7 @@ NetX Duo provides the following additional services.
### Azure IoT Middleware
NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.com/azure-rtos/netxduo/blob/master/addons/azure_iot/docs/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following.
NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.comeclipse-threadx/netxduo/blob/master/addons/azure_iot/docs/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following.
- Provide the smart client interfaces (IoTHub_Client, DeviceProvisioning_Client) that developers need for their applications.
- Orchestrate the interaction between the Embedded C SDK and the platform.

View File

@@ -8,7 +8,7 @@ ThreadX Modules user guide
- [Ch. 5 - Module Manager APIs](chapter5.md)
- [Appendix - Port-specific examples](appendix.md)
- [ThreadX repository](https://github.com/azure-rtos/threadx)
- [ThreadX repository](https://github.comeclipse-threadx/threadx)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -30,7 +30,7 @@ In function ***_tx_initialize_low_level***, the first-available RAM address is s
## Product Distribution
ThreadX can be obtained from our public source code repository at <https://github.com/azure-rtos/threadx/>.
ThreadX can be obtained from our public source code repository at <https://github.comeclipse-threadx/threadx/>.
The following is a list of several important files in the repository.
@@ -49,7 +49,7 @@ The following is a list of several important files in the repository.
ThreadX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the ThreadX repository on your PC.
```shell
git clone https://github.com/azure-rtos/threadx
git clone https://github.comeclipse-threadx/threadx
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.

View File

@@ -34,7 +34,7 @@ ThreadX SMP user guide
- [App. D - ASCII Character Codes](./threadx-smp/appendix-d.md)
- [App. E - ThreadX SMP MISRA C compliance](./appendix-e.md)
[ThreadX repository](https://github.com/azure-rtos/threadx)
[ThreadX repository](https://github.comeclipse-threadx/threadx)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -116,5 +116,5 @@ ThreadX supports most popular embedded development tools, including IAR's Embedd
## Adaptation layer for ThreadX
You can ease application migration issues to Eclipse ThreadX by using ThreadX [adaption layers](https://github.com/azure-rtos/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.)
You can ease application migration issues to Eclipse ThreadX by using ThreadX [adaption layers](https://github.comeclipse-threadx/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.)

View File

@@ -14,8 +14,7 @@ This chapter displays a sample **tx_port.h** file.
/* */
/* This software is licensed under the Eclipse Foundation Software License */
/* Terms for Eclipse Foundation Eclipse ThreadX. Full text of the license can be */
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
/* and in the root directory of this software. */
/* found in the LICENSE file in the root directory of this software. */
/* */
/**************************************************************************/

View File

@@ -14,8 +14,7 @@ This chapter displays the **tx_trace.h** file.
/* */
/* This software is licensed under the Eclipse Foundation Software License */
/* Terms for Eclipse Foundation Eclipse ThreadX. Full text of the license can be */
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
/* and in the root directory of this software. */
/* found in the LICENSE file in the root directory of this software. */
/* */
/**************************************************************************/

View File

@@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s
## Product Distribution
You can obtain the TraceX app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for TraceX, or by going directly to [the TraceX page](https://www.microsoft.com/p/azure-rtos-tracex/9nf1lfd5xxg3?activetab=pivot:overviewtab). Then do the following.
You can obtain the TraceX app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for TraceX. Then do the following.
1. From the TraceX page in the App Store, click the **Get** or **Install** button to install TraceX.

View File

@@ -33,7 +33,7 @@ USBX host stack supplemental
- [Ch. 4 - USBX Pictbridge implementation](usbx-host-stack-supplemental-4.md)
- [Ch. 5 - USBX OTG](usbx-host-stack-supplemental-5.md)
[USBX repository](https://github.com/azure-rtos/usbx/)
[USBX repository](https://github.comeclipse-threadx/usbx/)
[Eclipse ThreadX components](../../README.md)
- [ThreadX](../threadx/index.md)

View File

@@ -30,7 +30,7 @@ USBX also relies on ThreadX semaphores, mutexes, and threads for multiple thread
### Product Distribution
USBX can be obtained from our public source code repository at <https://github.com/azure-rtos/usbx/>.
USBX can be obtained from our public source code repository at <https://github.comeclipse-threadx/usbx/>.
The following is a list of several important files in the repository.
@@ -46,7 +46,7 @@ All filenames are in lower-case. This naming convention makes it easier to conve
USBX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the USBX repository on your PC:
```c
git clone https://github.com/azure-rtos/usbx
git clone https://github.comeclipse-threadx/usbx
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.

View File

@@ -30,7 +30,7 @@ USBX also relies on ThreadX semaphores, mutexes, and threads for multiple thread
### Product Distribution
USBX can be obtained from our public source code repository at <https://github.com/azure-rtos/usbx/>.
USBX can be obtained from our public source code repository at <https://github.comeclipse-threadx/usbx/>.
The following is a list of several important files in the repository:
@@ -46,7 +46,7 @@ All filenames are in lower-case. This naming convention makes it easier to conve
USBX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the USBX repository on your PC:
```powershell
git clone https://github.com/azure-rtos/usbx
git clone https://github.comeclipse-threadx/usbx
```
Alternatively you can download a copy of the repository using the download button on the GitHub main page.