ee1e0a0df0
* add the ESP32_C3 first version * add the blinky ok version * fix the code * format file * add the readme * fix the formate * Update README.md * Update main.c * fix the readme * fix rtconfig.h * remove cpp config
7 lines
232 B
CMake
7 lines
232 B
CMake
# The following lines of boilerplate have to be in your project's
|
|
# CMakeLists in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(rtthread)
|