2023-07-05 11:24:04 +03:00
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
|
|
<img src="https://upload.wikimedia.org/wikipedia/commons/b/ba/TexasInstruments-Logo.svg" width="150">
|
|
|
|
|
|
|
|
|
|
# Motor Control SDK SETUP
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
|
|
Motor Control SDK SETUP is an auxiliary repository to help setup the [Motor Control SDK](https://github.com/TexasInstruments/motor-control-sdk)
|
|
|
|
|
for build. This repo mainly contains shell scripts which will download and install the dependencies
|
|
|
|
|
for Motor Control SDK which includes but are not limited to:
|
|
|
|
|
|
|
|
|
|
- Code Composer Studio
|
|
|
|
|
- TI ARM CLANG
|
|
|
|
|
- SysConfig
|
|
|
|
|
- NodeJS and required packages
|
2023-07-11 09:25:46 +03:00
|
|
|
- MCU + SDK
|
|
|
|
|
- Industrial Communications SDK
|
2023-07-05 11:24:04 +03:00
|
|
|
|
|
|
|
|
Currently the scripts only support a Linux / Git Bash environment. Support will
|
|
|
|
|
be added soon for Windows native environment.
|
|
|
|
|
|
|
|
|
|
## Usage in Motor Control SDK
|
|
|
|
|
|
|
|
|
|
This repo is meant to be used with Motor Control SDK repo for installing the dependencies.
|
|
|
|
|
Refer [Motor Control SDK Core repository](https://github.com/TexasInstruments/motor-control-sdk) for
|
|
|
|
|
more details regarding the Motor Control SDK.
|