From 04ce72978535358473690fc01fedcefba22043ee Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Sun, 10 Aug 2025 06:59:52 +0000 Subject: [PATCH] Update README.md --- README.en.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..ab0f301 --- /dev/null +++ b/README.en.md @@ -0,0 +1,51 @@ +# tih64vx690_sdk_linux_developer + +This repository contains the Linux SDK for the Tihchip TIH64VX690 development platform. It provides tools and libraries for developing applications on the TIH64VX690 hardware. + +## Overview + +The TIH64VX690 SDK is designed to facilitate the development of embedded applications for the TIH64VX690 platform. This SDK includes the necessary tools, libraries, and documentation to help developers get started with creating applications for this hardware. + +## Features + +- **Development Tools**: Includes compilers, debuggers, and other tools necessary for developing applications. +- **Libraries**: Provides libraries for interacting with the TIH64VX690 hardware. +- **Documentation**: Offers comprehensive documentation to guide developers through the setup and development process. + +## Getting Started + +### Prerequisites + +- A Linux-based operating system. +- Basic knowledge of embedded systems development. +- Familiarity with the TIH64VX690 hardware platform. + +### Installation + +1. Clone the repository: + ```bash + git clone https://gitee.com/tihchip/tih64vx690_sdk_linux_developer.git + ``` + +2. Navigate to the project directory: + ```bash + cd tih64vx690_sdk_linux_developer + ``` + +3. Follow the instructions provided in the documentation to set up the development environment and start building applications. + +## Usage + +Refer to the provided documentation and examples within the SDK to understand how to utilize the tools and libraries for your specific application needs. + +## Contributing + +Contributions to this project are welcome. Please ensure you follow the contribution guidelines provided in the repository. + +## License + +This project is licensed under the terms of the [License](LICENSE) agreement. Please review the license file for detailed information. + +## Contact + +For any questions or support, please contact the maintainers of the repository or refer to the official Tihchip resources. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab0f301 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# tih64vx690_sdk_linux_developer + +This repository contains the Linux SDK for the Tihchip TIH64VX690 development platform. It provides tools and libraries for developing applications on the TIH64VX690 hardware. + +## Overview + +The TIH64VX690 SDK is designed to facilitate the development of embedded applications for the TIH64VX690 platform. This SDK includes the necessary tools, libraries, and documentation to help developers get started with creating applications for this hardware. + +## Features + +- **Development Tools**: Includes compilers, debuggers, and other tools necessary for developing applications. +- **Libraries**: Provides libraries for interacting with the TIH64VX690 hardware. +- **Documentation**: Offers comprehensive documentation to guide developers through the setup and development process. + +## Getting Started + +### Prerequisites + +- A Linux-based operating system. +- Basic knowledge of embedded systems development. +- Familiarity with the TIH64VX690 hardware platform. + +### Installation + +1. Clone the repository: + ```bash + git clone https://gitee.com/tihchip/tih64vx690_sdk_linux_developer.git + ``` + +2. Navigate to the project directory: + ```bash + cd tih64vx690_sdk_linux_developer + ``` + +3. Follow the instructions provided in the documentation to set up the development environment and start building applications. + +## Usage + +Refer to the provided documentation and examples within the SDK to understand how to utilize the tools and libraries for your specific application needs. + +## Contributing + +Contributions to this project are welcome. Please ensure you follow the contribution guidelines provided in the repository. + +## License + +This project is licensed under the terms of the [License](LICENSE) agreement. Please review the license file for detailed information. + +## Contact + +For any questions or support, please contact the maintainers of the repository or refer to the official Tihchip resources. \ No newline at end of file -- Gitee