add support for platformio

This commit is contained in:
a
2020-08-21 02:25:43 +02:00
parent 628ee8fe39
commit fecc791747
10 changed files with 197 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(esp-ena)
FILE(GLOB app_sources ../src/*.c*)
target_sources(app PRIVATE ${app_sources})