/Telink_mesh_sdk_VSC

SDK for Telink 825x to coding in VScode

Primary LanguageC

Telink_mesh_sdk_VSC

SDK for Telink 825x to coding ang building in VScode

Building tutorial:

  1. Download and set up TC32 toolchain, follow this link:
* Window: https://github.com/Ai-Thinker-Open/Telink_825X_SDK/blob/master/start_windows.md

* Linux: https://github.com/Ai-Thinker-Open/Telink_825X_SDK/blob/master/start_linux.md
  1. Clone sdk:
git clone https://github.com/tuanldchainos/Telink_mesh_sdk_VSC
  1. Open one random project, in Example folder or Project folder:
cd example/blink
  1. Open terminal here:
export PATH=$PATH:/opt/tc32/bin
tc32-elf-gcc -v

make
  1. Load file .bin to chipset:
* USB: Open terminar: make flash

* EVK: Using BDT tool(just available in windows)