forked from xuhongv/StudyInEsp32
-
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.
2018-05-31 add Key interrupt callBack Sample
2018-05-31 add Key interrupt callBack Sample
- Loading branch information
Showing
273 changed files
with
2,516 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> | ||
<storageModule moduleId="org.eclipse.cdt.core.settings"> | ||
<cconfiguration id="cdt.managedbuild.toolchain.gnu.cross.base.453287207"> | ||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.cross.base.453287207" moduleId="org.eclipse.cdt.core.settings" name="Default"> | ||
<externalSettings> | ||
<externalSetting/> | ||
</externalSettings> | ||
<extensions> | ||
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/> | ||
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | ||
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | ||
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | ||
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/> | ||
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/> | ||
</extensions> | ||
</storageModule> | ||
<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | ||
<configuration buildProperties="" description="" id="cdt.managedbuild.toolchain.gnu.cross.base.453287207" name="Default" parent="org.eclipse.cdt.build.core.emptycfg"> | ||
<folderInfo id="cdt.managedbuild.toolchain.gnu.cross.base.453287207.1706490123" name="/" resourcePath=""> | ||
<toolChain id="cdt.managedbuild.toolchain.gnu.cross.base.1238466981" name="Cross GCC" superClass="cdt.managedbuild.toolchain.gnu.cross.base"> | ||
<option id="cdt.managedbuild.option.gnu.cross.prefix.1124314646" name="Prefix" superClass="cdt.managedbuild.option.gnu.cross.prefix"/> | ||
<option id="cdt.managedbuild.option.gnu.cross.path.1843119798" name="Path" superClass="cdt.managedbuild.option.gnu.cross.path"/> | ||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.targetPlatform.gnu.cross.616080644" isAbstract="false" osList="all" superClass="cdt.managedbuild.targetPlatform.gnu.cross"/> | ||
<builder id="cdt.managedbuild.builder.gnu.cross.1373294992" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.c.compiler.500098253" name="Cross GCC Compiler" superClass="cdt.managedbuild.tool.gnu.cross.c.compiler"> | ||
<option id="gnu.c.compiler.option.include.paths.1353102185" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/esp32/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/newlib/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/freertos/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/nvs_flash/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/log/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/driver/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/spi_flash/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/tcpip_adapter/include""/> | ||
<listOptionValue builtIn="false" value=""${IDF_PATH}/components/soc/esp32/include""/> | ||
</option> | ||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1020306577" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> | ||
</tool> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.cpp.compiler.1512150101" name="Cross G++ Compiler" superClass="cdt.managedbuild.tool.gnu.cross.cpp.compiler"/> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.c.linker.923950202" name="Cross GCC Linker" superClass="cdt.managedbuild.tool.gnu.cross.c.linker"> | ||
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.877687980" superClass="cdt.managedbuild.tool.gnu.c.linker.input"> | ||
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> | ||
<additionalInput kind="additionalinput" paths="$(LIBS)"/> | ||
</inputType> | ||
</tool> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.cpp.linker.816064795" name="Cross G++ Linker" superClass="cdt.managedbuild.tool.gnu.cross.cpp.linker"/> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.archiver.1203745993" name="Cross GCC Archiver" superClass="cdt.managedbuild.tool.gnu.cross.archiver"/> | ||
<tool id="cdt.managedbuild.tool.gnu.cross.assembler.868918713" name="Cross GCC Assembler" superClass="cdt.managedbuild.tool.gnu.cross.assembler"> | ||
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.131399205" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> | ||
</tool> | ||
</toolChain> | ||
</folderInfo> | ||
</configuration> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | ||
</cconfiguration> | ||
</storageModule> | ||
<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | ||
<project id="4_smartConfig_AirKiss.null.87010993" name="4_smartConfig_AirKiss"/> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | ||
<storageModule moduleId="refreshScope" versionNumber="2"> | ||
<configuration configurationName="Default"> | ||
<resource resourceType="PROJECT" workspacePath="/4_smartConfig_AirKiss"/> | ||
</configuration> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"> | ||
<buildTargets> | ||
<target name="make flash" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder"> | ||
<buildCommand>make</buildCommand> | ||
<buildArguments/> | ||
<buildTarget>flash</buildTarget> | ||
<stopOnError>true</stopOnError> | ||
<useDefaultCommand>true</useDefaultCommand> | ||
<runAllBuilders>true</runAllBuilders> | ||
</target> | ||
</buildTargets> | ||
</storageModule> | ||
<storageModule moduleId="scannerConfiguration"> | ||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/> | ||
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.cross.base.453287207;cdt.managedbuild.toolchain.gnu.cross.base.453287207.1706490123;cdt.managedbuild.tool.gnu.cross.c.compiler.500098253;cdt.managedbuild.tool.gnu.c.compiler.input.1020306577"> | ||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/> | ||
</scannerConfigBuildInfo> | ||
</storageModule> | ||
</cproject> |
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,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>4_smartConfig_AirKiss</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> | ||
<triggers>clean,full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> | ||
<triggers>full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.cdt.core.cnature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> | ||
</natures> | ||
</projectDescription> |
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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project> | ||
<configuration id="cdt.managedbuild.toolchain.gnu.cross.base.453287207" name="Default"> | ||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> | ||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> | ||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/> | ||
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser" keep-relative-paths="false" name="CDT GCC Build Output Parser" parameter="(g?cc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/> | ||
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-831452719451276336" id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> | ||
<language-scope id="org.eclipse.cdt.core.gcc"/> | ||
<language-scope id="org.eclipse.cdt.core.g++"/> | ||
</provider> | ||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> | ||
</extension> | ||
</configuration> | ||
</project> |
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,9 @@ | ||
eclipse.preferences.version=1 | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/IDF_PATH/delimiter=; | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/IDF_PATH/operation=append | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/IDF_PATH/value=E\:\\Esp32Study\\ESP32IDE\\msys32\\home\\Administrator\\esp-idf | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/PATH/delimiter=; | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/PATH/operation=replace | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/PATH/value=E\:\\Esp32Study\\ESP32IDE\\msys32\\usr\\bin;E\:\\Esp32Study\\ESP32IDE\\msys32\\opt\\xtensa-esp32-elf\\bin;E\:\\Esp32Study\\ESP32IDE\\msys32\\mingw32\\bin;C\:/Program Files/Java/jre1.8.0_161/bin/server;C\:/Program Files/Java/jre1.8.0_161/bin;C\:/Program Files/Java/jre1.8.0_161/lib/amd64;E\:\\203CSARM_SDK\\bin;G\:\\203CS_CODE\\bin;C\:\\ProgramData\\Oracle\\Java\\javapath;C\:\\windows\\system32;C\:\\windows;C\:\\windows\\System32\\Wbem;C\:\\windows\\System32\\WindowsPowerShell\\v1.0\\;C\:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C\:\\Program Files\\Java\\jdk1.8.0_161\\bin;G\:\\Git\\cmd;C\:\\WINDOWS\\system32;C\:\\WINDOWS;C\:\\WINDOWS\\System32\\Wbem;C\:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C\:\\Program Files\\SourceGear\\Common\\DiffMerge\\;E\:\\Esp32Study\\ESP8266IDE\\cywin\\cygwin\\bin\\;E\:\\Esp32Study\\ESP8266IDE\\xtensa-lx106-elf\\bin\\;C\:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;C\:\\Users\\Administrator\\AppData\\Local\\GitHubDesktop\\bin;E\:\\Esp32Study\\ESP32IDE\\eclipse; | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/append=true | ||
environment/project/cdt.managedbuild.toolchain.gnu.cross.base.453287207/appendContributed=true |
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,9 @@ | ||
# | ||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a | ||
# project subdirectory. | ||
# | ||
|
||
PROJECT_NAME := smart_config | ||
|
||
include $(IDF_PATH)/make/project.mk | ||
|
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,51 @@ | ||
|
||
|
||
利用GPIO中断搞一个按键的短按和长按,注意demo的是GPIO14短脚! | ||
|
||
|
||
### Example output | ||
|
||
Here is an example of smartconfig console output. | ||
``` | ||
entry 0x40078fb4 | ||
[0;32mI (30) boot: ESP-IDF v3.0-12-gdc304fb3-dirty 2nd stage bootloader[0m | ||
[0;32mI (30) boot: compile time 15:10:24[0m | ||
[0;32mI (30) boot: Enabling RNG early entropy source...[0m | ||
[0;32mI (36) boot: SPI Speed : 40MHz[0m | ||
[0;32mI (40) boot: SPI Mode : DIO[0m | ||
[0;32mI (44) boot: SPI Flash Size : 4MB[0m | ||
[0;32mI (48) boot: Partition Table:[0m | ||
[0;32mI (52) boot: ## Label Usage Type ST Offset Length[0m | ||
[0;32mI (59) boot: 0 nvs WiFi data 01 02 00009000 00006000[0m | ||
[0;32mI (67) boot: 1 phy_init RF data 01 01 0000f000 00001000[0m | ||
[0;32mI (74) boot: 2 factory factory app 00 00 00010000 00100000[0m | ||
[0;32mI (82) boot: End of partition table[0m | ||
[0;32mI (86) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x06aa0 ( 27296) map[0m | ||
[0;32mI (104) esp_image: segment 1: paddr=0x00016ac8 vaddr=0x3ffb0000 size=0x021e8 ( 8680) load[0m | ||
[0;32mI (108) esp_image: segment 2: paddr=0x00018cb8 vaddr=0x40080000 size=0x00400 ( 1024) load[0m | ||
[0;32mI (113) esp_image: segment 3: paddr=0x000190c0 vaddr=0x40080400 size=0x06f50 ( 28496) load[0m | ||
[0;32mI (133) esp_image: segment 4: paddr=0x00020018 vaddr=0x400d0018 size=0x1404c ( 81996) map[0m | ||
[0;32mI (162) esp_image: segment 5: paddr=0x0003406c vaddr=0x40087350 size=0x0168c ( 5772) load[0m | ||
[0;32mI (165) esp_image: segment 6: paddr=0x00035700 vaddr=0x400c0000 size=0x00000 ( 0) load[0m | ||
[0;32mI (174) boot: Loaded app from partition at offset 0x10000[0m | ||
[0;32mI (175) boot: Disabling RNG early entropy source...[0m | ||
[0;32mI (181) cpu_start: Pro cpu up.[0m | ||
[0;32mI (184) cpu_start: Starting app cpu, entry point is 0x40080e0c[0m | ||
[0;32mI (0) cpu_start: App cpu up.[0m | ||
[0;32mI (195) heap_init: Initializing. RAM available for dynamic allocation:[0m | ||
[0;32mI (202) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM[0m | ||
[0;32mI (208) heap_init: At 3FFB29F8 len 0002D608 (181 KiB): DRAM[0m | ||
[0;32mI (214) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM[0m | ||
[0;32mI (220) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM[0m | ||
[0;32mI (227) heap_init: At 400889DC len 00017624 (93 KiB): IRAM[0m | ||
[0;32mI (233) cpu_start: Pro cpu start user code[0m | ||
[0;32mI (251) cpu_start: Starting scheduler on PRO CPU.[0m | ||
[0;32mI (0) cpu_start: Starting scheduler on APP CPU.[0m | ||
[0;32mI (0) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3 [0m | ||
短按触发回调 ... | ||
长按触发回调 ... | ||
短按触发回调 ... | ||
短按触发回调 ... | ||
短按触发回调 ... | ||
短按触发回调 ... | ||
``` |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/app_trace/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/app_trace -lapp_trace | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += app_trace | ||
component-app_trace-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/app_update/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/app_update -lapp_update | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += app_update | ||
component-app_update-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/aws_iot | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += aws_iot | ||
component-aws_iot-build: |
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/bootloader_support/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/bootloader_support/include $(IDF_PATH)/components/bootloader_support/include_priv | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/bootloader_support -lbootloader_support | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += bootloader_support | ||
component-bootloader_support-build: |
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 @@ | ||
# COMPONENT_CONFIG_ONLY target sets no variables here |
1 change: 1 addition & 0 deletions
1
7_Key_Short_Long/build/bootloader/esptool_py/component_project_vars.mk
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 @@ | ||
# COMPONENT_CONFIG_ONLY target sets no variables here |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/log/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/log/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/log -llog | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += log | ||
component-log-build: |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/main/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(PROJECT_PATH)/main/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/main -lmain -L $(PROJECT_PATH)/main -T esp32.bootloader.ld -T $(IDF_PATH)/components/esp32/ld/esp32.rom.ld -T $(IDF_PATH)/components/esp32/ld/esp32.rom.spiram_incompatible_fns.ld -T $(IDF_PATH)/components/esp32/ld/esp32.peripherals.ld -T esp32.bootloader.rom.ld | ||
COMPONENT_LINKER_DEPS += $(PROJECT_PATH)/main/esp32.bootloader.ld $(IDF_PATH)/components/esp32/ld/esp32.rom.ld $(IDF_PATH)/components/esp32/ld/esp32.rom.spiram_incompatible_fns.ld $(IDF_PATH)/components/esp32/ld/esp32.peripherals.ld $(PROJECT_PATH)/main/esp32.bootloader.rom.ld | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += main | ||
component-main-build: |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/micro-ecc/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/micro-ecc/micro-ecc | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/micro-ecc -lmicro-ecc | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += $(IDF_PATH)/components/micro-ecc/micro-ecc | ||
COMPONENT_LIBRARIES += micro-ecc | ||
component-micro-ecc-build: |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/soc/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/soc/esp32/include $(IDF_PATH)/components/soc/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/soc -lsoc | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += soc | ||
component-soc-build: |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader/spi_flash/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/spi_flash/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/spi_flash -lspi_flash | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += spi_flash | ||
component-spi_flash-build: |
7 changes: 7 additions & 0 deletions
7
7_Key_Short_Long/build/bootloader_support/component_project_vars.mk
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/bootloader_support/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/bootloader_support -lbootloader_support | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += bootloader_support | ||
component-bootloader_support-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/bt/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/bt -lbt | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += bt | ||
component-bt-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/coap/port/include $(IDF_PATH)/components/coap/port/include/coap $(IDF_PATH)/components/coap/libcoap/include $(IDF_PATH)/components/coap/libcoap/include/coap | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/coap -lcoap | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += $(IDF_PATH)/components/coap/libcoap | ||
COMPONENT_LIBRARIES += coap | ||
component-coap-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/console/. | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/console -lconsole | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += console | ||
component-console-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/cxx/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/cxx -lcxx -u __cxa_guard_dummy -u __cxx_fatal_exception | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += cxx | ||
component-cxx-build: |
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,7 @@ | ||
# Automatically generated build file. Do not edit. | ||
COMPONENT_INCLUDES += $(IDF_PATH)/components/driver/include | ||
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/driver -ldriver | ||
COMPONENT_LINKER_DEPS += | ||
COMPONENT_SUBMODULES += | ||
COMPONENT_LIBRARIES += driver | ||
component-driver-build: |
Oops, something went wrong.