forked from espressif/esp-iot-solution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update components/platforms/alink/component.mk components/spi_devices…
…/epaper/epaper.c components/spi_devices/xpt2046/include/iot_xpt2046.h examples/hmi/lvgl_coffee/main/app_main.cpp examples/smart_device/ examples/touch_pad_evb/Makefile add CMakeList.txt of components add CMake build for example(aws_iot_demo,check_pedestrian_flow,empty_project,esp32_azure_iot_kit,eth2wifi,hmi,lowpower_evb,oled_screen_module,touch_pad_evb) add cmake support for ulp co-processor add CMake build CI update lvgl ugfx CMake update example README.md update solution README.md add CMakeLists.txt for unit-test-app update .gitlab-ci.yml
- Loading branch information
1 parent
fb277af
commit 15a43f8
Showing
192 changed files
with
3,054 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 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) | ||
|
||
# Overwrite the IDF_PATH to the esp-idf path in submodule. | ||
set(ENV{IDF_PATH} "$ENV{IOT_SOLUTION_PATH}/submodule/esp-idf/") | ||
|
||
include($ENV{IOT_SOLUTION_PATH}/components/CMakeLists.txt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
set(IOT_COMPONENT_DIRS ${IOT_COMPONENT_DIRS} | ||
$ENV{IOT_SOLUTION_PATH}/components | ||
$ENV{IOT_SOLUTION_PATH}/components/features | ||
$ENV{IOT_SOLUTION_PATH}/components/general | ||
$ENV{IOT_SOLUTION_PATH}/components/wifi | ||
$ENV{IOT_SOLUTION_PATH}/components/spi_devices | ||
$ENV{IOT_SOLUTION_PATH}/components/i2c_devices | ||
$ENV{IOT_SOLUTION_PATH}/components/i2c_devices/sensor | ||
$ENV{IOT_SOLUTION_PATH}/components/i2c_devices/others | ||
$ENV{IOT_SOLUTION_PATH}/components/network | ||
$ENV{IOT_SOLUTION_PATH}/components/platforms | ||
$ENV{IOT_SOLUTION_PATH}/components/motor/stepper | ||
$ENV{IOT_SOLUTION_PATH}/components/motor/servo | ||
$ENV{IOT_SOLUTION_PATH}/components/framework | ||
$ENV{IOT_SOLUTION_PATH}/components/i2s_devices | ||
$ENV{IOT_SOLUTION_PATH}/components/hmi ) | ||
|
||
set(EXTRA_COMPONENT_DIRS "${EXTRA_COMPONENT_DIRS} ${IOT_COMPONENT_DIRS}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
register_config_only_component() |
Oops, something went wrong.