mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: support to build esp32s2beta simple examples
This commit is contained in:
parent
4ce00a4829
commit
25ab8380c8
@ -302,16 +302,14 @@ build_esp_idf_tests_cmake:
|
|||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- build_examples_cmake/*/*/*/build/*.bin
|
- build_examples_cmake/*/*/*/*/build/*.bin
|
||||||
- build_examples_cmake/*/*/*/sdkconfig
|
- build_examples_cmake/*/*/*/*/sdkconfig
|
||||||
- build_examples_cmake/*/*/*/build/*.elf
|
- build_examples_cmake/*/*/*/*/build/*.elf
|
||||||
- build_examples_cmake/*/*/*/build/*.map
|
- build_examples_cmake/*/*/*/*/build/*.map
|
||||||
- build_examples_cmake/*/*/*/build/flasher_args.json
|
- build_examples_cmake/*/*/*/*/build/flasher_args.json
|
||||||
- build_examples_cmake/*/*/*/build/bootloader/*.bin
|
- build_examples_cmake/*/*/*/*/build/bootloader/*.bin
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 2 days
|
expire_in: 2 days
|
||||||
variables:
|
|
||||||
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
|
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
@ -329,6 +327,18 @@ build_esp_idf_tests_cmake:
|
|||||||
- mkdir -p ${LOG_PATH}
|
- mkdir -p ${LOG_PATH}
|
||||||
- ${IDF_PATH}/tools/ci/build_examples_cmake.sh "${CI_JOB_NAME}"
|
- ${IDF_PATH}/tools/ci/build_examples_cmake.sh "${CI_JOB_NAME}"
|
||||||
|
|
||||||
|
.build_examples_cmake_esp32_template: &build_examples_cmake_esp32_template
|
||||||
|
<<: *build_examples_cmake_template
|
||||||
|
variables:
|
||||||
|
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
|
||||||
|
IDF_TARGET: "esp32"
|
||||||
|
|
||||||
|
.build_examples_cmake_esp32s2_template: &build_examples_cmake_esp32s2_template
|
||||||
|
<<: *build_examples_cmake_template
|
||||||
|
variables:
|
||||||
|
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
|
||||||
|
IDF_TARGET: "esp32s2beta"
|
||||||
|
|
||||||
build_examples_make_00:
|
build_examples_make_00:
|
||||||
<<: *build_examples_make_template
|
<<: *build_examples_make_template
|
||||||
|
|
||||||
@ -354,28 +364,41 @@ build_examples_make_07:
|
|||||||
<<: *build_examples_make_template
|
<<: *build_examples_make_template
|
||||||
|
|
||||||
build_examples_cmake_00:
|
build_examples_cmake_00:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_01:
|
build_examples_cmake_01:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_02:
|
build_examples_cmake_02:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_03:
|
build_examples_cmake_03:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_04:
|
build_examples_cmake_04:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_05:
|
build_examples_cmake_05:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_06:
|
build_examples_cmake_06:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
build_examples_cmake_07:
|
build_examples_cmake_07:
|
||||||
<<: *build_examples_cmake_template
|
<<: *build_examples_cmake_esp32_template
|
||||||
|
|
||||||
|
build_examples_cmake_s2_00:
|
||||||
|
<<: *build_examples_cmake_esp32s2_template
|
||||||
|
|
||||||
|
build_examples_cmake_s2_01:
|
||||||
|
<<: *build_examples_cmake_esp32s2_template
|
||||||
|
|
||||||
|
build_examples_cmake_s2_02:
|
||||||
|
<<: *build_examples_cmake_esp32s2_template
|
||||||
|
|
||||||
|
build_examples_cmake_s2_03:
|
||||||
|
<<: *build_examples_cmake_esp32s2_template
|
||||||
|
|
||||||
|
|
||||||
# If you want to add new build example jobs, please add it into dependencies of `.example_test_template`
|
# If you want to add new build example jobs, please add it into dependencies of `.example_test_template`
|
||||||
|
|
||||||
@ -691,6 +714,7 @@ push_to_github:
|
|||||||
- deploy
|
- deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- feature/esp32s2beta
|
||||||
- /^release\/v/
|
- /^release\/v/
|
||||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||||
when: on_success
|
when: on_success
|
||||||
@ -935,8 +959,7 @@ check_submodule_sync:
|
|||||||
script:
|
script:
|
||||||
# check if all submodules are correctly synced to public repostory
|
# check if all submodules are correctly synced to public repostory
|
||||||
# disable this test temporarily because the esptool branch is on gitlab
|
# disable this test temporarily because the esptool branch is on gitlab
|
||||||
# TODO: revert it before release esp32s2
|
- git submodule update --init --recursive
|
||||||
# - git submodule update --init --recursive
|
|
||||||
- git submodule
|
- git submodule
|
||||||
|
|
||||||
check_artifacts_expire_time:
|
check_artifacts_expire_time:
|
||||||
@ -1027,6 +1050,10 @@ assign_test:
|
|||||||
- build_examples_cmake_05
|
- build_examples_cmake_05
|
||||||
- build_examples_cmake_06
|
- build_examples_cmake_06
|
||||||
- build_examples_cmake_07
|
- build_examples_cmake_07
|
||||||
|
- build_examples_cmake_s2_00
|
||||||
|
- build_examples_cmake_s2_01
|
||||||
|
- build_examples_cmake_s2_02
|
||||||
|
- build_examples_cmake_s2_03
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
int bootloader_clock_get_rated_freq_mhz()
|
int bootloader_clock_get_rated_freq_mhz()
|
||||||
{
|
{
|
||||||
#warning "TODO: bootloader_clock_get_rated_freq_mhz implementation in esp32s2"
|
// TODO: implement bootloader_clock_get_rated_freq_mhz for esp32s2beta - IDF-758
|
||||||
return 999;
|
return 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ static void rtc_brownout_isr_handler()
|
|||||||
|
|
||||||
void esp_brownout_init()
|
void esp_brownout_init()
|
||||||
{
|
{
|
||||||
#warning "TODO: implement brownout threshold configuration for esp32s2beta"
|
// TODO: implement brownout threshold configuration for esp32s2beta - IDF-751
|
||||||
|
|
||||||
ESP_ERROR_CHECK( rtc_isr_register(rtc_brownout_isr_handler, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M) );
|
ESP_ERROR_CHECK( rtc_isr_register(rtc_brownout_isr_handler, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M) );
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ void esp_cache_err_int_init()
|
|||||||
// interrupt is connected to PRO CPU and invalid access happens on the APP
|
// interrupt is connected to PRO CPU and invalid access happens on the APP
|
||||||
// CPU.
|
// CPU.
|
||||||
|
|
||||||
#warning "TODO: implement cache error access interrupt for esp32s2beta"
|
// TODO: implement cache error access interrupt for esp32s2beta - IDF-752
|
||||||
#if 0
|
#if 0
|
||||||
DPORT_SET_PERI_REG_MASK(DPORT_PRO_CACHE_IA_INT_EN_REG,
|
DPORT_SET_PERI_REG_MASK(DPORT_PRO_CACHE_IA_INT_EN_REG,
|
||||||
DPORT_CACHE_IA_INT_PRO_DRAM1 |
|
DPORT_CACHE_IA_INT_PRO_DRAM1 |
|
||||||
|
@ -499,7 +499,7 @@ static void main_task(void* args)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Add IDLE 0 to task wdt
|
//Add IDLE 0 to task wdt
|
||||||
#warning "cpu_start.c: TODO: re-enable task WDT"
|
// TODO: cpu_start.c: re-enable task WDT - IDF-753
|
||||||
#if 0
|
#if 0
|
||||||
#ifdef CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
|
#ifdef CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
|
||||||
TaskHandle_t idle_0 = xTaskGetIdleTaskHandleForCPU(0);
|
TaskHandle_t idle_0 = xTaskGetIdleTaskHandleForCPU(0);
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
static portMUX_TYPE reason_spinlock = portMUX_INITIALIZER_UNLOCKED;
|
static portMUX_TYPE reason_spinlock = portMUX_INITIALIZER_UNLOCKED;
|
||||||
static volatile uint32_t reason[ portNUM_PROCESSORS ];
|
static volatile uint32_t reason[ portNUM_PROCESSORS ];
|
||||||
|
|
||||||
#warning "crosscore_int: TODO: simplify for esp32s2beta"
|
// TODO: crosscore_int: simplify for esp32s2beta - IDF-754
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ToDo: There is a small chance the CPU already has yielded when this ISR is serviced. In that case, it's running the intended task but
|
ToDo: There is a small chance the CPU already has yielded when this ISR is serviced. In that case, it's running the intended task but
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
#include "xtensa/core-macros.h"
|
#include "xtensa/core-macros.h"
|
||||||
|
|
||||||
#warning "dport_access: TODO: simplify for esp32s2beta"
|
// TODO: dport_access: simplify for esp32s2beta - IDF-755
|
||||||
|
|
||||||
#ifndef CONFIG_FREERTOS_UNICORE
|
#ifndef CONFIG_FREERTOS_UNICORE
|
||||||
static portMUX_TYPE g_dport_mux = portMUX_INITIALIZER_UNLOCKED;
|
static portMUX_TYPE g_dport_mux = portMUX_INITIALIZER_UNLOCKED;
|
||||||
|
@ -68,6 +68,10 @@ MEMORY
|
|||||||
*/
|
*/
|
||||||
rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM,
|
rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM,
|
||||||
len = 0x1000 - CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM
|
len = 0x1000 - CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM
|
||||||
|
|
||||||
|
/* RTC fast memory (same block as above), viewed from data bus
|
||||||
|
* TODO: check whether rtc_data_seg address is correct - IDF-760 */
|
||||||
|
rtc_data_seg(RW) : org = 0x3ff9e000, len = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
_static_data_end = _bss_end;
|
_static_data_end = _bss_end;
|
||||||
@ -76,3 +80,13 @@ _static_data_end = _bss_end;
|
|||||||
_heap_end = 0x40000000 - CONFIG_ESP32S2_TRACEMEM_RESERVE_DRAM;
|
_heap_end = 0x40000000 - CONFIG_ESP32S2_TRACEMEM_RESERVE_DRAM;
|
||||||
|
|
||||||
_data_seg_org = ORIGIN(rtc_data_seg);
|
_data_seg_org = ORIGIN(rtc_data_seg);
|
||||||
|
|
||||||
|
/* The lines below define location alias for .rtc.data section based on Kconfig option.
|
||||||
|
When the option is not defined then use slow memory segment
|
||||||
|
else the data will be placed in fast memory segment
|
||||||
|
TODO: check whether the rtc_data_location is correct for esp32s2beta - IDF-761 */
|
||||||
|
#ifndef CONFIG_ESP32_RTCDATA_IN_FAST_MEM
|
||||||
|
REGION_ALIAS("rtc_data_location", rtc_slow_seg );
|
||||||
|
#else
|
||||||
|
REGION_ALIAS("rtc_data_location", rtc_data_seg );
|
||||||
|
#endif
|
||||||
|
@ -81,7 +81,7 @@ esp_err_t esp_efuse_mac_get_custom(uint8_t *mac)
|
|||||||
|
|
||||||
esp_err_t esp_efuse_mac_get_default(uint8_t* mac)
|
esp_err_t esp_efuse_mac_get_default(uint8_t* mac)
|
||||||
{
|
{
|
||||||
#warning "esp_efuse_mac_get_default: not implemented for esp32s2beta"
|
// TODO: implememt esp_efuse_mac_get_default for esp32s2beta - IDF-756
|
||||||
uint32_t mac_low;
|
uint32_t mac_low;
|
||||||
uint32_t mac_high;
|
uint32_t mac_high;
|
||||||
// uint8_t efuse_crc;
|
// uint8_t efuse_crc;
|
||||||
|
@ -29,19 +29,17 @@
|
|||||||
#include "wpa2/eap_peer/eap_common.h"
|
#include "wpa2/eap_peer/eap_common.h"
|
||||||
#include "esp_wifi_crypto_types.h"
|
#include "esp_wifi_crypto_types.h"
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32S2BETA
|
// TODO: fix hardware crypto support for esp32s2beta - IDF-757
|
||||||
#warning "TODO: fix hardware crypto support for esp32s2beta"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The parameters is used to set the cyrpto callback function for station connect when in security mode,
|
* The parameters is used to set the cyrpto callback function for station connect when in security mode,
|
||||||
* every callback function can register as fast_xxx or normal one, i.e, fast_aes_wrap or aes_wrap, the
|
* every callback function can register as fast_xxx or normal one, i.e, fast_aes_wrap or aes_wrap, the
|
||||||
* difference between them is the normal API is calculate by software, the fast one use the hardware
|
* difference between them is the normal API is calculate by software, the fast one use the hardware
|
||||||
* crypto in it, can be faster than the normal one, so the callback function register in default is which
|
* crypto in it, can be faster than the normal one, so the callback function register in default is which
|
||||||
* we recommend, so as the API in WPS default and WPA2 default.
|
* we recommend, so as the API in WPS default and WPA2 default.
|
||||||
*/
|
*/
|
||||||
const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs = {
|
const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs = {
|
||||||
.size = sizeof(wpa_crypto_funcs_t),
|
.size = sizeof(wpa_crypto_funcs_t),
|
||||||
.version = ESP_WIFI_CRYPTO_VERSION,
|
.version = ESP_WIFI_CRYPTO_VERSION,
|
||||||
#if CONFIG_IDF_TARGET_ESP32
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
.aes_wrap = (esp_aes_wrap_t)fast_aes_wrap,
|
.aes_wrap = (esp_aes_wrap_t)fast_aes_wrap,
|
||||||
@ -72,7 +70,7 @@ const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const wps_crypto_funcs_t g_wifi_default_wps_crypto_funcs = {
|
const wps_crypto_funcs_t g_wifi_default_wps_crypto_funcs = {
|
||||||
.size = sizeof(wps_crypto_funcs_t),
|
.size = sizeof(wps_crypto_funcs_t),
|
||||||
.version = ESP_WIFI_CRYPTO_VERSION,
|
.version = ESP_WIFI_CRYPTO_VERSION,
|
||||||
#if CONFIG_IDF_TARGET_ESP32
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
.aes_128_encrypt = (esp_aes_128_encrypt_t)fast_aes_128_cbc_encrypt,
|
.aes_128_encrypt = (esp_aes_128_encrypt_t)fast_aes_128_cbc_encrypt,
|
||||||
@ -105,8 +103,8 @@ const wps_crypto_funcs_t g_wifi_default_wps_crypto_funcs = {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* What should notice is that the cyrpto hash type function and crypto cipher type function can not register
|
* What should notice is that the cyrpto hash type function and crypto cipher type function can not register
|
||||||
* as different, i.e, if you use fast_crypto_hash_init, you should use fast_crypto_hash_update and
|
* as different, i.e, if you use fast_crypto_hash_init, you should use fast_crypto_hash_update and
|
||||||
* fast_crypto_hash_finish for finish hash calculate, rather than call crypto_hash_update and
|
* fast_crypto_hash_finish for finish hash calculate, rather than call crypto_hash_update and
|
||||||
* crypto_hash_finish, so do crypto_cipher.
|
* crypto_hash_finish, so do crypto_cipher.
|
||||||
*/
|
*/
|
||||||
const wpa2_crypto_funcs_t g_wifi_default_wpa2_crypto_funcs = {
|
const wpa2_crypto_funcs_t g_wifi_default_wpa2_crypto_funcs = {
|
||||||
|
@ -596,7 +596,8 @@ static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if CONFIG_ESP32_REDUCE_PHY_TX_POWER
|
#if CONFIG_ESP32_REDUCE_PHY_TX_POWER
|
||||||
static void esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
|
// TODO: fix the esp_phy_reduce_tx_power unused warning for esp32s2beta - IDF-759
|
||||||
|
static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
|
||||||
{
|
{
|
||||||
uint8_t i;
|
uint8_t i;
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ void rtc_init(rtc_config_t cfg)
|
|||||||
CLEAR_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BB_I2C_FORCE_PU);
|
CLEAR_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BB_I2C_FORCE_PU);
|
||||||
} else {
|
} else {
|
||||||
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BBPLL_FORCE_PU);
|
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BBPLL_FORCE_PU);
|
||||||
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BBPLL_I2C_FORCE_PU);
|
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BBPLL_I2C_FORCE_PU);
|
||||||
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BB_I2C_FORCE_PU);
|
SET_PERI_REG_MASK(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_BB_I2C_FORCE_PU);
|
||||||
}
|
}
|
||||||
//cancel RTC REG force PU
|
//cancel RTC REG force PU
|
||||||
@ -198,7 +198,7 @@ rtc_vddsdio_config_t rtc_vddsdio_get_config()
|
|||||||
result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S;
|
result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#warning "rtc_vddsdio_get_config: efuse part not implemented for esp32s2beta"
|
// TODO: rtc_vddsdio_get_config: implement efuse part for esp32s2beta - IDF-749
|
||||||
#if 0
|
#if 0
|
||||||
uint32_t efuse_reg = REG_READ(EFUSE_BLK0_RDATA4_REG);
|
uint32_t efuse_reg = REG_READ(EFUSE_BLK0_RDATA4_REG);
|
||||||
if (efuse_reg & EFUSE_RD_SDIO_FORCE) {
|
if (efuse_reg & EFUSE_RD_SDIO_FORCE) {
|
||||||
|
@ -127,7 +127,7 @@ SOC_RESERVE_MEMORY_REGION(0x3ffb8000, 0x3FFD0000, dram_mapped_to_iram);
|
|||||||
//ROM data region
|
//ROM data region
|
||||||
SOC_RESERVE_MEMORY_REGION(0x3fff8000, (intptr_t)&_data_start_xtos, rom_data_region);
|
SOC_RESERVE_MEMORY_REGION(0x3fff8000, (intptr_t)&_data_start_xtos, rom_data_region);
|
||||||
|
|
||||||
#warning "soc_memory_layout: trace memory regions not handled"
|
// TODO: soc_memory_layout: handle trace memory regions - IDF-750
|
||||||
|
|
||||||
#ifdef CONFIG_SPIRAM
|
#ifdef CONFIG_SPIRAM
|
||||||
SOC_RESERVE_MEMORY_REGION( SOC_EXTRAM_DATA_LOW, SOC_EXTRAM_DATA_HIGH, extram_data_region); //SPI RAM gets added later if needed, in spiram.c; reserve it for now
|
SOC_RESERVE_MEMORY_REGION( SOC_EXTRAM_DATA_LOW, SOC_EXTRAM_DATA_HIGH, extram_data_region); //SPI RAM gets added later if needed, in spiram.c; reserve it for now
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_ble_coex)
|
project(bt_ble_coex)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(a2dp_sink)
|
project(a2dp_sink)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(a2dp_source)
|
project(a2dp_source)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_adv)
|
project(ble_adv)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_compatibility_test)
|
project(ble_compatibility_test)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_eddystone_demo)
|
project(ble_eddystone_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(hidd_demos)
|
project(hidd_demos)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_ibeacon_demo)
|
project(ble_ibeacon_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(spp_client_demo)
|
project(spp_client_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_spp_server_demo)
|
project(ble_spp_server_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(throughput_client_demo)
|
project(throughput_client_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(throughput_server_demo)
|
project(throughput_server_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(blufi_demo)
|
project(blufi_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_discovery)
|
project(bt_discovery)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_spp_acceptor_demo)
|
project(bt_spp_acceptor_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_spp_initiator_demo)
|
project(bt_spp_initiator_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_spp_vfs_acceptor_demo)
|
project(bt_spp_vfs_acceptor_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(bt_spp_vfs_initiator_demo)
|
project(bt_spp_vfs_initiator_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(controller_hci_uart)
|
project(controller_hci_uart)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(gatt_client_demo)
|
project(gatt_client_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sec_gattc_demo)
|
project(sec_gattc_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sec_gatts_demo)
|
project(sec_gatts_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(gatt_server_demos)
|
project(gatt_server_demos)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(gatt_server_service_table_demo)
|
project(gatt_server_service_table_demo)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(gatt_multi_connect)
|
project(gatt_multi_connect)
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
project(idf_as_lib C)
|
project(idf_as_lib C)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
if("${TARGET}" STREQUAL "esp32")
|
if("${TARGET}" STREQUAL "esp32")
|
||||||
# Include for ESP-IDF build system functions
|
# Include for ESP-IDF build system functions
|
||||||
include($ENV{IDF_PATH}/tools/cmake/idf.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/idf.cmake)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ethernet_demo)
|
project(ethernet_demo)
|
||||||
|
@ -5,5 +5,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/components
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/components
|
||||||
$ENV{IDF_PATH}/examples/wifi/iperf/components)
|
$ENV{IDF_PATH}/examples/wifi/iperf/components)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ethernet-iperf)
|
project(ethernet-iperf)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(adc)
|
project(adc)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(adc2)
|
project(adc2)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(can_alert_and_recovery_example)
|
project(can_alert_and_recovery_example)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(can_network_listen_only)
|
project(can_network_listen_only)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(can_network_master)
|
project(can_network_master)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(can_network_slave)
|
project(can_network_slave)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(can_self_test_example)
|
project(can_self_test_example)
|
||||||
|
@ -4,5 +4,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/components)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/components)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(i2c-tools)
|
project(i2c-tools)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(esp32-i2s-driver-example)
|
project(esp32-i2s-driver-example)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(i2s-adc-dac)
|
project(i2s-adc-dac)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mcpwm_basic_config)
|
project(mcpwm_basic_config)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mcpwm_bldc_control_hall_sensor)
|
project(mcpwm_bldc_control_hall_sensor)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mcpwm_brushed_dc_control)
|
project(mcpwm_brushed_dc_control)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mcpwm_servo_control)
|
project(mcpwm_servo_control)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(pcnt)
|
project(pcnt)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sdio_host)
|
project(sdio_host)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sdio_slave)
|
project(sdio_slave)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(timer_group)
|
project(timer_group)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(asio_chat_client)
|
project(asio_chat_client)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(asio_chat_server)
|
project(asio_chat_server)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(asio_tcp_echo_server)
|
project(asio_tcp_echo_server)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(asio_udp_echo_server)
|
project(asio_udp_echo_server)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(esp-http-client-example)
|
project(esp-http-client-example)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(http2-request)
|
project(http2-request)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(tests)
|
project(tests)
|
||||||
|
@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(persistent_sockets)
|
project(persistent_sockets)
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(simple)
|
project(simple)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(https-mbedtls)
|
project(https-mbedtls)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(https_request)
|
project(https_request)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(https_server)
|
project(https_server)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(modbus_master)
|
project(modbus_master)
|
||||||
|
@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
|
||||||
project(mqtt_publish)
|
project(mqtt_publish)
|
||||||
|
@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_ssl)
|
project(mqtt_ssl)
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_ssl_mutual_auth)
|
project(mqtt_ssl_mutual_auth)
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_tcp)
|
project(mqtt_tcp)
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_websocket)
|
project(mqtt_websocket)
|
||||||
|
@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_websocket_secure)
|
project(mqtt_websocket_secure)
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(openssl_client)
|
project(openssl_client)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(openssl_server)
|
project(openssl_server)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(pppos_client)
|
project(pppos_client)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sntp)
|
project(sntp)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ble_prov)
|
project(ble_prov)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(console_prov)
|
project(console_prov)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(custom_config)
|
project(custom_config)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(wifi_prov_mgr)
|
project(wifi_prov_mgr)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(softap_prov)
|
project(softap_prov)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sd_card)
|
project(sd_card)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(app_trace_to_host)
|
project(app_trace_to_host)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(console)
|
project(console)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(deep_sleep)
|
project(deep_sleep)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(esp_timer_example)
|
project(esp_timer_example)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(gcov_example)
|
project(gcov_example)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(himem_test)
|
project(himem_test)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(light_sleep_example)
|
project(light_sleep_example)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(advanced_https_ota)
|
project(advanced_https_ota)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(native_ota)
|
project(native_ota)
|
||||||
|
@ -6,5 +6,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(simple_ota)
|
project(simple_ota)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sysview_tracing)
|
project(sysview_tracing)
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set(SUPPORTED_TARGETS esp32)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(sysview_tracing_heap_log)
|
project(sysview_tracing_heap_log)
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user