coolzhpfree / Telink_mesh_sdk_VSC

SDK for Telink 825x to coding in VScode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

SDK for Telink 825x to coding in VScode


Languages

Language:C 52.5%Language:Objective-C 24.6%Language:Java 12.9%Language:C++ 8.2%Language:HTML 0.9%Language:Assembly 0.4%Language:Python 0.3%Language:Makefile 0.1%Language:Shell 0.1%Language:CMake 0.0%Language:Perl 0.0%