wusunjie / SmartPlatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartPlatform

prepare

Linux:

  1. sudo apt install cmake.
  2. sudo apt install gcc-arm-none-eabi.

Windows:

  1. download gcc-arm-none-eabi and install it.

  2. download cmake and install it.

  3. make sure there is at least a local build system on your platform, such as Visual Studio, Mingw, nmake.

build

Linux:

  1. make BOARD_NAME=waveshare.

Windows:

  1. Use CMake GUI, set the source directory to cmake, then choose your prefer build system.

  2. add macro define in CMake GUI for SMART_PLATFORM_BOARD_NAME to your board name, such as waveshare.

  3. Use your build system to open the project, then build in it.

features

  1. gprs network.

currently supported board

  1. waveshare

About


Languages

Language:C 96.9%Language:HTML 1.4%Language:Assembly 1.0%Language:C++ 0.7%Language:CMake 0.0%Language:Makefile 0.0%